summaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/gcc-4.5.2_pragma.patch
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-11-01 22:39:41 +0100
committerPatrick Georgi <patrick@georgi-clan.de>2011-11-02 10:51:02 +0100
commit1200ec5a532220b3349d97de1b91f860ae2d2de2 (patch)
tree2edfbcbb6ad467caad36a636aeb9879b9a58262e /util/crossgcc/patches/gcc-4.5.2_pragma.patch
parent2d4fecec5174908db8a6b660f5b6fffd22e20ea4 (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/gcc-4.5.2_pragma.patch')
-rw-r--r--util/crossgcc/patches/gcc-4.5.2_pragma.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/util/crossgcc/patches/gcc-4.5.2_pragma.patch b/util/crossgcc/patches/gcc-4.5.2_pragma.patch
deleted file mode 100644
index d36f489b3f..0000000000
--- a/util/crossgcc/patches/gcc-4.5.2_pragma.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -ur gcc-4.5.2.orig/gcc/config/i386/i386elf.h gcc-4.5.1/gcc/config/i386/i386elf.h
---- gcc-4.5.2.orig/gcc/config/i386/i386elf.h 2010-11-17 19:48:16.184401200 -0700
-+++ gcc-4.5.2/gcc/config/i386/i386elf.h 2010-11-17 20:52:54.443969900 -0700
-@@ -123,3 +123,6 @@
- #undef ASM_OUTPUT_ALIGNED_BSS
- #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
- asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
-+
-+/* Enable parsing of #pragma pack(push,<n>) and #pragma pack(pop). */
-+#define HANDLE_PRAGMA_PACK_PUSH_POP 1