OS/2: lxlite should use stdout
authorDave Yeo <daveryeo@telus.net>
Fri, 25 Feb 2011 04:19:32 +0000 (04:19 +0000)
committerMans Rullgard <mans@mansr.com>
Fri, 25 Feb 2011 19:48:19 +0000 (19:48 +0000)
This causes lxlite to use stdout instead of vioXXX
functions. This improves fate and build logs readability.
Affects OS/2 only.

Signed-off-by: Mans Rullgard <mans@mansr.com>
configure

index 5011387..5795c4b 100755 (executable)
--- a/configure
+++ b/configure
@@ -2428,7 +2428,7 @@ case $target_os in
         ranlib="echo ignoring ranlib"
         ;;
     os/2*)
-        strip="lxlite"
+        strip="lxlite -CS"
         ln_s="cp -f"
         add_ldflags -Zomf -Zbin-files -Zargs-wild -Zmap
         SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf'