summaryrefslogtreecommitdiff
path: root/gcc/config/t-freebsd
Commit message (Collapse)AuthorAgeFilesLines
* * config/t-freebsd (TARGET_LIBGCC2_CFLAGS): Add -fPIC.ljrittle2001-05-221-0/+3
| | | | | | | | * config/t-freebsd-thread (TARGET_LIBGCC2_CFLAGS): Add -pthread instead setting macro. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42461 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Exterminate all references to assert.h.zack2001-05-111-3/+0
| | | | | | | | | | | | | | | | | | | | | | | * cross-make: Likewise. * assert.h: Delete. * configure.in: Correct commentary. * configure: Regenerate. * po/POTFILES.in: Remove assert.h. * libgcc-std.ver, libgcc2.c, libgcc2.h, sys-protos.h: Remove __eprintf. * config/t-freebsd, config/t-linux, config/t-linux-aout, config/t-netbsd, config/t-rtems, config/x-linux, config/i386/t-beos, config/mcore/t-mcore, config/mcore/t-mcore-pe: No need to override INSTALL_ASSERT_H. * fixinc/fixinc.dgux, fixinc/fixinc.interix, fixinc/fixinc.ptx, fixinc/fixinc.svr4, fixinc/fixinc.winnt, fixinc/fixinc.wrap, fixinc/fixincl.sh: Don't install assert.h into objdir/include. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41972 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-05-03 David O'Brien <obrien@FreeBSD.org>obrien2001-05-031-0/+6
| | | | | | | | | | | * config/t-freebsd: Don't install "assert.h" in gcc. Compile crtbeginS.o and crtendS.o with PIC. Approved by: Richard Henderson <rth@redhat.com> Message-ID: <20010503125836.A15813@redhat.com> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41803 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/t-freebsd: Do not override USER_H.law1999-10-151-2/+0
| | | | | | | * ginclude/stddef.h: Generalize check for _MACHINE_ANSI_H_. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30017 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,law1999-06-021-0/+4
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