Merge commit '7ff018c1cb'
* commit '7ff018c1cb':
OS/2: Try to commit memory above 1GB
Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
42ed79a229
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue