aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/openjdk-7-03b147/icedtea-change-to-gdb-debug-format.patch
blob: 813dc97672c0f3059eb80d7f2b58f5e75afbef8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- openjdk/hotspot/make/linux/makefiles/gcc.make	2015-04-02 08:02:31.301728214 +0200
+++ openjdk/hotspot/make/linux/makefiles/gcc.make.new	2015-04-02 08:19:55.502171268 +0200
@@ -233,7 +233,7 @@
 DEBUG_CFLAGS/ppc   = -g
 DEBUG_CFLAGS += $(DEBUG_CFLAGS/$(BUILDARCH))
 ifeq ($(DEBUG_CFLAGS/$(BUILDARCH)),)
-DEBUG_CFLAGS += -gstabs
+DEBUG_CFLAGS += -g
 endif
 
 ifneq ($(OBJCOPY),)
@@ -244,7 +244,7 @@
   FASTDEBUG_CFLAGS/zero  = -g
   FASTDEBUG_CFLAGS += $(DEBUG_CFLAGS/$(BUILDARCH))
   ifeq ($(FASTDEBUG_CFLAGS/$(BUILDARCH)),)
-    FASTDEBUG_CFLAGS += -gstabs
+    FASTDEBUG_CFLAGS += -g
   endif
 
   OPT_CFLAGS/ia64  = -g
@@ -254,7 +254,7 @@
   OPT_CFLAGS/zero  = -g
   OPT_CFLAGS += $(OPT_CFLAGS/$(BUILDARCH))
   ifeq ($(OPT_CFLAGS/$(BUILDARCH)),)
-    OPT_CFLAGS += -gstabs
+    OPT_CFLAGS += -g
   endif
 endif