diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1998-07-13 15:36:05 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-14 06:04:25 +0000 |
commit | 2c2e0e8c03d67909bd8b889b6cdbb201bea519fc (patch) | |
tree | df7e548f21400ea9fa818b5ee64f193c4dd6f3eb /hints/os2.sh | |
parent | e46ffa5519210e11f4d5bc2cb87a6423b98ac426 (diff) | |
download | perl-2c2e0e8c03d67909bd8b889b6cdbb201bea519fc.tar.gz |
OS/2 update
Message-Id: <199807132336.TAA12967@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_72] OS/2 system() and friends additions
p4raw-id: //depot/perl@1483
Diffstat (limited to 'hints/os2.sh')
-rw-r--r-- | hints/os2.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hints/os2.sh b/hints/os2.sh index 7a980bddce..78d370a1e9 100644 --- a/hints/os2.sh +++ b/hints/os2.sh @@ -123,8 +123,8 @@ fi aout_ldflags="$aout_ldflags" aout_d_fork='define' -aout_ccflags='-DPERL_CORE -DDOSISH -DPERL_IS_AOUT -DOS2=2 -DEMBED -I. -DPACK_MALLOC -DTWO_POT_OPTIMIZE -DPERL_EMERGENCY_SBRK' -aout_cppflags='-DPERL_CORE -DDOSISH -DPERL_IS_AOUT -DOS2=2 -DEMBED -I. -DPACK_MALLOC -DTWO_POT_OPTIMIZE -DPERL_EMERGENCY_SBRK' +aout_ccflags='-DPERL_CORE -DDOSISH -DPERL_IS_AOUT -DOS2=2 -DEMBED -I.' +aout_cppflags='-DPERL_CORE -DDOSISH -DPERL_IS_AOUT -DOS2=2 -DEMBED -I.' aout_use_clib='c' aout_usedl='undef' aout_archobjs="os2.o dl_os2.o" @@ -164,9 +164,9 @@ else # Recursive regmatch may eat 2.5M of stack alone. ldflags='-Zexe -Zomf -Zmt -Zcrtdll -Zstack 32000' if [ $emxcrtrev -ge 50 ]; then - ccflags='-Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I. -DPACK_MALLOC -DDEBUGGING_MSTATS -DTWO_POT_OPTIMIZE -DPERL_EMERGENCY_SBRK' + ccflags='-Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I.' else - ccflags='-Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I. -DPACK_MALLOC -DDEBUGGING_MSTATS -DEMX_BAD_SBRK' + ccflags='-Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I. -DEMX_BAD_SBRK' fi use_clib='c_import' usedl='define' |