diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-31 13:53:07 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-31 13:53:07 +0100 |
| commit | eca7e8c9bf0c71f24ef89457a55017a012463a6a (patch) | |
| tree | 2a649a7b4bd3e55ef94ef1beb9a939c3a1553cf5 /meta/packages/gcc/gcc-crosssdk_4.2.3.bb | |
| parent | c155b71ba4c5b94d2f1d5df3798514fffde74f3c (diff) | |
| download | poky-eca7e8c9bf0c71f24ef89457a55017a012463a6a.tar.gz | |
gcc-crosssdk: Create common include files
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-crosssdk_4.2.3.bb')
| -rw-r--r-- | meta/packages/gcc/gcc-crosssdk_4.2.3.bb | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/meta/packages/gcc/gcc-crosssdk_4.2.3.bb b/meta/packages/gcc/gcc-crosssdk_4.2.3.bb index 3a3d443413..7430888ed7 100644 --- a/meta/packages/gcc/gcc-crosssdk_4.2.3.bb +++ b/meta/packages/gcc/gcc-crosssdk_4.2.3.bb | |||
| @@ -1,16 +1,2 @@ | |||
| 1 | require gcc-cross_${PV}.bb | 1 | require gcc-cross_${PV}.bb |
| 2 | inherit crosssdk | 2 | require gcc-crosssdk.inc |
| 3 | |||
| 4 | SYSTEMHEADERS = "${SDKPATH}/include" | ||
| 5 | SYSTEMLIBS1 = "${SDKPATH}/lib/" | ||
| 6 | |||
| 7 | GCCMULTILIB = "--disable-multilib" | ||
| 8 | |||
| 9 | DEPENDS = "virtual/${TARGET_PREFIX}binutils-crosssdk virtual/${TARGET_PREFIX}libc-for-gcc-nativesdk" | ||
| 10 | PROVIDES = "virtual/${TARGET_PREFIX}gcc-crosssdk virtual/${TARGET_PREFIX}g++-crosssdk" | ||
| 11 | |||
| 12 | do_configure_prepend () { | ||
| 13 | # Change the default dynamic linker path to the one in the SDK | ||
| 14 | sed -i ${S}/gcc/config/*/linux*.h -e 's#\(GLIBC_DYNAMIC_LINKER.*\)/lib/#\1${SYSTEMLIBS1}#' | ||
| 15 | sed -i ${S}/gcc/config/*/linux*.h -e 's#\(GLIBC_DYNAMIC_LINKER.*\)/lib64/#\1${SYSTEMLIBS1}#' | ||
| 16 | } | ||
