OS/2: Try to commit memory above 1GB

Signed-off-by: Dave Yeo <dave.r.yeo@gmail.com>
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
Dave Yeo 2017-01-20 22:19:56 -08:00 committed by Diego Biurrun
parent fd8de7f2d8
commit 7ff018c1cb
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -3964,7 +3964,7 @@ case $target_os in
ln_s="cp -f"
objformat="aout"
add_cppflags -D_GNU_SOURCE
add_ldflags -Zomf -Zbin-files -Zargs-wild -Zmap
add_ldflags -Zomf -Zbin-files -Zargs-wild -Zhigh-mem -Zmap
SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf'
LIBSUF="_s.a"
SLIBPREF=""