]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc: Remove hardcoded staging paths
authorRichard Purdie <richard@openedhand.com>
Mon, 29 Oct 2007 22:04:15 +0000 (22:04 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 29 Oct 2007 22:04:15 +0000 (22:04 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3032 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gcc/gcc-cross-sdk_4.1.2.bb
meta/packages/gcc/gcc-cross_4.1.1.bb
meta/packages/gcc/gcc-cross_4.1.2.bb

index 238f5c2fd0d5a7454bddb6caa36a65018ca892e8..450dc82b08508acdec82b61dc7bad0cfabc45205 100644 (file)
@@ -10,4 +10,4 @@ require gcc_${PV}.bb
 require gcc4-build-sdk.inc
 require gcc-package-sdk.inc
 
-EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR}/${BUILD_SYS}"
+EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"
index 08bc3a836e4dbd217c2fb93f141e53a3a48f3835..819a7bff04814953086a084709e6bcb66779ffd3 100644 (file)
@@ -17,4 +17,4 @@ require gcc-package-cross.inc
 
 SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
 
-EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR}/${BUILD_SYS}"
+EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"
index a9e4a0ddc273953a3d31553558195505fdfb6f39..03423e175fc7f13744cc070d1b824900f7e22690 100644 (file)
@@ -17,4 +17,4 @@ require gcc-package-cross.inc
 
 SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
 
-EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR}/${BUILD_SYS}"
+EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"