gcc: Fix c++ search path for target system compiler making everything consistent

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-10-07 11:06:32 +01:00
parent 11ebcec445
commit fafb40364d
3 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@ require gcc-configure-common.inc
EXTRA_OECONF_PATHS = " \
--with-local-prefix=${STAGING_DIR_TARGET}${prefix} \
--with-gxx-include-dir=${includedir}/c++/${BINV}/"
--with-gxx-include-dir=${includedir}/c++/"

View File

@ -1,4 +1,4 @@
PR = "r10"
PR = "r11"
require gcc-${PV}.inc
require gcc-configure-target.inc

View File

@ -1,4 +1,4 @@
PR = "r10"
PR = "r11"
require gcc-${PV}.inc
require gcc-configure-target.inc