diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-02 00:08:20 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-02 00:08:20 +0000 |
commit | d4eb5ef4e990ce249c41dbfa4678f084c9b852d6 (patch) | |
tree | 698bc976bc30ff34007699ec57efd0021e2241f7 /gcc/config/t-freebsd | |
parent | 756b83dffcb02044c4ca0f5ef05f2a8bbd3c954c (diff) | |
download | gcc-d4eb5ef4e990ce249c41dbfa4678f084c9b852d6.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27305 138bc75d-0d04-0410-961f-82ee72b054a4
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) |