diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 16:23:37 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 16:23:37 +0000 |
commit | f5eadcc9960b6e5789b33f03393a110408757de3 (patch) | |
tree | 70eac8d5bd1415e7497cd06813fb0f99045ad586 /arch/mips64/Makefile | |
parent | 5a171ddbe0a502527368f00e663df035d1d36019 (diff) |
Use --trap for optimization.
Diffstat (limited to 'arch/mips64/Makefile')
-rw-r--r-- | arch/mips64/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips64/Makefile b/arch/mips64/Makefile index b37fabe69..77609a84a 100644 --- a/arch/mips64/Makefile +++ b/arch/mips64/Makefile @@ -1,4 +1,3 @@ -# $Id: Makefile,v 1.5 2000/01/21 22:34:03 ralf Exp $ # # This file is subject to the terms and conditions of the GNU General Public # License. See the file "COPYING" in the main directory of this archive @@ -33,7 +32,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 += -mabi=64 -G 0 -mno-abicalls -fno-pic -pipe +CFLAGS += -mabi=64 -G 0 -mno-abicalls -fno-pic -Wa,--trap -pipe LINKFLAGS += -G 0 -static # -N MODFLAGS += -mlong-calls |