diff options
author | Stefan Reinauer <reinauer@google.com> | 2011-10-11 22:37:59 -0700 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-10-30 12:01:08 +0100 |
commit | 9491b4d5f5649ab6c18ae7f5ff285c09c212495b (patch) | |
tree | a4132b1903aa1475928906024b81bbb3ced5d1e0 /util/crossgcc/patches/binutils-2.20_no-i386-svr4-asm-comments.patch | |
parent | 952b421c27c36c9167c212e28df5a07b7976f587 (diff) |
Update coreboot cross toolchain to gcc 4.6.1
- Tested on Mac OS X 10.7.1
- Tested on Ubuntu 10.04 LTS (Lucid Lynx)
- Tested on Ubuntu 11.10 (Oneiric Ocelot)
Please test on Windows and other Linux distributions
Change-Id: I132c01293fc0cff0cfb84556a93c0b8de8e57230
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/250
Tested-by: build bot (Jenkins)
Reviewed-by: Sven Schnelle <svens@stackframe.org>
Diffstat (limited to 'util/crossgcc/patches/binutils-2.20_no-i386-svr4-asm-comments.patch')
-rw-r--r-- | util/crossgcc/patches/binutils-2.20_no-i386-svr4-asm-comments.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/util/crossgcc/patches/binutils-2.20_no-i386-svr4-asm-comments.patch b/util/crossgcc/patches/binutils-2.20_no-i386-svr4-asm-comments.patch deleted file mode 100644 index 3c0cef92a2..0000000000 --- a/util/crossgcc/patches/binutils-2.20_no-i386-svr4-asm-comments.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- binutils-2.20/gas/config/tc-i386.c~ 2009-01-20 14:19:04.000000000 +0100 -+++ binutils-2.20/gas/config/tc-i386.c 2009-01-20 14:20:47.000000000 +0100 -@@ -318,6 +318,7 @@ - && !defined (TE_GNU) \ - && !defined (TE_LINUX) \ - && !defined (TE_NETWARE) \ -+ && 0 \ - && !defined (TE_FreeBSD) \ - && !defined (TE_NetBSD))) - /* This array holds the chars that always start a comment. If the |