Changeset 3188 for trunk/essentials/dev-lang/perl/hints/os2.sh
- Timestamp:
- Apr 22, 2007, 10:57:48 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/perl/hints/os2.sh
r3187 r3188 27 27 case "X$optimize" in 28 28 X) 29 optimize="-O2 -fomit-frame-pointer - malign-loops=2 -malign-jumps=2 -malign-functions=2 -s"29 optimize="-O2 -fomit-frame-pointer -falign-loops=2 -falign-jumps=2 -falign-functions=2 -s" 30 30 ld_dll_optimize="-s" 31 31 ;; … … 147 147 148 148 aout_d_fork='define' 149 aout_ccflags="-DDOSISH -D PERL_IS_AOUT -DOS2=2 -DEMBED -I. $_defemxcrtrev -D__ST_MT_ERRNO__"150 aout_cppflags="-DDOSISH -D PERL_IS_AOUT -DOS2=2 -DEMBED -I. $_defemxcrtrev -D__ST_MT_ERRNO__"149 aout_ccflags="-DDOSISH -DOS2=2 -DEMBED -I. $_defemxcrtrev " 150 aout_cppflags="-DDOSISH -DOS2=2 -DEMBED -I. $_defemxcrtrev " 151 151 aout_use_clib='c' 152 152 aout_usedl='undef' … … 177 177 d_shrplib='define' 178 178 useshrplib='true' 179 obj_ext='.o bj'179 obj_ext='.o' 180 180 lib_ext='.lib' 181 181 ar='emxomfar' … … 186 186 d_fork='undef' 187 187 fi 188 lddlflags="-Zdll -Zomf -Zmt -Zcrtdll -Zlinker /e:2"188 lddlflags="-Zdll -Zomf " 189 189 # Recursive regmatch may eat 2.5M of stack alone. 190 ldflags='-Zexe -Zomf -Z mt -Zcrtdll -Zstack 32000 -Zlinker /e:2'190 ldflags='-Zexe -Zomf -Zstack 32000 ' 191 191 if [ $emxcrtrev -ge 50 ]; then 192 192 ccflags="-Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I. $_defemxcrtrev" … … 218 218 219 219 # Test would pick up wrong rand, so we hardwire the value for random() 220 libs='-lsocket -lm -lbsd'220 libs='-lsocket' 221 221 randbits=31 222 222 archobjs="os2$obj_ext dl_os2$obj_ext" … … 278 278 d_usleep='define' 279 279 d_usleepproto='define' 280 281 d_link='undef' 282 dont_use_nlink='define' 283 # no posix (aka hard) links for us! 280 284 281 285 # The next two are commented. pdksh handles #!, extproc gives no path part.
Note:
See TracChangeset
for help on using the changeset viewer.