Remove useless ccflags hints
Andy Dougherty [Sun, 15 Jul 2001 22:52:54 +0000 (18:52 -0400)]
Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@11377

hints/darwin.sh
hints/rhapsody.sh

index 9ff2747..ff4b4fb 100644 (file)
@@ -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:
 #
index 2fe2b44..96d57f2 100644 (file)
@@ -43,8 +43,8 @@ libc='/System/Library/Frameworks/System.framework/System';
 # 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"
 
 # cpp-precomp is problematic.
 cppflags='-traditional-cpp';