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>
(cherry picked from commit cc4e9d2a24)
This commit is contained in:
Dave Yeo 2011-02-25 04:19:32 +00:00 committed by Michael Niedermayer
parent 3308ddfb36
commit f183cfeb99

2
configure vendored
View File

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