CRIS v32: Replace build flags in boot/rescue/Makefile
- Change AFLAGS to asflags-y, LDFLAGS to ldflags-y and EXTRA_CFLAGS to ccflags-y. We only need the flags in this Makefile.
This commit is contained in:
@@ -3,11 +3,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
CC = gcc-cris -mlinux -march=v32 $(LINUXINCLUDE)
|
CC = gcc-cris -mlinux -march=v32 $(LINUXINCLUDE)
|
||||||
EXTRA_CFLAGS = -O2
|
ccflags-y += -O2 -I $(srctree)/include/asm/arch/mach/ \
|
||||||
AFLAGS += -I $(TOPDIR)/include/asm/arch/mach/ -I $(TOPDIR)/include/asm/arch
|
-I $(srctree)/include/asm/arch
|
||||||
EXTRA_CFLAGS += -I $(TOPDIR)/include/asm/arch/mach/ -I $(TOPDIR)/include/asm/arch
|
asflags-y += -I $(srctree)/include/asm/arch/mach/ -I $(srctree)/include/asm/arch
|
||||||
LD = gcc-cris -mlinux -march=v32 -nostdlib
|
LD = gcc-cris -mlinux -march=v32 -nostdlib
|
||||||
LDFLAGS = -T $(obj)/rescue.ld
|
ldflags-y += -T $(obj)/rescue.ld
|
||||||
LDPOSTFLAGS = -lgcc
|
LDPOSTFLAGS = -lgcc
|
||||||
OBJCOPY = objcopy-cris
|
OBJCOPY = objcopy-cris
|
||||||
OBJCOPYFLAGS = -O binary --remove-section=.bss
|
OBJCOPYFLAGS = -O binary --remove-section=.bss
|
||||||
|
Reference in New Issue
Block a user