Skip to content

Commit

Permalink
parisc: change to new flag variable
Browse files Browse the repository at this point in the history
Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Kyle McMartin <kyle@redhat.com>
  • Loading branch information
matt mooney authored and Kyle McMartin committed Oct 22, 2010
1 parent 338e4fa commit f720817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/math-emu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f720817

Please sign in to comment.