Commit 7ff018c1 authored by Dave Yeo's avatar Dave Yeo Committed by Diego Biurrun

OS/2: Try to commit memory above 1GB

Signed-off-by: 's avatarDave Yeo <dave.r.yeo@gmail.com>
Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent fd8de7f2
......@@ -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=""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment