aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain-layer
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-08-21 18:32:49 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-08-28 17:21:06 +0200
commitcc5eda871fcb68fcd36d578b3fe4b52df2dac568 (patch)
tree0ed483d844ed2e06d480cba45b26221c9df3cdfc /toolchain-layer
parent525ac87a315ba9149c4add4cec89db50b0a33068 (diff)
downloadmeta-openembedded-contrib-cc5eda871fcb68fcd36d578b3fe4b52df2dac568.tar.gz
gcc: Delete gcc intermediate recipes
Not needed after toolchain rework Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'toolchain-layer')
-rw-r--r--toolchain-layer/recipes-devtools/gcc/gcc-cross-intermediate_4.6.bb3
-rw-r--r--toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bb3
2 files changed, 0 insertions, 6 deletions
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 8892288385..0000000000
--- 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 61a0dfbab9..0000000000
--- 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} "