summaryrefslogtreecommitdiff
path: root/hints/darwin.sh
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2001-07-15 18:52:54 -0400
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-07-16 13:17:28 +0000
commitb65cfff9b7aef5b3066ed89b89000025812949c7 (patch)
tree6b1cc2467a1ee88188de7a87b238017dc31359d3 /hints/darwin.sh
parentd1f8ba0d10873c1e73069de8bcc03836f9e0c692 (diff)
downloadperl-b65cfff9b7aef5b3066ed89b89000025812949c7.tar.gz
Remove useless ccflags hints
Message-Id: <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@11377
Diffstat (limited to 'hints/darwin.sh')
-rw-r--r--hints/darwin.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh
index 9ff2747428..ff4b4fbf4d 100644
--- a/hints/darwin.sh
+++ b/hints/darwin.sh
@@ -43,8 +43,8 @@ usenm='true';
# Optimize.
optimize='-O3';
-# We have a prototype for telldir.
-ccflags="${ccflags} -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE";
+# XXX Unclear why we require -pipe and -fno-common here.
+ccflags="${ccflags} -pipe -fno-common"
# At least on Darwin 1.3.x:
#