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
+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
# 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