This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
[perl5.git] / hints / powerux.sh
index c95e0e9..28dcf0c 100644 (file)
@@ -52,11 +52,11 @@ d_csh='undef'
 # of perl (there are probably more of these that might be useful, but
 # for the extensions I build, this turned out to be enough). The -uldexp
 # makes sure the custom ldexp.o I add to archobjs actually gets pulled
-# into perl from libperl.a
+# into perl from libperl.a.  The -unanosleep makes Timer::HiRes happy.
 #
 cc='/usr/ccs/bin/ec'
 cccdlflags='-Zpic'
-ccdlflags='-Zlink=dynamic -Wl,-usys_nerr -Wl,-uldexp -Wl,-Bexport'
+ccdlflags='-Zlink=dynamic -Wl,-usys_nerr -Wl,-uldexp -Wl,-unanosleep -Wl,-Bexport'
 lddlflags='-Zlink=so'
 
 # Sigh... Various versions of Power MAX went out with a broken ldexp runtime