From cfc95f868f2f76dd7c965692ab57dd4a4b01fee9 Mon Sep 17 00:00:00 2001
From: obrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Thu, 3 May 2001 20:13:05 +0000
Subject: [PATCH] 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
---
 gcc/ChangeLog        | 5 +++++
 gcc/config/t-freebsd | 6 ++++++
 2 files changed, 11 insertions(+)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8d5c1e73bb7d..c17d2106a260 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 d284b3e7e413..cb4418ab7a2c 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
-- 
GitLab