summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Yeo <dave.r.yeo@gmail.com>2017-01-20 22:19:56 -0800
committerDiego Biurrun <diego@biurrun.de>2017-01-22 15:21:33 +0100
commit7ff018c1cb43a5fe5ee2049d325cdd785852067a (patch)
treea587e93416b45f4e2930ddaeb0992a6dc0e11eab
parentfd8de7f2d8c31195d309247cb129c0ad787ef76e (diff)
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>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9cd4fe6b47..53dd809b86 100755
--- a/configure
+++ b/configure
@@ -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=""