updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / acpica / compiler-Makefile.patch
blobebf73e6187a142dea7eef9c080d476185744b804
1 *** Makefile~ 2011-09-22 19:59:34.000000000 +0400
2 --- Makefile 2011-10-08 20:12:06.000000000 +0400
3 ***************
4 *** 227,233 ****
5 -Wall \
6 -Wbad-function-cast \
7 -Wdeclaration-after-statement \
8 - -Werror \
9 -Wformat=2 \
10 -Wmissing-declarations \
11 -Wmissing-prototypes \
12 --- 227,232 ----
13 ***************
14 *** 303,318 ****
15 # by the utilities above and they are not necessarily ANSI C, etc.
17 aslcompilerlex.o : aslcompilerlex.c
18 ! $(CC) -c $(CFLAGS) -Wall -Werror -Wstrict-aliasing=0 -o$@ $?
20 aslcompilerparse.o : aslcompilerparse.c
21 ! $(CC) -c $(CFLAGS) -Wall -Werror -Wstrict-aliasing=0 -o$@ $?
23 dtparserlex.o : dtparserlex.c
24 ! $(CC) -c $(CFLAGS) -Wall -Werror -Wstrict-aliasing=0 -o$@ $?
26 dtparserparse.o : dtparserparse.c
27 ! $(CC) -c $(CFLAGS) -Wall -Werror -Wstrict-aliasing=0 -o$@ $?
30 %.o : %.c $(HEADERS) $(ACPICA_HEADERS)
31 --- 302,317 ----
32 # by the utilities above and they are not necessarily ANSI C, etc.
34 aslcompilerlex.o : aslcompilerlex.c
35 ! $(CC) -c $(CFLAGS) -Wall -Wstrict-aliasing=0 -o$@ $?
37 aslcompilerparse.o : aslcompilerparse.c
38 ! $(CC) -c $(CFLAGS) -Wall -Wstrict-aliasing=0 -o$@ $?
40 dtparserlex.o : dtparserlex.c
41 ! $(CC) -c $(CFLAGS) -Wall -Wstrict-aliasing=0 -o$@ $?
43 dtparserparse.o : dtparserparse.c
44 ! $(CC) -c $(CFLAGS) -Wall -Wstrict-aliasing=0 -o$@ $?
47 %.o : %.c $(HEADERS) $(ACPICA_HEADERS)