diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-31 10:32:57 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-31 10:32:57 +0100 |
commit | e9522df693e645c55794f3b8bf83a2b006ae1683 (patch) | |
tree | aec9c1477cc255ee3105244fc9976a09906c546b /meta/packages/gcc/gcc-cross_4.1.2.bb | |
parent | cc0bd4bed23a697be5d35aee8d4ae4340e7a0226 (diff) | |
download | poky-e9522df693e645c55794f3b8bf83a2b006ae1683.tar.gz |
gcc: Drop 4.1.2 as its unused
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-cross_4.1.2.bb')
-rw-r--r-- | meta/packages/gcc/gcc-cross_4.1.2.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/packages/gcc/gcc-cross_4.1.2.bb b/meta/packages/gcc/gcc-cross_4.1.2.bb deleted file mode 100644 index d37ca6653c..0000000000 --- a/meta/packages/gcc/gcc-cross_4.1.2.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | PR = "r17" | ||
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_append_avr32= " --disable-libmudflap " | ||
11 | |||
12 | EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}" | ||
13 | |||
14 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" | ||