diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-08-21 18:32:49 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-28 17:21:06 +0200 |
commit | cc5eda871fcb68fcd36d578b3fe4b52df2dac568 (patch) | |
tree | 0ed483d844ed2e06d480cba45b26221c9df3cdfc /toolchain-layer | |
parent | 525ac87a315ba9149c4add4cec89db50b0a33068 (diff) | |
download | meta-openembedded-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.bb | 3 | ||||
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bb | 3 |
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 889228838..000000000 --- a/toolchain-layer/recipes-devtools/gcc/gcc-cross-intermediate_4.6.bb +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | require recipes-devtools/gcc/gcc-cross_${PV}.bb | ||
2 | require recipes-devtools/gcc/gcc-cross-intermediate.inc | ||
3 | |||
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 61a0dfbab..000000000 --- a/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bb +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | require recipes-devtools/gcc/gcc-cross-intermediate_${PV}.bb | ||
2 | require recipes-devtools/gcc/gcc-crosssdk-intermediate.inc | ||
3 | EXTRA_OECONF += " --with-headers=${STAGING_DIR_TCBOOTSTRAP}${SYSTEMHEADERS} " | ||