diff options
Diffstat (limited to 'arch/mips64/Makefile')
-rw-r--r-- | arch/mips64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/Makefile b/arch/mips64/Makefile index ecc4a3a46..9f02364f2 100644 --- a/arch/mips64/Makefile +++ b/arch/mips64/Makefile @@ -33,7 +33,7 @@ endif # machines may also. Since BFD is incredibly buggy with respect to # crossformat linking we rely on the elf2ecoff tool for format conversion. # -CFLAGS += $(TOPDIR)/include/asm/gcc $(CFLAGS) +CFLAGS += -I $(TOPDIR)/include/asm/gcc $(CFLAGS) CFLAGS += -mabi=64 -G 0 -mno-abicalls -fno-pic -Wa,--trap -pipe LINKFLAGS += -G 0 -static # -N MODFLAGS += -mlong-calls |