X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fdarwin.sh;h=9223abd7e684d1ec06f7144bc13f14523ca1a2e5;hb=00e89ad4bdb96e09c9ac232f26acc05942ca5f74;hp=e117a26366c1b4c87a3bc00a517dce1fb7302f73;hpb=59f20ca5be6f62ae0afd1d5e20092f7cf757efc3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/darwin.sh b/hints/darwin.sh index e117a26..9223abd 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -89,12 +89,11 @@ fi ;; esac -# -pipe: makes compilation go faster. # -fno-common because common symbols are not allowed in MH_DYLIB # -DPERL_DARWIN: apparently the __APPLE__ is not sanctioned by Apple # as the way to differentiate Mac OS X. (The official line is that # *no* cpp symbol does differentiate Mac OS X.) -ccflags="${ccflags} -pipe -fno-common -DPERL_DARWIN" +ccflags="${ccflags} -fno-common -DPERL_DARWIN" # At least on Darwin 1.3.x: #