aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/acpica-unix-20121114_32bit_optimization_fortify_source.patch
blob: abf80bd35cc5c0623f1a2d6f050b4689db7108c1 (plain)
1
2
3
4
5
6
7
8
9
10
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 \