diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-30 14:23:15 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-30 14:23:15 +0100 |
| commit | 4821286d0a97a82b3ad39572ec66da1892fd5cae (patch) | |
| tree | c0f18e599d7bec4966c321692ae2490a93519598 /meta/packages/gcc/gcc-cross_csl-arm-2007q3.bb | |
| parent | 9c7746453886b5dbf92cb3f289c455bec8ba1932 (diff) | |
| download | poky-4821286d0a97a82b3ad39572ec66da1892fd5cae.tar.gz | |
gcc-csl: Drop old version
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-cross_csl-arm-2007q3.bb')
| -rw-r--r-- | meta/packages/gcc/gcc-cross_csl-arm-2007q3.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/packages/gcc/gcc-cross_csl-arm-2007q3.bb b/meta/packages/gcc/gcc-cross_csl-arm-2007q3.bb deleted file mode 100644 index b00bebc5c0..0000000000 --- a/meta/packages/gcc/gcc-cross_csl-arm-2007q3.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | PR = "r0" | ||
| 2 | |||
| 3 | require gcc-csl-arm-2007q3.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-multilib --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}" | ||
| 11 | |||
| 12 | #We don't want i686 linux ending up in the CFLAGS_FOR_TARGET like this: -isystem/OE/angstrom-tmp/staging/i686-linux/usr/include | ||
| 13 | CFLAGS = "" | ||
| 14 | CXXFLAGS = "" | ||
| 15 | LDFLAGS = "" | ||
| 16 | |||
| 17 | # staging-linkage and cross-linkage recipes don't work anymore, so do it by hand for this backwards CSL toolchain | ||
| 18 | do_compile_prepend() { | ||
| 19 | ln -sf ${STAGING_DIR_TARGET}${target_libdir}/crt*.o ${CROSS_DIR}/${TARGET_SYS}/lib/ | ||
| 20 | ln -sf ${STAGING_DIR_TARGET}${target_libdir}/ld-* ${CROSS_DIR}/${TARGET_SYS}/lib/ | ||
| 21 | ln -sf ${STAGING_DIR_TARGET}/lib/libc* ${CROSS_DIR}/${TARGET_SYS}/lib/ | ||
| 22 | sed -i -e 's:gcc_no_link=yes:gcc_no_link=no:' ${S}/libstdc++-v3/configure | ||
| 23 | |||
| 24 | } | ||
| 25 | |||
| 26 | ARCH_FLAGS_FOR_TARGET += " -L${STAGING_DIR_TARGET}${target_libdir} -isystem${STAGING_DIR_TARGET}${target_includedir}" | ||
