summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-cross_4.5.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-22 12:16:29 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-22 14:12:59 +0100
commit8d6c7b3ee22e143a6962f09e9c6d7ad509e024fa (patch)
tree48dc338d375097db3e060ebb1badeca694e8f566 /recipes-devtools/gcc/gcc-cross_4.5.bb
parentfe622c76c53c3a22033c8ab665d268f14e801eaf (diff)
downloadmeta-openembedded-8d6c7b3ee22e143a6962f09e9c6d7ad509e024fa.tar.gz
gcc: sync with yocto
* don't duplicate .inc files, use the ones from the main layer(s) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-devtools/gcc/gcc-cross_4.5.bb')
-rw-r--r--recipes-devtools/gcc/gcc-cross_4.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/gcc/gcc-cross_4.5.bb b/recipes-devtools/gcc/gcc-cross_4.5.bb
index 2b7e727716..0f810b71ae 100644
--- a/recipes-devtools/gcc/gcc-cross_4.5.bb
+++ b/recipes-devtools/gcc/gcc-cross_4.5.bb
@@ -1,7 +1,7 @@
1PR = "${INC_PR}.2" 1PR = "${INC_PR}.2"
2 2
3require gcc-${PV}.inc 3require recipes-devtools/gcc/gcc-${PV}.inc
4require gcc-cross4.inc 4require recipes-devtools/gcc/gcc-cross4.inc
5 5
6EXTRA_OECONF += "--disable-libunwind-exceptions \ 6EXTRA_OECONF += "--disable-libunwind-exceptions \
7 --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ 7 --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \