diff options
| author | Sven Ebenfeld <sven.ebenfeld@gmail.com> | 2015-04-27 22:12:57 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-04-28 16:09:34 -0300 |
| commit | a954cc87d1dcb8fb35a321e39f4b8fdddf26a987 (patch) | |
| tree | d0126034292c1e1b72f74e9ec212e9c4f3970f24 /recipes-core/icedtea/openjdk-7-03b147 | |
| parent | b6562720516428b74acf640e3e5445af31976317 (diff) | |
| download | meta-java-a954cc87d1dcb8fb35a321e39f4b8fdddf26a987.tar.gz | |
icedtea7-native: fix build with gcc 4.9
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/icedtea/openjdk-7-03b147')
| -rw-r--r-- | recipes-core/icedtea/openjdk-7-03b147/icedtea-change-to-gdb-debug-format.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-core/icedtea/openjdk-7-03b147/icedtea-change-to-gdb-debug-format.patch b/recipes-core/icedtea/openjdk-7-03b147/icedtea-change-to-gdb-debug-format.patch new file mode 100644 index 0000000..813dc97 --- /dev/null +++ b/recipes-core/icedtea/openjdk-7-03b147/icedtea-change-to-gdb-debug-format.patch | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | --- openjdk/hotspot/make/linux/makefiles/gcc.make 2015-04-02 08:02:31.301728214 +0200 | ||
| 2 | +++ openjdk/hotspot/make/linux/makefiles/gcc.make.new 2015-04-02 08:19:55.502171268 +0200 | ||
| 3 | @@ -233,7 +233,7 @@ | ||
| 4 | DEBUG_CFLAGS/ppc = -g | ||
| 5 | DEBUG_CFLAGS += $(DEBUG_CFLAGS/$(BUILDARCH)) | ||
| 6 | ifeq ($(DEBUG_CFLAGS/$(BUILDARCH)),) | ||
| 7 | -DEBUG_CFLAGS += -gstabs | ||
| 8 | +DEBUG_CFLAGS += -g | ||
| 9 | endif | ||
| 10 | |||
| 11 | ifneq ($(OBJCOPY),) | ||
| 12 | @@ -244,7 +244,7 @@ | ||
| 13 | FASTDEBUG_CFLAGS/zero = -g | ||
| 14 | FASTDEBUG_CFLAGS += $(DEBUG_CFLAGS/$(BUILDARCH)) | ||
| 15 | ifeq ($(FASTDEBUG_CFLAGS/$(BUILDARCH)),) | ||
| 16 | - FASTDEBUG_CFLAGS += -gstabs | ||
| 17 | + FASTDEBUG_CFLAGS += -g | ||
| 18 | endif | ||
| 19 | |||
| 20 | OPT_CFLAGS/ia64 = -g | ||
| 21 | @@ -254,7 +254,7 @@ | ||
| 22 | OPT_CFLAGS/zero = -g | ||
| 23 | OPT_CFLAGS += $(OPT_CFLAGS/$(BUILDARCH)) | ||
| 24 | ifeq ($(OPT_CFLAGS/$(BUILDARCH)),) | ||
| 25 | - OPT_CFLAGS += -gstabs | ||
| 26 | + OPT_CFLAGS += -g | ||
| 27 | endif | ||
| 28 | endif | ||
| 29 | |||
