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 <mans@mansr.com>
This commit is contained in:
Dave Yeo 2011-02-25 04:19:32 +00:00 committed by Mans Rullgard
parent 61840b4360
commit cc4e9d2a24
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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'