summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.5.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gcc/gcc-4.5.inc')
-rw-r--r--recipes/gcc/gcc-4.5.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc
index 6c5b0441d4..9304191f0c 100644
--- a/recipes/gcc/gcc-4.5.inc
+++ b/recipes/gcc/gcc-4.5.inc
@@ -8,7 +8,7 @@ DEPENDS = "mpfr gmp libmpc"
NATIVEDEPS = "mpfr-native gmp-native libmpc-native"
-INC_PR = "r2"
+INC_PR = "r3"
SRCREV = "160413"
PV = "4.5"
@@ -42,7 +42,8 @@ do_unpack_append() {
bb.build.exec_func('rename_srcdir', d)
}
-EXTRA_OECONF_BASE = " --enable-libssp \
+EXTRA_OECONF_BASE = " --enable-lto \
+ --enable-libssp \
--disable-bootstrap --disable-libgomp \
--disable-libmudflap"