aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.5.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-06-08 15:12:08 -0700
committerKhem Raj <raj.khem@gmail.com>2010-06-08 15:18:34 -0700
commitaea549ddb243a19c9647fc4755157d4374f39e02 (patch)
tree342a90b7f17ce6cac9efda5ade4b237dabc6eae9 /recipes/gcc/gcc-4.5.inc
parent3aaad6787861b49f6dc33b3cff71768b24a96070 (diff)
downloadopenembedded-aea549ddb243a19c9647fc4755157d4374f39e02.tar.gz
gcc-4.5.inc: Enable -flto on 4.5 so it can be used but its not on by default.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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"