From 377ad260e41dd63ddecb5f2c5b85e363fc25505f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 29 Oct 2007 22:04:15 +0000 Subject: gcc: Remove hardcoded staging paths git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3032 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/gcc/gcc-cross_4.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/packages/gcc/gcc-cross_4.1.1.bb') 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 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}" -- cgit v1.2.3-54-g00ecf