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


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

1.1
date	96.12.12.20.55.56;	author meissner;	state Exp;
branches;
next	;


desc
@System V/Linux/Solaris target makefile.
@


1.2
log
@Update comments.
@
text
@# Target config file for a System V based system (Solaris, GNU/Linux, Netbsd)
# with gas.

# Build libgcc.a with different options.  With gas, build pic libraries
# as well no floating point
MULTILIB_OPTIONS	= msoft-float fPIC
MULTILIB_DIRNAMES	= nof pic
MULTILIB_EXCEPTIONS	=
MULTILIB_MATCHES	= ${MULTILIB_MATCHES_FLOAT} \
			  fPIC=mrelocatable-lib \
			  fPIC=mrelocatable \
			  fPIC=fpic
@


1.1
log
@Add @@plt if -fpic; Fix double->int conversions if stack > 32k; Redo t-* files; Fix trampolines on System V systems
@
text
@d1 2
a2 1
# Target config file for a System V based system (Solaris, Linux, Netbsd) with gas
@
