summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc_4.9.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-07-01 13:28:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-08 09:57:25 +0100
commit6074ed6cd46e5167903e835508d4d6062bf04501 (patch)
tree8c69d915ac0aeed93dc02cbdc695abf00dd2535d /meta/recipes-devtools/gcc/gcc_4.9.bb
parent14c90118287a1be1766f92410c2b14f6b72b7a57 (diff)
downloadpoky-6074ed6cd46e5167903e835508d4d6062bf04501.tar.gz
gcc: remove GCC 4.9
(From OE-Core rev: 615b784bd3d53a77b7e34e3879a72e7e51477db6) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc_4.9.bb')
-rw-r--r--meta/recipes-devtools/gcc/gcc_4.9.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-devtools/gcc/gcc_4.9.bb b/meta/recipes-devtools/gcc/gcc_4.9.bb
deleted file mode 100644
index a9dc612fbf..0000000000
--- a/meta/recipes-devtools/gcc/gcc_4.9.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1require recipes-devtools/gcc/gcc-${PV}.inc
2require gcc-target.inc
3
4# http://errors.yoctoproject.org/Errors/Details/20497/
5ARM_INSTRUCTION_SET_armv4 = "arm"
6ARM_INSTRUCTION_SET_armv5 = "arm"
7
8BBCLASSEXTEND = "nativesdk"
9
10#SYSTEMHEADERS_class-nativesdk = "${@'${target_includedir}'.replace(d.getVar('SDKPATH', True),'%r')}"
11#SYSTEMLIBS_class-nativesdk = "${@'${target_base_libdir}'.replace(d.getVar('SDKPATH', True),'%r')}/"
12#SYSTEMLIBS1_class-nativesdk = "${@'${target_libdir}'.replace(d.getVar('SDKPATH', True),'%r')}/"
13