Skip to content

Commit

Permalink
MIPS: Do not use EXTRA_CFLAGS
Browse files Browse the repository at this point in the history
Usage of these flags has been deprecated for nearly 4 years by:

    commit f77bf01
    Author: Sam Ravnborg <sam@neptun.(none)>
    Date:   Mon Oct 15 22:25:06 2007 +0200

        kbuild: introduce ccflags-y, asflags-y and ldflags-y

Moreover, these flags (at least EXTRA_CFLAGS) have been documented for command
line use. By default, gmake(1) do not override command line setting, so this is
likely to result in build failure or unexpected behavior.

Replace their usage by Kbuild's `{as,cc,ld}flags-y'.

To: [email protected]
Cc: Sam Ravnborg <[email protected]>
Patchwork: https://patchwork.linux-mips.org/patch/2710/
Cc: [email protected]
Signed-off-by: Arnaud Lacombe <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
lacombar authored and ralfbaechle committed Sep 21, 2011
1 parent dd0a028 commit b8ecf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/netlogic/xlr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ obj-y += setup.o platform.o irq.o setup.o time.o
obj-$(CONFIG_SMP) += smp.o smpboot.o
obj-$(CONFIG_EARLY_PRINTK) += xlr_console.o

EXTRA_CFLAGS += -Werror
ccflags-y += -Werror

0 comments on commit b8ecf34

Please sign in to comment.