Skip to content
Snippets Groups Projects
Commit cc4e9d2a authored by Dave Yeo's avatar Dave Yeo Committed by Mans Rullgard
Browse files

OS/2: lxlite should use stdout


This causes lxlite to use stdout instead of vioXXX
functions. This improves fate and build logs readability.
Affects OS/2 only.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 61840b43
No related branches found
No related tags found
No related merge requests found
...@@ -2428,7 +2428,7 @@ case $target_os in ...@@ -2428,7 +2428,7 @@ case $target_os in
ranlib="echo ignoring ranlib" ranlib="echo ignoring ranlib"
;; ;;
os/2*) os/2*)
strip="lxlite" strip="lxlite -CS"
ln_s="cp -f" ln_s="cp -f"
add_ldflags -Zomf -Zbin-files -Zargs-wild -Zmap add_ldflags -Zomf -Zbin-files -Zargs-wild -Zmap
SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf' SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment