diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-15 16:07:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-15 16:07:58 +0000 |
commit | e92fe7f25eda1c4f8ed980d9c7019fc75236ffe2 (patch) | |
tree | 0a97f4e9c6e3aa079acc3ca0c75d94be194c1387 /vos/build.cm | |
parent | 149ad041e0a20d4e51a3d780d1fb4d8cb2851299 (diff) | |
download | perl-e92fe7f25eda1c4f8ed980d9c7019fc75236ffe2.tar.gz |
Monster _r patch: try to scan for all known _r variants,
and then use them (under ithreads). May fail in HP-UX,
and the op/groups is known to be fickle everywhere. Known
to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler
warnings in AIX since the first arguments of getnetbyaddr
and getnetbyadd_r are of different types. Thanks, IBM.)
In non-Configure platforms deny the existence of any
of the _r thingies. (Also add the recently introduced
d_tm_* to places it wasn't already in.)
TODO: the suggested glibc buffer growth retry loop in case
some entries (at least for: gr*, host*) are big.
Forgot win32/config.win64.
p4raw-id: //depot/perl@15238
Diffstat (limited to 'vos/build.cm')
-rw-r--r-- | vos/build.cm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vos/build.cm b/vos/build.cm index 5eb56a2959..991530f448 100644 --- a/vos/build.cm +++ b/vos/build.cm @@ -182,6 +182,8 @@ &if (command_status) ^= 0 &then &return !&compiler& <<pp_sys.c &diag& &cpu& &cflags& -o pp_sys&s& &if (command_status) ^= 0 &then &return +!&compiler& <<reentr.c &diag& &cpu& &cflags& -o reentr&s& +&if (command_status) ^= 0 &then &return !&compiler& <<regcomp.c &diag& &cpu& &cflags& -o regcomp&s& &if (command_status) ^= 0 &then &return !&compiler& <<regexec.c &diag& &cpu& &cflags& -o regexec&s& @@ -215,8 +217,8 @@ !delete_file perl.a !ar rc perl.a av.o deb.o doio.o doop.o dump.o globals.o gv.o hv.o locale.o &+ mg.o numeric.o op.o perl.o perlapi.o perlio.o perly.o pp.o pp_ctl.o &+ - pp_hot.o pp_pack.o pp_sort.o pp_sys.o regcomp.o regexec.o run.o scope.o &+ - sv.o taint.o toke.o universal.o utf8.o util.o xsutils.o + pp_hot.o pp_pack.o pp_sort.o pp_sys.o reentr.o regcomp.o regexec.o run.o &+ + scope.o sv.o taint.o toke.o universal.o utf8.o util.o xsutils.o !delete_file *.o -no_ask -brief &end &else &do |