diff options
author | obrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-03 20:13:05 +0000 |
---|---|---|
committer | obrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-03 20:13:05 +0000 |
commit | cfc95f868f2f76dd7c965692ab57dd4a4b01fee9 (patch) | |
tree | 12652c746c9e8939839448d7d79b1f3662824239 /gcc/config/t-freebsd | |
parent | 55abcb7ba5fc6ee75fe9b1fed51403d2d22faed0 (diff) | |
download | gcc-cfc95f868f2f76dd7c965692ab57dd4a4b01fee9.tar.gz |
2001-05-03 David O'Brien <obrien@FreeBSD.org>
* 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
Diffstat (limited to 'gcc/config/t-freebsd')
-rw-r--r-- | gcc/config/t-freebsd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/t-freebsd b/gcc/config/t-freebsd index d284b3e7e41..cb4418ab7a2 100644 --- a/gcc/config/t-freebsd +++ b/gcc/config/t-freebsd @@ -1,2 +1,8 @@ # Don't run fixproto STMP_FIXPROTO = + +# Don't install "assert.h" in gcc. We use the system one. +INSTALL_ASSERT_H = + +# Compile crtbeginS.o and crtendS.o with pic. +CRTSTUFF_T_CFLAGS_S = -fPIC |