From e7e8fe11c34bf05179f3bbaa2fb1af7b7125696a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 20 Aug 2013 21:22:31 +0000 Subject: gcc: Drop gcc-cross4.inc, its pointless now 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 --- meta/recipes-devtools/gcc/gcc-cross.inc | 2 ++ meta/recipes-devtools/gcc/gcc-cross4.inc | 3 --- meta/recipes-devtools/gcc/gcc-cross_4.7.bb | 2 +- meta/recipes-devtools/gcc/gcc-cross_4.8.bb | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/gcc/gcc-cross4.inc diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc index 9d29f56421..2913df79b3 100644 --- a/meta/recipes-devtools/gcc/gcc-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-cross.inc @@ -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 index 4a20818d2f..0000000000 --- a/meta/recipes-devtools/gcc/gcc-cross4.inc +++ /dev/null @@ -1,3 +0,0 @@ -require gcc-cross.inc - -EXTRA_OECONF_append_sh4 = " --with-multilib-list= --enable-incomplete-targets " diff --git a/meta/recipes-devtools/gcc/gcc-cross_4.7.bb b/meta/recipes-devtools/gcc/gcc-cross_4.7.bb index d60523513f..b02ea13de2 100644 --- a/meta/recipes-devtools/gcc/gcc-cross_4.7.bb +++ b/meta/recipes-devtools/gcc/gcc-cross_4.7.bb @@ -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} \ diff --git a/meta/recipes-devtools/gcc/gcc-cross_4.8.bb b/meta/recipes-devtools/gcc/gcc-cross_4.8.bb index d60523513f..b02ea13de2 100644 --- a/meta/recipes-devtools/gcc/gcc-cross_4.8.bb +++ b/meta/recipes-devtools/gcc/gcc-cross_4.8.bb @@ -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} \ -- cgit v1.2.3