summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Sikora2005-11-26 23:49:09 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitba8fa6f7e6bf07875009c68a19f2d6d0a58855cc (patch)
treeee53897e1561406d1eb2bf80c753f6a56ed2db79
parentace730f2dc390b78526e6ac97d54c812ff3abab2 (diff)
downloadcrossmingw32ce-gcc-GCC41.zip
crossmingw32ce-gcc-GCC41.tar.gz
- flags redefinition removed. use top level flags.gcc-4_1_1-1auto/th/gcc-4_1_2-0_20070205_4auto/th/gcc-4_1_2-0_20070205_1auto/th/gcc-4_1_2-0_20061201r119386_3auto/th/gcc-4_1_2-0_20061201r119386_2auto/th/gcc-4_1_2-0_20060928r117266_2auto/th/gcc-4_1_2-0_20060817r116212_2auto/th/gcc-4_1_2-0_20060817r116212_1auto/th/gcc-4_1_2-0_20060712r115366_1auto/th/gcc-4_1_2-0_20060623r114929_1auto/th/gcc-4_1_2-0_20060530r114228_1auto/th/gcc-4_1_1-1auto/th/gcc-4_1_1-0_20060517_1auto/th/gcc-4_1_1-0_20060515r113785_2auto/th/gcc-4_1_1-0_20060515r113785_1auto/th/gcc-4_1_1-0_20060504r113515_1auto/th/gcc-4_1_1-0_20060501r113407_4auto/th/gcc-4_1_1-0_20060501r113407_2auto/th/gcc-4_1_1-0_20060501r113407_1auto/th/gcc-4_1_1-0_20060419r113063_1auto/th/gcc-4_1_1-0_20060405r112698_1auto/th/gcc-4_1_1-0_20060322r112277_1auto/th/gcc-4_1_1-0_20060317r112165_1auto/th/gcc-4_1_1-0_20060308r111841_2auto/th/gcc-4_1_1-0_20060308r111841_1auto/th/gcc-4_1_0-2auto/th/gcc-4_1_0-1auto/th/gcc-4_1_0-0_20060223_4auto/th/gcc-4_1_0-0_20060219_1auto/th/gcc-4_1_0-0_20060218r111233_1auto/th/gcc-4_1_0-0_20060216r111126_1auto/th/gcc-4_1_0-0_20060211r110872_1auto/th/gcc-4_1_0-0_20060211r110872_0_1auto/th/gcc-4_1_0-0_20060210r110831_1auto/th/gcc-4_1_0-0_20060122r110083_3auto/th/gcc-4_1_0-0_20060122r110083_2auto/th/gcc-4_1_0-0_20060111r109597_1auto/th/gcc-4_1_0-0_20060105r109369_1auto/th/gcc-4_1_0-0_20051227r109076_1auto/th/gcc-4_1_0-0_20051221r108917_1auto/th/gcc-4_1_0-0_20051217r108703_1auto/th/gcc-4_1_0-0_20051206r108118_2auto/th/gcc-4_1_0-0_20051206r108118_1auto/th/gcc-4_1_0-0_20051130r107724_2auto/th/gcc-4_1_0-0_20051130r107724_1auto/th/gcc-4_1_0-0_20051126r107546_2auto/th/gcc-4_1_0-0_20051126r107546_1GCC_4_1_1GCC_3_4GCC41
Changed files: gcc-nodebug.patch -> 1.6
-rw-r--r--gcc-nodebug.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc-nodebug.patch b/gcc-nodebug.patch
index a00745e..545d849 100644
--- a/gcc-nodebug.patch
+++ b/gcc-nodebug.patch
@@ -48,12 +48,11 @@
ALL_ADA_CFLAGS = $(X_ADA_CFLAGS) $(T_ADA_CFLAGS) $(ADA_CFLAGS)
--- gcc/libada/Makefile.in.orig 2005-11-04 13:49:08.000000000 +0000
+++ gcc/libada/Makefile.in 2005-11-24 23:52:14.739531296 +0000
-@@ -54,7 +54,7 @@
+@@ -54,7 +54,6 @@
include $(GCC_DIR)/libada-mk
TARGET_LIBGCC2_CFLAGS=
-GNATLIBCFLAGS= -g -O2
-+GNATLIBCFLAGS:= -O2
# Get target-specific overrides for TARGET_LIBGCC2_CFLAGS
# and possibly GNATLIBCFLAGS. Currently this uses files
# in gcc/config. The 'subst' call is used to rerelativize them