diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-29 22:04:15 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-29 22:04:15 +0000 |
commit | 377ad260e41dd63ddecb5f2c5b85e363fc25505f (patch) | |
tree | 0c23133d491571e90b07382582816b16a1d721d1 /meta/packages/gcc | |
parent | 849311c8df9f69842e5387852b68c6a4a593fcef (diff) | |
download | poky-377ad260e41dd63ddecb5f2c5b85e363fc25505f.tar.gz |
gcc: Remove hardcoded staging paths
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3032 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc')
-rw-r--r-- | meta/packages/gcc/gcc-cross-sdk_4.1.2.bb | 2 | ||||
-rw-r--r-- | meta/packages/gcc/gcc-cross_4.1.1.bb | 2 | ||||
-rw-r--r-- | meta/packages/gcc/gcc-cross_4.1.2.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/gcc/gcc-cross-sdk_4.1.2.bb b/meta/packages/gcc/gcc-cross-sdk_4.1.2.bb index 238f5c2fd0..450dc82b08 100644 --- a/meta/packages/gcc/gcc-cross-sdk_4.1.2.bb +++ b/meta/packages/gcc/gcc-cross-sdk_4.1.2.bb | |||
@@ -10,4 +10,4 @@ require gcc_${PV}.bb | |||
10 | require gcc4-build-sdk.inc | 10 | require gcc4-build-sdk.inc |
11 | require gcc-package-sdk.inc | 11 | require gcc-package-sdk.inc |
12 | 12 | ||
13 | EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR}/${BUILD_SYS}" | 13 | EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}" |
diff --git a/meta/packages/gcc/gcc-cross_4.1.1.bb b/meta/packages/gcc/gcc-cross_4.1.1.bb index 08bc3a836e..819a7bff04 100644 --- a/meta/packages/gcc/gcc-cross_4.1.1.bb +++ b/meta/packages/gcc/gcc-cross_4.1.1.bb | |||
@@ -17,4 +17,4 @@ require gcc-package-cross.inc | |||
17 | 17 | ||
18 | SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " | 18 | SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " |
19 | 19 | ||
20 | EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR}/${BUILD_SYS}" | 20 | EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}" |
diff --git a/meta/packages/gcc/gcc-cross_4.1.2.bb b/meta/packages/gcc/gcc-cross_4.1.2.bb index a9e4a0ddc2..03423e175f 100644 --- a/meta/packages/gcc/gcc-cross_4.1.2.bb +++ b/meta/packages/gcc/gcc-cross_4.1.2.bb | |||
@@ -17,4 +17,4 @@ require gcc-package-cross.inc | |||
17 | 17 | ||
18 | SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " | 18 | SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " |
19 | 19 | ||
20 | EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR}/${BUILD_SYS}" | 20 | EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}" |