diff options
author | David O'Brien <obrien@FreeBSD.org> | 2001-05-03 20:13:05 +0000 |
---|---|---|
committer | David O'Brien <obrien@gcc.gnu.org> | 2001-05-03 20:13:05 +0000 |
commit | df9ab51150ad8345200be386196e30695f0a22a9 (patch) | |
tree | 12652c746c9e8939839448d7d79b1f3662824239 /gcc | |
parent | 01beec65d8b06f9361e70442f14bcf2d99d4b4aa (diff) | |
download | gcc-df9ab51150ad8345200be386196e30695f0a22a9.zip gcc-df9ab51150ad8345200be386196e30695f0a22a9.tar.gz gcc-df9ab51150ad8345200be386196e30695f0a22a9.tar.bz2 |
t-freebsd: Don't install "assert.h" in gcc.
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>
From-SVN: r41803
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/t-freebsd | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8d5c1e7..c17d210 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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. + 2001-05-03 Stephane Carrez <Stephane.Carrez@worldnet.fr> * config/m68hc11/larith.asm (__mulqi3): Fix multiplication of two diff --git a/gcc/config/t-freebsd b/gcc/config/t-freebsd index d284b3e..cb4418a 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 |