|
@@ -13,6 +13,7 @@ NM := $(NM) -B
|
|
LDFLAGS_vmlinux := -static -N #-relax
|
|
LDFLAGS_vmlinux := -static -N #-relax
|
|
CHECKFLAGS += -D__alpha__ -m64
|
|
CHECKFLAGS += -D__alpha__ -m64
|
|
cflags-y := -pipe -mno-fp-regs -ffixed-8 -msmall-data
|
|
cflags-y := -pipe -mno-fp-regs -ffixed-8 -msmall-data
|
|
|
|
+cflags-y += $(call cc-option, -fno-jump-tables)
|
|
|
|
|
|
cpuflags-$(CONFIG_ALPHA_EV4) := -mcpu=ev4
|
|
cpuflags-$(CONFIG_ALPHA_EV4) := -mcpu=ev4
|
|
cpuflags-$(CONFIG_ALPHA_EV5) := -mcpu=ev5
|
|
cpuflags-$(CONFIG_ALPHA_EV5) := -mcpu=ev5
|