X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Frhapsody.sh;h=6151e7858d136fb54d39f2d95e0d04d2374ab933;hb=4e73d6a402bc493d66d19c409c41e1e271c6450b;hp=d12afec9671b257bdca8d35407b19d5bdb19b528;hpb=835bc3f3709faed7fcdc19f9e1d8703aa21e0355;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/rhapsody.sh b/hints/rhapsody.sh index d12afec..6151e78 100644 --- a/hints/rhapsody.sh +++ b/hints/rhapsody.sh @@ -53,9 +53,8 @@ libc='/System/Library/Frameworks/System.framework/System'; # Optimize. optimize='-O3'; -# -pipe: makes compilation go faster. # -fno-common because common symbols are not allowed in MH_DYLIB -ccflags="${ccflags} -pipe -fno-common" +ccflags="${ccflags} -fno-common" # Unverified whether this is necessary on Rhapsody, but the test shouldn't hurt. # At least on Darwin 1.3.x: @@ -105,8 +104,10 @@ useshrplib='true'; # vfork works usevfork='true'; -# malloc works -usemymalloc='n'; +# our malloc works (but allow users to override) +case "$usemymalloc" in +'') usemymalloc='n' ;; +esac # # The libraries are not threadsafe in Rhapsody