diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.9.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-initial.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/libgfortran.inc | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc index 9a66cd294f..c47f244180 100644 --- a/meta/recipes-devtools/gcc/gcc-4.9.inc +++ b/meta/recipes-devtools/gcc/gcc-4.9.inc | |||
@@ -122,8 +122,8 @@ EXTRA_OECONF_INTERMEDIATE = "\ | |||
122 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " | 122 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " |
123 | 123 | ||
124 | EXTRA_OECONF_PATHS = "\ | 124 | EXTRA_OECONF_PATHS = "\ |
125 | --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++/${BINV} \ | 125 | --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \ |
126 | --with-sysroot=${STAGING_DIR_TARGET} \ | 126 | --with-sysroot=/not/exist \ |
127 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 127 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
128 | " | 128 | " |
129 | 129 | ||
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc index 0b1f37b908..1a63f82722 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc | |||
@@ -10,9 +10,9 @@ GCCMULTILIB = "--enable-multilib" | |||
10 | require gcc-configure-common.inc | 10 | require gcc-configure-common.inc |
11 | 11 | ||
12 | EXTRA_OECONF_PATHS = "\ | 12 | EXTRA_OECONF_PATHS = "\ |
13 | --with-gxx-include-dir=${SDKPATH}/sysroots/${TUNE_PKGARCH}${TARGET_VENDOR}-${TARGET_OS}${target_includedir}/c++/${BINV} \ | 13 | --with-gxx-include-dir=/not/exist${target_includedir}/c++/${BINV} \ |
14 | --with-build-time-tools=${STAGING_DIR_NATIVE}${prefix_native}/${TARGET_SYS}/bin \ | 14 | --with-build-time-tools=${STAGING_DIR_NATIVE}${prefix_native}/${TARGET_SYS}/bin \ |
15 | --with-sysroot=${SDKPATH}/sysroots/${TUNE_PKGARCH}${TARGET_VENDOR}-${TARGET_OS} \ | 15 | --with-sysroot=/not/exist \ |
16 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 16 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
17 | " | 17 | " |
18 | # We have to point gcc at a sysroot but we don't need to rebuild if this changes | 18 | # We have to point gcc at a sysroot but we don't need to rebuild if this changes |
diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial.inc b/meta/recipes-devtools/gcc/gcc-cross-initial.inc index 6e2f25b562..7197447080 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-initial.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-initial.inc | |||
@@ -21,7 +21,7 @@ EXTRA_OECONF = "\ | |||
21 | --enable-languages=c \ | 21 | --enable-languages=c \ |
22 | ${OPTSPACE} \ | 22 | ${OPTSPACE} \ |
23 | --program-prefix=${TARGET_PREFIX} \ | 23 | --program-prefix=${TARGET_PREFIX} \ |
24 | --with-sysroot=${STAGING_DIR_TARGET} \ | 24 | --with-sysroot=/not/exist \ |
25 | --with-build-sysroot=${GCCCROSS_BUILDSYSROOT} \ | 25 | --with-build-sysroot=${GCCCROSS_BUILDSYSROOT} \ |
26 | ${EXTRA_OECONF_INITIAL} \ | 26 | ${EXTRA_OECONF_INITIAL} \ |
27 | ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--with-ld=${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX}ld.bfd', '', d)} \ | 27 | ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--with-ld=${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX}ld.bfd', '', d)} \ |
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc index 4cdb55f3ee..9147acd1a8 100644 --- a/meta/recipes-devtools/gcc/gcc-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-cross.inc | |||
@@ -25,8 +25,8 @@ EXTRA_OECONF += "\ | |||
25 | " | 25 | " |
26 | 26 | ||
27 | EXTRA_OECONF_PATHS = "\ | 27 | EXTRA_OECONF_PATHS = "\ |
28 | --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++/${BINV} \ | 28 | --with-gxx-include-dir=/not/exist${target_includedir}/c++/${BINV} \ |
29 | --with-sysroot=${STAGING_DIR_TARGET} \ | 29 | --with-sysroot=/not/exist \ |
30 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 30 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
31 | " | 31 | " |
32 | 32 | ||
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 167869e1f2..0348bc4607 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
@@ -4,7 +4,7 @@ CXXFLAGS := "${@oe_filter_out('-fvisibility-inlines-hidden', '${CXXFLAGS}', d)}" | |||
4 | 4 | ||
5 | EXTRA_OECONF_PATHS = "\ | 5 | EXTRA_OECONF_PATHS = "\ |
6 | --with-gxx-include-dir=${includedir}/c++/${BINV} \ | 6 | --with-gxx-include-dir=${includedir}/c++/${BINV} \ |
7 | --with-sysroot=${STAGING_DIR_TARGET} \ | 7 | --with-sysroot=/not/exist \ |
8 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 8 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
9 | " | 9 | " |
10 | 10 | ||
diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/meta/recipes-devtools/gcc/libgfortran.inc index cf7942f41d..e42843d2f1 100644 --- a/meta/recipes-devtools/gcc/libgfortran.inc +++ b/meta/recipes-devtools/gcc/libgfortran.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | require gcc-configure-common.inc | 1 | require gcc-configure-common.inc |
2 | 2 | ||
3 | EXTRA_OECONF_PATHS = "\ | 3 | EXTRA_OECONF_PATHS = "\ |
4 | --with-sysroot=${STAGING_DIR_TARGET} \ | 4 | --with-sysroot=/not/exist \ |
5 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 5 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
6 | " | 6 | " |
7 | 7 | ||