Commit f7208177 authored by matt mooney's avatar matt mooney Committed by Kyle McMartin

parisc: change to new flag variable

Replace EXTRA_CFLAGS with ccflags-y.
Signed-off-by: default avatarmatt mooney <mfm@muteddisk.com>
Signed-off-by: default avatarKyle McMartin <kyle@redhat.com>
parent 338e4fab
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# See arch/parisc/math-emu/README # 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-uninitialized -Wno-strict-prototypes -Wno-return-type \
-Wno-implicit-int -Wno-implicit-int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment