Commit df9ab511 by David O'Brien Committed by David O'Brien

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
parent 01beec65
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment