diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-11-01 22:39:41 +0100 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2011-11-02 10:51:02 +0100 |
commit | 1200ec5a532220b3349d97de1b91f860ae2d2de2 (patch) | |
tree | 2edfbcbb6ad467caad36a636aeb9879b9a58262e /util/crossgcc/patches/binutils-2.20.1_no-bfd-doc.patch | |
parent | 2d4fecec5174908db8a6b660f5b6fffd22e20ea4 (diff) |
buildgcc: Update coreboot reference toolchain to gcc 4.6.2
In addition:
- drop some unneeded patches
- make the scripting support depend on SKIPPYTHON not SKIPGDB
so it is possible to build GDB with and without scripting support
- rename the repository checkout version of GCC trunk, not X+1
so we don't have to change it on every version upgrade.
Change-Id: I1b7d5b8921187c1c1d39b04f20bb715ddba72fe8
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/367
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'util/crossgcc/patches/binutils-2.20.1_no-bfd-doc.patch')
-rw-r--r-- | util/crossgcc/patches/binutils-2.20.1_no-bfd-doc.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/util/crossgcc/patches/binutils-2.20.1_no-bfd-doc.patch b/util/crossgcc/patches/binutils-2.20.1_no-bfd-doc.patch deleted file mode 100644 index a75a402a8d..0000000000 --- a/util/crossgcc/patches/binutils-2.20.1_no-bfd-doc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- binutils-2.20.1/bfd/Makefile.in~ 2010-07-25 10:56:45 +0000 -+++ binutils-2.20.1/bfd/Makefile.in 2010-07-25 10:19:24 +0000 -@@ -320,7 +320,7 @@ - # RELEASE=y - INCDIR = $(srcdir)/../include - CSEARCH = -I. -I$(srcdir) -I$(INCDIR) --SUBDIRS = doc po -+SUBDIRS = po - bfddocdir = doc - libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \ - @SHARED_LDFLAGS@ $(am__empty) |