]> git.pld-linux.org Git - packages/crossppc-gcc.git/blob - gcc-nodebug.patch
- drop obsolete files
[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/gcc-interface/Makefile.in 2004-09-13 12:18:40.000000000 +0200
24 +++ b/gcc/ada/gcc-interface/Makefile.in 2004-09-26 11:40:30.070894416 +0200
25 @@ -66,7 +66,7 @@
26  # CFLAGS is for the user to override to, e.g., do a bootstrap with -O2.
27  # BOOT_CFLAGS is the value of CFLAGS to pass
28  # to the stage2 and stage3 compilations
29 -CFLAGS = -g
30 +CFLAGS =
31  BOOT_CFLAGS = -O $(CFLAGS)
32  # These exists to be overridden by the t-* files, respectively.
33  T_CFLAGS =
34 @@ -102,9 +102,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_ADAFLAGS = $(CFLAGS) $(ADA_CFLAGS) $(ADAFLAGS)
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 @@ -49,13 +49,13 @@
49  LDFLAGS=
50  
51  # The tedious process of getting CFLAGS right.
52 -CFLAGS=-g
53 +CFLAGS=
54  LOOSE_WARN = -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
55  GCC_WARN_CFLAGS = $(LOOSE_WARN)
56  WARN_CFLAGS = @warn_cflags@
57  
58  TARGET_LIBGCC2_CFLAGS=
59 -GNATLIBCFLAGS= -g -O2
60 +GNATLIBCFLAGS= -O2
61  
62  # Get target-specific overrides for TARGET_LIBGCC2_CFLAGS.
63  host_subdir = @host_subdir@
64 --- a/libffi/Makefile.in        2004-08-30 17:42:59.000000000 +0200
65 +++ b/libffi/Makefile.in        2004-09-26 11:44:10.789340112 +0200
66 @@ -453,7 +453,7 @@
67         $(am__append_21) $(am__append_22)
68  libffi_convenience_la_SOURCES = $(libffi_la_SOURCES)
69  nodist_libffi_convenience_la_SOURCES = $(nodist_libffi_la_SOURCES)
70 -AM_CFLAGS = -Wall -g -fexceptions
71 +AM_CFLAGS = -Wall -fexceptions
72  LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
73  libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(LTLDFLAGS)
74  AM_CPPFLAGS = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
75 --- a/libffi/Makefile.am        2008-05-09 12:10:53.000000000 +0200
76 +++ b/libffi/Makefile.am        2008-11-28 02:02:01.690063811 +0100
77 @@ -154,7 +154,7 @@
78  libffi_convenience_la_SOURCES = $(libffi_la_SOURCES)
79  nodist_libffi_convenience_la_SOURCES = $(nodist_libffi_la_SOURCES)
80  
81 -AM_CFLAGS = -Wall -g -fexceptions
82 +AM_CFLAGS = -Wall -fexceptions
83  
84  LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
85  
86 --- a/libjava/Makefile.am       2004-09-10 10:22:58.000000000 +0200
87 +++ b/libjava/Makefile.am       2004-09-26 11:46:24.041082768 +0200
88 @@ -179,7 +179,7 @@
89  ## Extra CFLAGS used for JNI C sources shared with GNU Classpath.
90  PEDANTIC_CFLAGS = -ansi -pedantic -Wall -Wno-long-long
91  
92 -JCFLAGS = -g
93 +JCFLAGS =
94  JC1FLAGS = @LIBGCJ_JAVAFLAGS@ $(GCJFLAGS)
95  
96  LIBFFIINCS = @LIBFFIINCS@
97 --- a/libjava/Makefile.in       2004-09-19 19:47:04.000000000 +0200
98 +++ b/libjava/Makefile.in       2004-09-26 11:47:02.431246576 +0200
99 @@ -4167,7 +4167,7 @@
100  @USING_GCC_FALSE@AM_CFLAGS = @LIBGCJ_CFLAGS@
101  @USING_GCC_TRUE@AM_CFLAGS = @LIBGCJ_CFLAGS@ $(WARNINGS)
102  PEDANTIC_CFLAGS = -ansi -pedantic -Wall -Wno-long-long
103 -JCFLAGS = -g
104 +JCFLAGS =
105  JC1FLAGS = @LIBGCJ_JAVAFLAGS@ $(GCJFLAGS)
106  AM_CPPFLAGS = -I$(top_srcdir) -Iinclude -I$(top_srcdir)/include \
107         $(GCINCS) $(THREADINCS) $(INCLTDL) \
This page took 0.058437 seconds and 3 git commands to generate.