summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/hints/rhapsody.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/hints/rhapsody.sh')
-rw-r--r--gnu/usr.bin/perl/hints/rhapsody.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/hints/rhapsody.sh b/gnu/usr.bin/perl/hints/rhapsody.sh
index ed32402c621..6151e7858d1 100644
--- a/gnu/usr.bin/perl/hints/rhapsody.sh
+++ b/gnu/usr.bin/perl/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: