aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openjdk/openjdk-6/icedtea-remove_werror.patch
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2012-02-18 00:06:46 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-02-21 12:33:11 +0100
commitc79fd9b1616499dcb44e1408399cdfe54f3ccfe2 (patch)
treea5922f52eeee1a75901d757332e6b988d825cab7 /recipes/openjdk/openjdk-6/icedtea-remove_werror.patch
parent2fd114ae2977202ca2762f6ebb9be9c5d88072e2 (diff)
downloadopenembedded-c79fd9b1616499dcb44e1408399cdfe54f3ccfe2.tar.gz
openjdk: backport 1.11.1 release from meta-java
* shark is disabled since 1.11 * rework patches * rework inc files for jamvm * bump PR
Diffstat (limited to 'recipes/openjdk/openjdk-6/icedtea-remove_werror.patch')
-rw-r--r--recipes/openjdk/openjdk-6/icedtea-remove_werror.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/openjdk/openjdk-6/icedtea-remove_werror.patch b/recipes/openjdk/openjdk-6/icedtea-remove_werror.patch
new file mode 100644
index 0000000000..f2ad035dfe
--- /dev/null
+++ b/recipes/openjdk/openjdk-6/icedtea-remove_werror.patch
@@ -0,0 +1,14 @@
+Index: openjdk/hotspot/make/linux/makefiles/gcc.make
+===================================================================
+--- openjdk/hotspot/make/linux/makefiles/gcc.make 2010-02-02 16:11:35.758533706 +0100
++++ openjdk/hotspot/make/linux/makefiles/gcc.make 2010-02-02 16:11:42.761456458 +0100
+@@ -98,9 +98,6 @@
+ CFLAGS += -pipe
+ endif
+
+-# Compiler warnings are treated as errors
+-WARNINGS_ARE_ERRORS = -Werror
+-
+ # Except for a few acceptable ones
+ # Since GCC 4.3, -Wconversion has changed its meanings to warn these implicit
+ # conversions which might affect the values. To avoid that, we need to turn