aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/gcc-4.5.1_pragma.patch
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@google.com>2011-10-11 22:37:59 -0700
committerSven Schnelle <svens@stackframe.org>2011-10-30 12:01:08 +0100
commit9491b4d5f5649ab6c18ae7f5ff285c09c212495b (patch)
treea4132b1903aa1475928906024b81bbb3ced5d1e0 /util/crossgcc/patches/gcc-4.5.1_pragma.patch
parent952b421c27c36c9167c212e28df5a07b7976f587 (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/gcc-4.5.1_pragma.patch')
-rw-r--r--util/crossgcc/patches/gcc-4.5.1_pragma.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/util/crossgcc/patches/gcc-4.5.1_pragma.patch b/util/crossgcc/patches/gcc-4.5.1_pragma.patch
deleted file mode 100644
index 36ac8f47c6..0000000000
--- a/util/crossgcc/patches/gcc-4.5.1_pragma.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -ur gcc-4.5.1.orig/gcc/config/i386/i386elf.h gcc-4.5.1/gcc/config/i386/i386elf.h
---- gcc-4.5.1.orig/gcc/config/i386/i386elf.h 2010-11-17 19:48:16.184401200 -0700
-+++ gcc-4.5.1/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