* configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jun 1999 00:08:20 +0000 (00:08 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jun 1999 00:08:20 +0000 (00:08 +0000)
commitd4eb5ef4e990ce249c41dbfa4678f084c9b852d6
tree698bc976bc30ff34007699ec57efd0021e2241f7
parent756b83dffcb02044c4ca0f5ef05f2a8bbd3c954c
    * 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
gcc/ChangeLog
gcc/config/i386/freebsd-elf.h
gcc/config/i386/freebsd.h
gcc/config/t-freebsd [moved from gcc/config/i386/t-freebsd with 99% similarity]
gcc/configure
gcc/configure.in