aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls/gnutls_2.10.4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-16 14:51:20 -0700
committerKhem Raj <raj.khem@gmail.com>2011-03-16 14:53:50 -0700
commit095fc9a2602df28296c35a6cd627ced0b381c0e8 (patch)
treeca50b04cc83321e5142b7821bc3b4be006f72eea /recipes/gnutls/gnutls_2.10.4.bb
parent8e73c5968570159b28a1e2759e443384b9a7da30 (diff)
downloadopenembedded-095fc9a2602df28296c35a6cd627ced0b381c0e8.tar.gz
gnutls_2.10.4.bb: Workaround gcc 4.5 ICE on ARM
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gnutls/gnutls_2.10.4.bb')
-rw-r--r--recipes/gnutls/gnutls_2.10.4.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/gnutls/gnutls_2.10.4.bb b/recipes/gnutls/gnutls_2.10.4.bb
index 9f406847ac..03397a5301 100644
--- a/recipes/gnutls/gnutls_2.10.4.bb
+++ b/recipes/gnutls/gnutls_2.10.4.bb
@@ -1,6 +1,6 @@
require gnutls.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
EXTRA_OECONF += " --without-libgcrypt-prefix "
@@ -9,6 +9,11 @@ SRC_URI += "file://gettextize-with-gettext-0.18.patch \
file://gnutls-replace-siginterrupt.patch \
"
+# This is a workaround to get away with gcc ICE
+# as seen here https://bugs.launchpad.net/gcc-linaro/+bug/736439
+
+CFLAGS_arm_append = " -O2"
+
do_configure_prepend() {
MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"