mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
parisc: change to new flag variable
Replace EXTRA_CFLAGS with ccflags-y. Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Kyle McMartin <kyle@redhat.com>
This commit is contained in:
parent
338e4fab3d
commit
f720817700
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
# See arch/parisc/math-emu/README
|
||||
EXTRA_CFLAGS += -Wno-parentheses -Wno-implicit-function-declaration \
|
||||
ccflags-y := -Wno-parentheses -Wno-implicit-function-declaration \
|
||||
-Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
|
||||
-Wno-implicit-int
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user