summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-crosssdk.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-07-02 14:35:08 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-02 14:35:08 +0100
commit061df5abaf727741b11c05db2c47e2778f96d96e (patch)
treea79062441b0bd9564320c951cc330a268b28994e /meta/packages/gcc/gcc-crosssdk.inc
parent4e0ee648b4c18b770aba11921370258f3e2aaeef (diff)
downloadpoky-061df5abaf727741b11c05db2c47e2778f96d96e.tar.gz
meta-toolchain: Improve layout
* Switch from /usr/local/poky to /opt/poky * Use a sysroots directory for both the "native" sdk binaries and the target * Drop the meta-toolchain extras packages. These are replaced with packaged-staging. * Change the nativesdk layout to match our usual filesystem layout * Clean up various hardcoded prefix references Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-crosssdk.inc')
-rw-r--r--meta/packages/gcc/gcc-crosssdk.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc-crosssdk.inc b/meta/packages/gcc/gcc-crosssdk.inc
index e2252bbfce..be2d0b0a28 100644
--- a/meta/packages/gcc/gcc-crosssdk.inc
+++ b/meta/packages/gcc/gcc-crosssdk.inc
@@ -1,7 +1,7 @@
1inherit crosssdk 1inherit crosssdk
2 2
3SYSTEMHEADERS = "${SDKPATH}/include" 3SYSTEMHEADERS = "${SDKPATHNATIVE}${prefix_nativesdk}/include"
4SYSTEMLIBS1 = "${SDKPATH}/lib/" 4SYSTEMLIBS1 = "${SDKPATHNATIVE}${libdir_nativesdk}/"
5 5
6GCCMULTILIB = "--disable-multilib" 6GCCMULTILIB = "--disable-multilib"
7 7