crossgcc: update to gcc 4.7.3
Update crossgcc to use gcc 4.7.3 The resulting coreboot.rom is not runtime tested (any volunteers?). Drop the texinfo patch, rename the armv7a patch. Some Linux distributions have moved on to gcc 4.8, under certain circumstances this version can't (cross-)compile gcc 4.7.2 Bug report: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56927 Change-Id: Id8ce5f86c34e1a0900d44dc6ae4e81cb9548ecc2 Signed-off-by: Idwer Vollering <vidwer@gmail.com> Reviewed-on: http://review.coreboot.org/3112 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martin.roth@se-eng.com> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
committed by
Ronald G. Minnich
parent
fe9f0f4734
commit
37714f33a6
12
util/crossgcc/patches/gcc-4.7.3_armv7a.patch
Normal file
12
util/crossgcc/patches/gcc-4.7.3_armv7a.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -ur gcc-4.7.3/config.sub gcc-4.7.3-patched/config.sub
|
||||
--- gcc-4.7.3/config.sub 2012-08-06 16:34:27.000000000 +0200
|
||||
+++ gcc-4.7.3-patched/config.sub 2013-04-19 00:25:16.401391381 +0200
|
||||
@@ -250,7 +250,7 @@
|
||||
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
|
||||
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
|
||||
| am33_2.0 \
|
||||
- | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
|
||||
+ | arc | arm | arm[bl]e | arme[lb] | armv* | armv[345][lb] | avr | avr32 \
|
||||
| be32 | be64 \
|
||||
| bfin \
|
||||
| c4x | clipper \
|
Reference in New Issue
Block a user