head	1.3;
access;
symbols
	gcc-2_8_1-990325:1.3
	gcc-2_8_1-990319:1.3
	gcc-2_8_1-990302:1.3
	gcc_2_8_1-990302:1.3
	gcc_2_8_1-990222:1.3
	gcc-2_8_1-990109:1.3
	gcc-2_8_1-981210:1.3
	gcc-2_8_1-981208:1.3
	gcc-2_8_1-980929:1.3
	gcc_2_8_1-980929:1.3
	gcc-2_8_1-980928:1.3
	gcc-2_8_1-980813:1.3
	gcc-2_8_1-980811:1.3
	gcc-2_8_1-980718:1.3
	gcc-2_8_1-980705:1.3
	gcc-2_8_1-980627:1.3
	gcc-2_8_1-980609:1.3
	gcc-2_8_1-980608:1.3
	gcc-2_8_1-980529:1.3
	gcc-2_8_1-980525:1.3
	gcc-2_8_1-980513:1.3
	gcc-2_8_1-980502:1.3
	gcc-2_8_1-980402:1.3
	gcc-2_8_1-980426:1.3
	gcc-2_8_1-980419:1.3
	gcc-2_8_1-980413:1.3
	gcc-2_8_1-980412:1.3
	gcc-2_8_1-980407:1.3
	gcc-2_8_1-980401:1.3
	gcc_2_8_1-980315:1.3
	gcc-2_8_1-RELEASE:1.3;
locks; strict;
comment	@# @;


1.3
date	96.06.28.20.24.19;	author kenner;	state Exp;
branches;
next	1.2;

1.2
date	96.05.06.13.03.48;	author kenner;	state Exp;
branches;
next	1.1;

1.1
date	96.02.13.01.55.35;	author kenner;	state Exp;
branches;
next	;


desc
@@


1.3
log
@(BOOT_CFLAGS): Removed, no longer necessary.
(CRTSTUFF_T_CFLAGS): Don't define.
(CRTSTUFF_T_CFLAGS_S): Define this instead.
@
text
@# Don't run fixproto
STMP_FIXPROTO =

# Don't install "assert.h" in gcc. We use the one in glibc.
INSTALL_ASSERT_H =

# Compile crtbeginS.o and crtendS.o with pic.
CRTSTUFF_T_CFLAGS_S = -fPIC
# Compile libgcc2.a with pic.
TARGET_LIBGCC2_CFLAGS = -fPIC
@


1.2
log
@(BOOT_CFLAGS, STMP_FIXPROTO, STMP_FIXPROTO): New, moved from x-linux.
@
text
@a0 9
# The following is needed when compiling stages 2 and 3 because gcc's
# limits.h must be picked up before /usr/include/limits.h.  This is
# because each does an #include_next of the other if the other hasn't
# been included. /usr/include/limits.h loses if it gets found first
# because /usr/include is at the end of the search order.  When a
# new version of gcc is released, gcc's limits.h hasn't been installed
# yet and hence isn't found.
BOOT_CFLAGS = -O $(CFLAGS) -Iinclude

d7 3
a9 4
# Linux uses crtbeginS.o and crtendS.o. Don't compile 
# crtbegin.o and crtend.o with -fPIC.
CRTSTUFF_T_CFLAGS=-fomit-frame-pointer -finhibit-size-directive \
	-fno-inline-functions
@


1.1
log
@Initial revision
@
text
@d1 15
@
