git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e73c59
)
gnutls_2.10.4.bb: Workaround gcc 4.5 ICE on ARM
author
Khem Raj
<raj.khem@gmail.com>
Wed, 16 Mar 2011 21:51:20 +0000
(14:51 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Wed, 16 Mar 2011 21:53:50 +0000
(14:53 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gnutls/gnutls_2.10.4.bb
patch
|
blob
|
history
diff --git
a/recipes/gnutls/gnutls_2.10.4.bb
b/recipes/gnutls/gnutls_2.10.4.bb
index
9f40684
..
03397a5
100644
(file)
--- 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"