aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2012-11-15 21:14:36 +0100
committerPatrick Georgi <patrick@georgi-clan.de>2012-11-24 08:54:53 +0100
commit6b11c8be4572f9b96804509e5bd9170a8cec162d (patch)
tree53c88b2ecb8801d8f1b9fb17b3d51b1a8b05e2c9 /util/crossgcc/patches
parent0c2364c17ca40a4c726d98f3d2861d27ec02fed5 (diff)
crossgcc: update to acpica-20121114
Update acpica to release 20121114 and update patches/ to build with this version of acpica. Correct the creation of crossgcc-build.log Bump CROSSGCC_VERSION. Change-Id: I269454ebc3c78b5852e4a67e55bb5642edad191d Signed-off-by: Idwer Vollering <vidwer@gmail.com> Reviewed-on: http://review.coreboot.org/1861 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'util/crossgcc/patches')
-rw-r--r--util/crossgcc/patches/acpica-unix-20120420_unknown_warnings.patch23
-rw-r--r--util/crossgcc/patches/acpica-unix-20121114_32bit_optimization_fortify_source.patch11
2 files changed, 11 insertions, 23 deletions
diff --git a/util/crossgcc/patches/acpica-unix-20120420_unknown_warnings.patch b/util/crossgcc/patches/acpica-unix-20120420_unknown_warnings.patch
deleted file mode 100644
index c027f175e5..0000000000
--- a/util/crossgcc/patches/acpica-unix-20120420_unknown_warnings.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- acpica-unix-20120420/source/compiler/Makefile 2012-04-20 22:02:33.000000000 +0200
-+++ acpica-unix-20120420.patched/source/compiler/Makefile 2012-10-21 00:30:38.634470788 +0200
-@@ -257,19 +257,11 @@
- # gcc 4+ flags
- #
- CWARNINGFLAGS += \
-- -Waddress \
- -Waggregate-return \
- -Wchar-subscripts \
-- -Wempty-body \
-- -Wlogical-op \
- -Wmissing-declarations \
-- -Wmissing-field-initializers \
-- -Wmissing-parameter-type \
- -Wnested-externs \
-- -Wold-style-declaration \
-- -Wold-style-definition \
-- -Wredundant-decls \
-- -Wtype-limits
-+ -Wold-style-definition
-
- #
- # Bison/Flex configuration
diff --git a/util/crossgcc/patches/acpica-unix-20121114_32bit_optimization_fortify_source.patch b/util/crossgcc/patches/acpica-unix-20121114_32bit_optimization_fortify_source.patch
new file mode 100644
index 0000000000..abf80bd35c
--- /dev/null
+++ b/util/crossgcc/patches/acpica-unix-20121114_32bit_optimization_fortify_source.patch
@@ -0,0 +1,11 @@
+diff -ur acpica-unix-20121114/generate/unix/Makefile.config acpica-unix-20121114.patched/generate/unix/Makefile.config
+--- acpica-unix-20121114/generate/unix/Makefile.config 2012-11-14 17:22:38.000000000 +0100
++++ acpica-unix-20121114.patched/generate/unix/Makefile.config 2012-11-15 21:19:36.683902859 +0100
+@@ -104,6 +104,7 @@
+ # automatically included in -Wall.
+ #
+ CFLAGS += \
++ -O \
+ $(BITSFLAG) \
+ -D$(HOST) \
+ -D_GNU_SOURCE \