]> git.pld-linux.org Git - packages/crossppc-gcc.git/blob - gcc-nodebug.patch
- this version doesn't require .ac regeneration.
[packages/crossppc-gcc.git] / gcc-nodebug.patch
1 --- a/Makefile.in       2006-07-02 15:31:20.000000000 +0200
2 +++ b/Makefile.in       2006-07-02 20:55:33.573762250 +0200
3 @@ -274,7 +274,7 @@
4  
5  # Flags to pass to stage2 and later makes.  They are defined
6  # here so that they can be overridden by Makefile fragments.
7 -BOOT_CFLAGS= -g -O2
8 +BOOT_CFLAGS= -O2
9  BOOT_LDFLAGS=
10  
11  BISON = @BISON@
12 --- a/gcc/Makefile.in   2008-02-25 15:53:34.000000000 +0100
13 +++ b/gcc/Makefile.in   2008-03-03 16:42:29.000000000 +0100
14 @@ -560,7 +560,7 @@
15  
16  # Options to use when compiling libgcc2.a.
17  #
18 -LIBGCC2_DEBUG_CFLAGS = -g
19 +LIBGCC2_DEBUG_CFLAGS =
20  LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) \
21                  $(LIBGCC2_DEBUG_CFLAGS) $(GTHREAD_FLAGS) \
22                  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \
23 --- a/gcc/ada/Makefile.in       2004-09-13 12:18:40.000000000 +0200
24 +++ b/gcc/ada/Makefile.in       2004-09-26 11:40:30.070894416 +0200
25 @@ -73,7 +73,7 @@
26  # to the stage2 and stage3 compilations
27  # XCFLAGS is used for most compilations but not when using the GCC just built.
28  XCFLAGS =
29 -CFLAGS = -g
30 +CFLAGS =
31  BOOT_CFLAGS = -O $(CFLAGS)
32  # These exists to be overridden by the x-* and t-* files, respectively.
33  X_CFLAGS =
34 @@ -118,9 +118,9 @@
35  ADA_CFLAGS =
36  ADAFLAGS = -W -Wall -gnatpg -gnata
37  SOME_ADAFLAGS =-gnata
38 -FORCE_DEBUG_ADAFLAGS = -g
39 +FORCE_DEBUG_ADAFLAGS =
40  GNATLIBFLAGS = -gnatpg -nostdinc
41 -GNATLIBCFLAGS = -g -O2
42 +GNATLIBCFLAGS = -O2
43  GNATLIBCFLAGS_FOR_C = $(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS) -fexceptions \
44         -DIN_RTS
45  ALL_ADA_CFLAGS = $(X_ADA_CFLAGS) $(T_ADA_CFLAGS) $(ADA_CFLAGS)
46 --- a/libada/Makefile.in        2005-11-04 13:49:08.000000000 +0000
47 +++ b/libada/Makefile.in        2005-11-24 23:52:14.739531296 +0000
48 @@ -54,7 +54,6 @@
49  include $(GCC_DIR)/libada-mk
50  
51  TARGET_LIBGCC2_CFLAGS=
52 -GNATLIBCFLAGS= -g -O2
53  # Get target-specific overrides for TARGET_LIBGCC2_CFLAGS
54  # and possibly GNATLIBCFLAGS.  Currently this uses files
55  # in gcc/config.  The 'subst' call is used to rerelativize them
56 --- a/libffi/Makefile.am        2004-08-30 17:42:59.000000000 +0200
57 +++ b/libffi/Makefile.am        2004-09-26 11:44:10.789340112 +0200
58 @@ -138,7 +138,7 @@
59  libffi_convenience_la_SOURCES = $(libffi_la_SOURCES)
60  nodist_libffi_convenience_la_SOURCES = $(nodist_libffi_la_SOURCES)
61  
62 -AM_CFLAGS = -Wall -g -fexceptions
63 +AM_CFLAGS = -Wall -fexceptions
64  
65  libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
66  
67 --- a/libffi/Makefile.in        2004-09-19 19:47:04.000000000 +0200
68 +++ b/libffi/Makefile.in        2004-09-26 11:44:17.253357432 +0200
69 @@ -385,7 +385,7 @@
70  nodist_libffi_la_SOURCES = $(am__append_1) $(am__append_2) $(am__append_3) $(am__append_4) $(am__append_5) $(am__append_6) $(am__append_7) $(am__append_8) $(am__append_9) $(am__append_10) $(am__append_11) $(am__append_12) $(am__append_13) $(am__append_14) $(am__append_15) $(am__append_16) $(am__append_17) $(am__append_18)
71  libffi_convenience_la_SOURCES = $(libffi_la_SOURCES)
72  nodist_libffi_convenience_la_SOURCES = $(nodist_libffi_la_SOURCES)
73 -AM_CFLAGS = -Wall -g -fexceptions
74 +AM_CFLAGS = -Wall -fexceptions
75  libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
76  AM_CPPFLAGS = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
77  AM_CCASFLAGS = $(AM_CPPFLAGS)
78 --- a/libjava/Makefile.am       2004-09-10 10:22:58.000000000 +0200
79 +++ b/libjava/Makefile.am       2004-09-26 11:46:24.041082768 +0200
80 @@ -179,7 +179,7 @@
81  ## Extra CFLAGS used for JNI C sources shared with GNU Classpath.
82  PEDANTIC_CFLAGS = -ansi -pedantic -Wall -Wno-long-long
83  
84 -JCFLAGS = -g
85 +JCFLAGS =
86  JC1FLAGS = @LIBGCJ_JAVAFLAGS@ $(GCJFLAGS)
87  
88  LIBFFIINCS = @LIBFFIINCS@
89 --- a/libjava/Makefile.in       2004-09-19 19:47:04.000000000 +0200
90 +++ b/libjava/Makefile.in       2004-09-26 11:47:02.431246576 +0200
91 @@ -4167,7 +4167,7 @@
92  @USING_GCC_FALSE@AM_CFLAGS = @LIBGCJ_CFLAGS@
93  @USING_GCC_TRUE@AM_CFLAGS = @LIBGCJ_CFLAGS@ $(WARNINGS)
94  PEDANTIC_CFLAGS = -ansi -pedantic -Wall -Wno-long-long
95 -JCFLAGS = -g
96 +JCFLAGS =
97  JC1FLAGS = @LIBGCJ_JAVAFLAGS@ $(GCJFLAGS)
98  AM_CPPFLAGS = -I$(top_srcdir) -Iinclude -I$(top_srcdir)/include \
99         $(GCINCS) $(THREADINCS) $(INCLTDL) \
This page took 0.069436 seconds and 3 git commands to generate.