diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-12-03 04:48:00 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-12-03 04:48:00 +0000 |
commit | e11cf79fa5bb2c27a2c06c32386b7f53315f3034 (patch) | |
tree | fc5f794e7d4bbe06d4b2b550cbccb2d13698433e /arch/mips64 | |
parent | be1f88b8cd5e1c7ca872c5de64565481f686fb25 (diff) |
Fix three character missing cut'n'paste error.
Diffstat (limited to 'arch/mips64')
-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 |