diff options
author | David O'Brien <obrien@FreeBSD.org> | 1999-06-02 00:08:20 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-06-01 18:08:20 -0600 |
commit | d0550c9b301ea97c735ea5e503848f155c7747a5 (patch) | |
tree | 698bc976bc30ff34007699ec57efd0021e2241f7 /gcc/config/t-freebsd | |
parent | 2f9929812a5a4a5594b7b41e19868e3300758504 (diff) | |
download | gcc-d0550c9b301ea97c735ea5e503848f155c7747a5.tar.gz |
configure.in (i[34567]86-*-freebsdelf): Don't include linux.h, i386/freebsd-elf.h no longer requires it.
* configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
i386/freebsd-elf.h no longer requires it. Instead include svr4.h.
* configure: Rebuilt.
* i386/freebsd-elf.h (DEFAULT_VTABLE_THUNKS): Define.
(ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, SET_ASM_OP): Likewise.
(PREFERRED_DEBUGGING_TYPE, WCHAR_UNSIGNED): Likewise.
(SWITCH_TAKES_ARG): Likewise.
* i386/freebsd.h: Remove FREEBSD_NATIVE support.
* config/t-freebsd: Moved from config/i386/ so it can used for all
FreeBSD targets.
From-SVN: r27305
Diffstat (limited to 'gcc/config/t-freebsd')
-rw-r--r-- | gcc/config/t-freebsd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/t-freebsd b/gcc/config/t-freebsd new file mode 100644 index 00000000000..99816863429 --- /dev/null +++ b/gcc/config/t-freebsd @@ -0,0 +1,4 @@ +# Don't run fixproto +STMP_FIXPROTO = +# Use only native include files +USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS) |