diff options
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross4.inc | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross_4.7.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross_4.8.bb | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc index 9d29f56421..2913df79b3 100644 --- a/meta/recipes-devtools/gcc/gcc-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-cross.inc | |||
@@ -106,3 +106,5 @@ STOP | |||
106 | chmod +x ${B}/${TARGET_PREFIX}testgcc | 106 | chmod +x ${B}/${TARGET_PREFIX}testgcc |
107 | 107 | ||
108 | } | 108 | } |
109 | |||
110 | EXTRA_OECONF_append_sh4 = " --with-multilib-list= --enable-incomplete-targets " | ||
diff --git a/meta/recipes-devtools/gcc/gcc-cross4.inc b/meta/recipes-devtools/gcc/gcc-cross4.inc deleted file mode 100644 index 4a20818d2f..0000000000 --- a/meta/recipes-devtools/gcc/gcc-cross4.inc +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | require gcc-cross.inc | ||
2 | |||
3 | EXTRA_OECONF_append_sh4 = " --with-multilib-list= --enable-incomplete-targets " | ||
diff --git a/meta/recipes-devtools/gcc/gcc-cross_4.7.bb b/meta/recipes-devtools/gcc/gcc-cross_4.7.bb index d60523513f..b02ea13de2 100644 --- a/meta/recipes-devtools/gcc/gcc-cross_4.7.bb +++ b/meta/recipes-devtools/gcc/gcc-cross_4.7.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require recipes-devtools/gcc/gcc-${PV}.inc | 1 | require recipes-devtools/gcc/gcc-${PV}.inc |
2 | require gcc-cross4.inc | 2 | require gcc-cross.inc |
3 | 3 | ||
4 | EXTRA_OECONF += "--disable-libunwind-exceptions \ | 4 | EXTRA_OECONF += "--disable-libunwind-exceptions \ |
5 | --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ | 5 | --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ |
diff --git a/meta/recipes-devtools/gcc/gcc-cross_4.8.bb b/meta/recipes-devtools/gcc/gcc-cross_4.8.bb index d60523513f..b02ea13de2 100644 --- a/meta/recipes-devtools/gcc/gcc-cross_4.8.bb +++ b/meta/recipes-devtools/gcc/gcc-cross_4.8.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require recipes-devtools/gcc/gcc-${PV}.inc | 1 | require recipes-devtools/gcc/gcc-${PV}.inc |
2 | require gcc-cross4.inc | 2 | require gcc-cross.inc |
3 | 3 | ||
4 | EXTRA_OECONF += "--disable-libunwind-exceptions \ | 4 | EXTRA_OECONF += "--disable-libunwind-exceptions \ |
5 | --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ | 5 | --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ |