]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc: Drop gcc-cross4.inc, its pointless now
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Aug 2013 21:22:31 +0000 (21:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Aug 2013 17:30:06 +0000 (18:30 +0100)
The include was useful historically, its not anymore so lets remove it.
This should have no functional change except on any layers directly depending
on it or gcc-cross.inc but even then it would only impact sh4 and is easily
fixed if there was a problem.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-cross.inc
meta/recipes-devtools/gcc/gcc-cross4.inc [deleted file]
meta/recipes-devtools/gcc/gcc-cross_4.7.bb
meta/recipes-devtools/gcc/gcc-cross_4.8.bb

index 9d29f564218799219d1772c9c9041d5827ad0ba6..2913df79b39c02cb041c5583f1e0d434e301a007 100644 (file)
@@ -106,3 +106,5 @@ STOP
        chmod +x ${B}/${TARGET_PREFIX}testgcc
 
 }
+
+EXTRA_OECONF_append_sh4 = " --with-multilib-list= --enable-incomplete-targets "
diff --git a/meta/recipes-devtools/gcc/gcc-cross4.inc b/meta/recipes-devtools/gcc/gcc-cross4.inc
deleted file mode 100644 (file)
index 4a20818..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-require gcc-cross.inc
-
-EXTRA_OECONF_append_sh4 = " --with-multilib-list= --enable-incomplete-targets "
index d60523513f7e79745391bb786f733aa6209a8653..b02ea13de28a9fefef851208cdd0bf0066c984ea 100644 (file)
@@ -1,5 +1,5 @@
 require recipes-devtools/gcc/gcc-${PV}.inc
-require gcc-cross4.inc
+require gcc-cross.inc
 
 EXTRA_OECONF += "--disable-libunwind-exceptions \
                  --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
index d60523513f7e79745391bb786f733aa6209a8653..b02ea13de28a9fefef851208cdd0bf0066c984ea 100644 (file)
@@ -1,5 +1,5 @@
 require recipes-devtools/gcc/gcc-${PV}.inc
-require gcc-cross4.inc
+require gcc-cross.inc
 
 EXTRA_OECONF += "--disable-libunwind-exceptions \
                  --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \