From f183cfeb99cd76178070a019a9bcef4342b8b1f9 Mon Sep 17 00:00:00 2001 From: Dave Yeo Date: Fri, 25 Feb 2011 04:19:32 +0000 Subject: [PATCH] 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: Mans Rullgard (cherry picked from commit cc4e9d2a24a9ca79d4e912df21053426411aa14b) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6eed282472..c3c2027410 100755 --- a/configure +++ b/configure @@ -2433,7 +2433,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'