diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-09-20 13:54:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-21 14:55:32 +0100 |
commit | df74f8d9a8b1500da3fffd77f12ec8d1900d0bf6 (patch) | |
tree | ed2ab297b69aa9bd523f43595d54ce36c7ce4992 /meta/recipes-devtools/gcc/gcc-common.inc | |
parent | 3c101af5e33b21f53171c66de0c2c3e797d95247 (diff) | |
download | poky-df74f8d9a8b1500da3fffd77f12ec8d1900d0bf6.tar.gz |
gcc: Use 4.7.2 release tarball
This avoids the SVN or git fetcher issues for gcc
and the tar is mirrored around the world so it will
not be slow
Fixes [YOCTO #2908]
(From OE-Core rev: 5e03d1e83d0536a2fc69a88d3e5407108836203f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-common.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-common.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index f0ddfd8b2b..3b0001789f 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
@@ -43,10 +43,11 @@ SHLIBSDIR = "${STAGING_DIR_TARGET}/shlibs" | |||
43 | DEBIANNAME_libgcc = "libgcc1" | 43 | DEBIANNAME_libgcc = "libgcc1" |
44 | 44 | ||
45 | MIRRORS =+ "\ | 45 | MIRRORS =+ "\ |
46 | ${GNU_MIRROR}/gcc/releases/ ftp://gcc.gnu.org/pub/gcc/releases/ \n \ | 46 | ${GNU_MIRROR}/gcc ftp://gcc.gnu.org/pub/gcc/releases/ \n \ |
47 | ${GNU_MIRROR}/gcc/ http://mirrors.rcn.net/pub/sourceware/gcc/releases/ \n \ | 47 | ${GNU_MIRROR}/gcc ftp://gd.tuwien.ac.at/gnu/gcc/ \n \ |
48 | ${GNU_MIRROR}/gcc/releases/ http://gcc.get-software.com/releases/ \n \ | 48 | ${GNU_MIRROR}/gcc http://mirrors.rcn.net/pub/sourceware/gcc/releases/ \n \ |
49 | ${GNU_MIRROR}/gcc/ http://gcc.get-software.com/releases/ \n \ | 49 | ${GNU_MIRROR}/gcc http://gcc.get-software.com/releases/ \n \ |
50 | ${GNU_MIRROR}/gcc http://gcc.get-software.com/releases/ \n \ | ||
50 | " | 51 | " |
51 | 52 | ||
52 | # | 53 | # |