From: David O'Brien Date: Thu, 3 May 2001 20:13:05 +0000 (+0000) Subject: t-freebsd: Don't install "assert.h" in gcc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=df9ab51150ad8345200be386196e30695f0a22a9;p=gcc.git t-freebsd: Don't install "assert.h" in gcc. 2001-05-03 David O'Brien * config/t-freebsd: Don't install "assert.h" in gcc. Compile crtbeginS.o and crtendS.o with PIC. Approved by: Richard Henderson Message-ID: <20010503125836.A15813@redhat.com> From-SVN: r41803 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8d5c1e73bb7..c17d2106a26 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-05-03 David O'Brien + + * config/t-freebsd: Don't install "assert.h" in gcc. Compile crtbeginS.o + and crtendS.o with PIC. + 2001-05-03 Stephane Carrez * config/m68hc11/larith.asm (__mulqi3): Fix multiplication of two 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