diff options
author | Tom Horsley <Tom.Horsley@mail.ccur.com> | 2003-09-29 13:00:09 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-09-29 12:47:37 +0000 |
commit | be0a2b4016c3954b7605c7aa1b8cf0ca10fdf49d (patch) | |
tree | c8fc3e9476076e0ca8c47d44048da68022ddd95f /hints/powerux.sh | |
parent | 279b5f1a612874b608bbd09f6635e256c67090a7 (diff) | |
download | perl-be0a2b4016c3954b7605c7aa1b8cf0ca10fdf49d.tar.gz |
perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
Message-Id: <200309291300.NAA23856@amber2.ccur.com>
p4raw-id: //depot/perl@21387
Diffstat (limited to 'hints/powerux.sh')
-rw-r--r-- | hints/powerux.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/powerux.sh b/hints/powerux.sh index c95e0e9ef5..28dcf0cb21 100644 --- a/hints/powerux.sh +++ b/hints/powerux.sh @@ -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 |