diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-29 22:51:47 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-29 22:51:47 +0000 |
commit | f2c5c1a50b8d27b34e6cede045922129581b5170 (patch) | |
tree | ddbe3a4953b467ec55fe0d8952a391ab06dc10f5 /gcc/config/t-netbsd | |
parent | 03cb2aacedd8af7009626eedfd2ffa8ed0cdc4fc (diff) | |
download | gcc-f2c5c1a50b8d27b34e6cede045922129581b5170.tar.gz |
* configure.in: Use xm-netbsd.h as the NetBSD xm file (not xm-siglist).
Accept arm32 as arm, m68k4k as m68k, mipsle as mips-dec, and any
manufacturer id for ns32k.
* configure: Regenerated.
* config/netbsd.h: When using ASM_WEAKEN_LABEL, make it global too.
* config/t-netbsd: Don't compile libgcc1-test as the fns are in libc.
* config/i386/netbsd.h: Undefine DWARF2_UNWIND_INFO, not define as 0.
* config/m68k/netbsd.h: Same.
* config/ns32k/netbsd.h: Same.
* config/sparc/netbsd.h: Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21480 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-netbsd')
-rw-r--r-- | gcc/config/t-netbsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/t-netbsd b/gcc/config/t-netbsd index a3d9e22eaf0..85d6057feb0 100644 --- a/gcc/config/t-netbsd +++ b/gcc/config/t-netbsd @@ -1,5 +1,6 @@ LIBGCC1=libgcc1.null CROSS_LIBGCC1=libgcc1.null +LIBGCC1_TEST= # Don't run fixproto STMP_FIXPROTO = |