Merge commit '7ff018c1cb43a5fe5ee2049d325cdd785852067a'

* commit '7ff018c1cb43a5fe5ee2049d325cdd785852067a':
  OS/2: Try to commit memory above 1GB

Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
Clément Bœsch 2017-05-19 11:21:41 +02:00
commit 42ed79a229
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4971,7 +4971,7 @@ case $target_os in
strip="lxlite -CS"
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=""