aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-17 16:20:01 -0700
committerKhem Raj <raj.khem@gmail.com>2011-03-17 16:20:01 -0700
commita7b6843c11b583652d99d6b454176b066d769280 (patch)
treede2e92a3a04e3b0fe140e41ec54fd6783e38ceb0 /recipes/gnutls
parentd765a71812ca14f90fc1fc64f6198da6e7895060 (diff)
downloadopenembedded-a7b6843c11b583652d99d6b454176b066d769280.tar.gz
gnutls_2.10.4.bb: Revert the -Os -g workaround.
We have taken care of this in GCC Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gnutls')
-rw-r--r--recipes/gnutls/gnutls_2.10.4.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/gnutls/gnutls_2.10.4.bb b/recipes/gnutls/gnutls_2.10.4.bb
index 03397a5301..7f25b8594b 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}.1"
+PR = "${INC_PR}.2
EXTRA_OECONF += " --without-libgcrypt-prefix "
@@ -9,11 +9,6 @@ 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"