SVN: toys/tools/gcc.wrapper

sparky sparky at pld-linux.org
Mon Nov 27 02:09:38 CET 2006


Author: sparky
Date: Mon Nov 27 02:09:37 2006
New Revision: 8000

Modified:
   toys/tools/gcc.wrapper
Log:
- standart th flags


Modified: toys/tools/gcc.wrapper
==============================================================================
--- toys/tools/gcc.wrapper	(original)
+++ toys/tools/gcc.wrapper	Mon Nov 27 02:09:37 2006
@@ -13,10 +13,10 @@
 # warning: glibc changes flags order, assume it's OK
 goto EXEC if $ENV{PWD} =~ m#BUILD/glibc-2#;
 
-my $ldflags = "-Wl,--as-needed -Wl,-s";
-my $cflags = "-fno-align-loops -fno-align-jumps -fno-align-functions";
+my $ldflags = "-Wl,--as-needed";
+my $cflags = "-fno-strict-aliasing -fwrapv -fsigned-char -gdwarf-2 -g2 -feliminate-dwarf2-dups";
 
-my $wanted_optimize = "-Os";
+my $wanted_optimize = "-O2";
 my $wanted_ldflag = "-Wl,--as-needed";
 
 my $arch = "ppc";


More information about the pld-cvs-commit mailing list