SOURCES: sdcc-gstabs.patch (NEW) - removed incompatible option for debuggin...

wrobell wrobell at pld-linux.org
Sun Nov 2 02:41:30 CET 2008


Author: wrobell                      Date: Sun Nov  2 01:41:29 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- removed incompatible option for debugging format (we set other one in
  spec)

---- Files affected:
SOURCES:
   sdcc-gstabs.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/sdcc-gstabs.patch
diff -u /dev/null SOURCES/sdcc-gstabs.patch:1.1
--- /dev/null	Sun Nov  2 02:41:30 2008
+++ SOURCES/sdcc-gstabs.patch	Sun Nov  2 02:41:24 2008
@@ -0,0 +1,18 @@
+--- sdcc/sim/ucsim/configure.in.orig	2008-11-02 01:38:50.000000000 +0000
++++ sdcc/sim/ucsim/configure.in	2008-11-02 01:38:53.000000000 +0000
+@@ -517,14 +517,7 @@
+ # This is the first time when CFLAGS are set/modified!!
+ 
+ DD_COPT(CXX, ggdb)
+-DD_COPT(CXX, gstabs)
+-if test "$ucsim_cv_CXXgstabs" = "yes"; then
+-   gopt="-gstabs+ -g3"
+-elif test "$ucsim_cv_CXXggdb" = "yes"; then
+-     gopt="-ggdb -g3"
+-else
+-     gopt="-g"
+-fi
++gopt="-g"
+ if test "$CXXFLAGS"x = x ;then
+         CXXFLAGS="$gopt"
+ else
================================================================


More information about the pld-cvs-commit mailing list