summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_4.1.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2007-10-29 23:08:22 +0000
committerRichard Purdie <rpurdie@rpsys.net>2007-10-29 23:08:22 +0000
commit113d446f1e5db3da857162e1ee082f04379023f9 (patch)
treed7fc65fe55dc6a4d98df54d43ddda4b844da9c73 /packages/gcc/gcc-cross_4.1.0.bb
parent75d44e35ba889eff8e594625050ae911a4eadd9d (diff)
Remove final references to BUILD_SYS in staging paths
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.0.bb')
-rw-r--r--packages/gcc/gcc-cross_4.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.1.0.bb b/packages/gcc/gcc-cross_4.1.0.bb
index 0328f45cfb..bfcfac2033 100644
--- a/packages/gcc/gcc-cross_4.1.0.bb
+++ b/packages/gcc/gcc-cross_4.1.0.bb
@@ -15,4 +15,4 @@ require gcc3-build-cross.inc
# cross packaging
require gcc-package-cross.inc
-EXTRA_OECONF += "--with-mpfr=${STAGING_DIR}/${BUILD_SYS}"
+EXTRA_OECONF += "--with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"