Commit 42ed79a2 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '7ff018c1'

* commit '7ff018c1':
  OS/2: Try to commit memory above 1GB
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents e5630ce5 7ff018c1
......@@ -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=""
......
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