diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-28 21:49:10 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-28 21:49:10 +0000 |
commit | db99dabc6672e7378cee1068d1e488443d718923 (patch) | |
tree | 7ea259295cc872da404ada9deeb697f708097b5f /meta/packages/gcc/gcc-cross_4.3.1.bb | |
parent | 23d8841f28c06497d7a66e90b0ce2a88601ce627 (diff) | |
download | poky-db99dabc6672e7378cee1068d1e488443d718923.tar.gz |
gcc: Drop 4.3.1 and 4.3.2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-cross_4.3.1.bb')
-rw-r--r-- | meta/packages/gcc/gcc-cross_4.3.1.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/packages/gcc/gcc-cross_4.3.1.bb b/meta/packages/gcc/gcc-cross_4.3.1.bb deleted file mode 100644 index 84bee6baf3..0000000000 --- a/meta/packages/gcc/gcc-cross_4.3.1.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | PR = "r6" | ||
2 | |||
3 | require gcc-${PV}.inc | ||
4 | require gcc-cross4.inc | ||
5 | require gcc-configure-cross.inc | ||
6 | require gcc-package-cross.inc | ||
7 | |||
8 | SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " | ||
9 | |||
10 | EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}" | ||
11 | |||
12 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" | ||