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


1.6
date	98.02.14.13.29.42;	author kenner;	state Exp;
branches;
next	1.5;

1.5
date	95.03.13.23.11.08;	author merrill;	state Exp;
branches;
next	1.4;

1.4
date	94.11.20.11.59.15;	author kenner;	state Exp;
branches;
next	1.3;

1.3
date	94.11.19.04.09.58;	author merrill;	state Exp;
branches;
next	1.2;

1.2
date	92.07.03.23.32.11;	author mycroft;	state Exp;
branches;
next	1.1;

1.1
date	92.01.18.07.06.53;	author rms;	state Exp;
branches;
next	;


desc
@# For svr4 we build crtbegin.o and crtend.o which serve to add begin and
@


1.6
log
@(TARGET_LIBGCC_CFLAGS): New definition.
@
text
@# We need to use -fPIC when we are using gcc to compile the routines in
# crtstuff.c.  This is only really needed when we are going to use gcc/g++
# to produce a shared library, but since we don't know ahead of time when
# we will be doing that, we just always use -fPIC when compiling the
# routines in crtstuff.c.  Likewise for libgcc2.c.

CRTSTUFF_T_CFLAGS = -fPIC
TARGET_LIBGCC2_CFLAGS = -fPIC
@


1.5
log
@Use -fPIC instead of -fpic
@
text
@d5 1
a5 1
# routines in crtstuff.c.
d8 1
@


1.4
log
@(EXTRA_PARTS): Deleted.
@
text
@d1 1
a1 1
# We need to use -fpic when we are using gcc to compile the routines in
d4 1
a4 1
# we will be doing that, we just always use -fpic when compiling the
d7 1
a7 1
CRTSTUFF_T_CFLAGS = -fpic
@


1.3
log
@Shared library support.
@
text
@a0 5
# For svr4 we build crtbegin.o and crtend.o which serve to add begin and
# end labels to the .ctors and .dtors section when we link using gcc.

EXTRA_PARTS=crtbegin.o crtend.o

@


1.2
log
@entered into RCS
@
text
@d5 8
@


1.1
log
@Initial revision
@
text
@a4 4

# For svr4 we run the special svr4 fixincludes script.

FIXINCLUDES=fixinc.svr4
@
