diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-18 10:41:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-18 10:41:39 +0000 |
commit | 1255ee64ee58fb5f0acd0bdbf4f0a54afd5ceeaf (patch) | |
tree | 293d34ede70b906b04967ac077e32a8fee4e855b /meta/packages/gcc/gcc4-build-sdk.inc | |
parent | 402c7dcb2790bd51de9436befe8c273e538be441 (diff) | |
download | poky-1255ee64ee58fb5f0acd0bdbf4f0a54afd5ceeaf.tar.gz |
gcc: Merge in the major cleanup I made in OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4038 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc4-build-sdk.inc')
-rw-r--r-- | meta/packages/gcc/gcc4-build-sdk.inc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/packages/gcc/gcc4-build-sdk.inc b/meta/packages/gcc/gcc4-build-sdk.inc deleted file mode 100644 index d6af5fe933..0000000000 --- a/meta/packages/gcc/gcc4-build-sdk.inc +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}' | ||
2 | USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibcgnueabi", "no", "", d )}' | ||
3 | |||
4 | EXTRA_OECONF += "--with-sysroot=${prefix}/${TARGET_SYS} --with-build-sysroot=${STAGING_DIR_TARGET}" | ||
5 | |||
6 | do_configure () { | ||
7 | (cd ${S} && gnu-configize) || die "failure running gnu-configize" | ||
8 | (cd ${S}/libstdc++-v3 && autoreconf) | ||
9 | oe_runconf | ||
10 | } | ||
11 | |||
12 | do_compile () { | ||
13 | export CC="${BUILD_CC}" | ||
14 | export AR_FOR_TARGET="${TARGET_SYS}-ar" | ||
15 | export RANLIB_FOR_TARGET="${TARGET_SYS}-ranlib" | ||
16 | export LD_FOR_TARGET="${TARGET_SYS}-ld" | ||
17 | export NM_FOR_TARGET="${TARGET_SYS}-nm" | ||
18 | export CC_FOR_TARGET="${CCACHE} ${TARGET_SYS}-gcc ${TARGET_CC_ARCH}" | ||
19 | oe_runmake | ||
20 | } | ||