diff options
author | Luke Gox <luke@box0.(none)> | 2009-04-03 16:12:26 +0200 |
---|---|---|
committer | Luke Gox <luke@box0.(none)> | 2009-04-03 16:12:26 +0200 |
commit | c90ef7a53c93a1fcdf6442e4297b41c53ec6c15d (patch) | |
tree | bb888eec0eec0b790099632f8f4f5b37ccd3fbbe /recipes/gcc/gcc-4.3.1.inc | |
parent | c1bc969ba3030b6c421cc5d8facc8e1b281d8b9b (diff) | |
parent | 58cdfa8f9f5d78a1cb7370ac2c511813c2b80de4 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gcc/gcc-4.3.1.inc')
-rw-r--r-- | recipes/gcc/gcc-4.3.1.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.3.1.inc b/recipes/gcc/gcc-4.3.1.inc index cdab6dc215..132bbe788d 100644 --- a/recipes/gcc/gcc-4.3.1.inc +++ b/recipes/gcc/gcc-4.3.1.inc @@ -6,7 +6,7 @@ require gcc-common.inc DEPENDS = "mpfr gmp" -SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ +SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://fedora/gcc43-c++-builtin-redecl.patch;patch=1;pnum=0 \ file://fedora/gcc43-ia64-libunwind.patch;patch=1;pnum=0 \ file://fedora/gcc43-java-nomulti.patch;patch=1;pnum=0 \ |