X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fpowerux.sh;h=28dcf0cb21bb4b72019f7bc87e812c027527b296;hb=00eb3f2b8b380581ce926a5330c21ff590bf4324;hp=c95e0e9ef513ec8cbda3f2246ebd57e27538368d;hpb=92d0bc234510f4edc8fc26296133a8d387183cff;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/powerux.sh b/hints/powerux.sh index c95e0e9..28dcf0c 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