]> git.pld-linux.org Git - packages/crossmingw32ce-gcc.git/blobdiff - gcc-nodebug.patch
- fix for new gcc
[packages/crossmingw32ce-gcc.git] / gcc-nodebug.patch
index 545d84971f7483be8e46edd4d39120d4e1602ea3..06005ea76a484cad8af2c4e16673f05b67757655 100644 (file)
@@ -1,20 +1,18 @@
---- gcc-4.1-20050522/gcc/Makefile.in.orig      2005-05-20 21:17:40.000000000 +0000
-+++ gcc-4.1-20050522/gcc/Makefile.in   2005-05-26 10:49:01.000000000 +0000
-@@ -148,10 +148,10 @@
- # TCFLAGS is used for compilations with the GCC just built.
- XCFLAGS =
+--- trunk/gcc/Makefile.in.orig 2006-07-02 15:31:20.000000000 +0200
++++ trunk/gcc/Makefile.in      2006-07-02 20:55:33.573762250 +0200
+@@ -151,9 +151,9 @@
  TCFLAGS =
--CFLAGS = -g
+ CFLAGS = @CFLAGS@
+ LDFLAGS = @LDFLAGS@
 -STAGE1_CFLAGS = -g @stage1_cflags@
-+CFLAGS =
 +STAGE1_CFLAGS = @stage1_cflags@
- STAGE1_CHECKING = -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING
+ STAGE1_CHECKING_CFLAGS = -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING
 -BOOT_CFLAGS = -g -O2
 +BOOT_CFLAGS = -O2
  
  # Flags to determine code coverage. When coverage is disabled, this will
  # contain the optimization flags, as you normally want code coverage
-@@ -520,7 +520,7 @@
+@@ -547,7 +547,7 @@
  
  # Options to use when compiling libgcc2.a.
  #
@@ -22,7 +20,7 @@
 +LIBGCC2_DEBUG_CFLAGS =
  LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) \
                 $(LIBGCC2_DEBUG_CFLAGS) $(GTHREAD_FLAGS) \
-                -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED @inhibit_libc@
+                -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \
 --- gcc-4.0-20040919/gcc/ada/Makefile.in.orig  2004-09-13 12:18:40.000000000 +0200
 +++ gcc-4.0-20040919/gcc/ada/Makefile.in       2004-09-26 11:40:30.070894416 +0200
 @@ -73,7 +73,7 @@
This page took 0.068809 seconds and 4 git commands to generate.