From patchwork Tue Aug 21 18:32:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [toolchain-layer] gcc: Delete gcc intermediate recipes Date: Tue, 21 Aug 2012 18:32:49 -0000 From: Khem Raj X-Patchwork-Id: 35089 Message-Id: <1345573969-6069-1-git-send-email-raj.khem@gmail.com> To: openembedded-devel@lists.openembedded.org Not needed after toolchain rework Signed-off-by: Khem Raj --- .../gcc/gcc-cross-intermediate_4.6.bb | 3 --- .../gcc/gcc-crosssdk-intermediate_4.6.bb | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 toolchain-layer/recipes-devtools/gcc/gcc-cross-intermediate_4.6.bb delete mode 100644 toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bb diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-cross-intermediate_4.6.bb b/toolchain-layer/recipes-devtools/gcc/gcc-cross-intermediate_4.6.bb deleted file mode 100644 index 8892288..0000000 --- a/toolchain-layer/recipes-devtools/gcc/gcc-cross-intermediate_4.6.bb +++ /dev/null @@ -1,3 +0,0 @@ -require recipes-devtools/gcc/gcc-cross_${PV}.bb -require recipes-devtools/gcc/gcc-cross-intermediate.inc - diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bb b/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bb deleted file mode 100644 index 61a0dfb..0000000 --- a/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bb +++ /dev/null @@ -1,3 +0,0 @@ -require recipes-devtools/gcc/gcc-cross-intermediate_${PV}.bb -require recipes-devtools/gcc/gcc-crosssdk-intermediate.inc -EXTRA_OECONF += " --with-headers=${STAGING_DIR_TCBOOTSTRAP}${SYSTEMHEADERS} "