This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove useless ccflags hints
authorAndy Dougherty <doughera@lafayette.edu>
Sun, 15 Jul 2001 22:52:54 +0000 (18:52 -0400)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Mon, 16 Jul 2001 13:17:28 +0000 (13:17 +0000)
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';