diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-common.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index 3b0001789f..38f3b7f959 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
@@ -40,7 +40,7 @@ def get_gcc_multiarch_setting(bb, d): | |||
40 | # For now, libgcc is most important so we fix for that - RP. | 40 | # For now, libgcc is most important so we fix for that - RP. |
41 | SHLIBSDIR = "${STAGING_DIR_TARGET}/shlibs" | 41 | SHLIBSDIR = "${STAGING_DIR_TARGET}/shlibs" |
42 | 42 | ||
43 | DEBIANNAME_libgcc = "libgcc1" | 43 | DEBIANNAME_${MLPREFIX}libgcc = "libgcc1" |
44 | 44 | ||
45 | MIRRORS =+ "\ | 45 | MIRRORS =+ "\ |
46 | ${GNU_MIRROR}/gcc ftp://gcc.gnu.org/pub/gcc/releases/ \n \ | 46 | ${GNU_MIRROR}/gcc ftp://gcc.gnu.org/pub/gcc/releases/ \n \ |