diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-10-29 23:08:22 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-10-29 23:08:22 +0000 |
commit | 113d446f1e5db3da857162e1ee082f04379023f9 (patch) | |
tree | d7fc65fe55dc6a4d98df54d43ddda4b844da9c73 /packages/gcc/gcc-cross_4.2.2.bb | |
parent | 75d44e35ba889eff8e594625050ae911a4eadd9d (diff) |
Remove final references to BUILD_SYS in staging paths
Diffstat (limited to 'packages/gcc/gcc-cross_4.2.2.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.2.2.bb b/packages/gcc/gcc-cross_4.2.2.bb index 9025a98f3c..1d5ebdcc61 100644 --- a/packages/gcc/gcc-cross_4.2.2.bb +++ b/packages/gcc/gcc-cross_4.2.2.bb @@ -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}" |