diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-18 01:05:32 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-18 01:05:32 +0100 |
commit | 8aa3e16e1f88a2327fe1da6cdc4c3e0bd480a815 (patch) | |
tree | 31a6af1082ee30abb2ae76e33135df76c73693ee /meta | |
parent | 7663a6e0501cfe5efb0018480864ea2895100585 (diff) | |
download | poky-8aa3e16e1f88a2327fe1da6cdc4c3e0bd480a815.tar.gz |
nativesdk.bbclass: Drop ineffective dynamic linker flag
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/nativesdk.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index b0273ace0f..080adc5d77 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
@@ -20,8 +20,6 @@ python () { | |||
20 | 20 | ||
21 | CROSS_DIR = "${TMPDIR}/cross/${HOST_ARCH}" | 21 | CROSS_DIR = "${TMPDIR}/cross/${HOST_ARCH}" |
22 | 22 | ||
23 | TARGET_LDFLAGS += "-Wl,-dynamic-linker=${SDKPATH}/lib/ld-linux.so.2" | ||
24 | |||
25 | HOST_ARCH = "${SDK_ARCH}" | 23 | HOST_ARCH = "${SDK_ARCH}" |
26 | HOST_VENDOR = "${SDK_VENDOR}" | 24 | HOST_VENDOR = "${SDK_VENDOR}" |
27 | HOST_OS = "${SDK_OS}" | 25 | HOST_OS = "${SDK_OS}" |