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-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.02.19.23.55.03;	author dje;	state Exp;
branches;
next	1.2;

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

1.1
date	94.11.18.00.10.29;	author dje;	state Exp;
branches;
next	;


desc
@Target makefile fragment for bare sparclite boards.
@


1.3
log
@	* sparc/t-sparclite (MULTILIB_*): Delete msoft-float and mno-flat,
	they're the defaults.  Add -mcpu=f934 as synonym for -mfpu.
@
text
@CROSS_LIBGCC1 = libgcc1-asm.a
LIB1ASMSRC = sparc/lb1spl.asm
LIB1ASMFUNCS = _divsi3 _udivsi3 _modsi3 _umodsi3

# These are really part of libgcc1, but this will cause them to be
# built correctly, so...

LIB2FUNCS_EXTRA = fp-bit.c dp-bit.c

dp-bit.c: $(srcdir)/config/fp-bit.c
	echo '#define US_SOFTWARE_GOFAST' > dp-bit.c
	cat $(srcdir)/config/fp-bit.c >> dp-bit.c

fp-bit.c: $(srcdir)/config/fp-bit.c
	echo '#define FLOAT' > fp-bit.c
	echo '#define US_SOFTWARE_GOFAST' >> fp-bit.c
	cat $(srcdir)/config/fp-bit.c >> fp-bit.c

MULTILIB_OPTIONS = mfpu mflat
MULTILIB_DIRNAMES =
MULTILIB_MATCHES = mfpu=mhard-float mfpu=mcpu?f934

LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib
@


1.2
log
@(MULTILIB_*, LIBGCC, INSTALL_LIBGCC): Define.
@
text
@d19 3
a21 3
MULTILIB_OPTIONS=mfpu/msoft-float mflat/mno-flat
MULTILIB_DIRNAMES=
MULTILIB_MATCHES= mfpu=mhard-float mno-fpu=msoft-float
@


1.1
log
@Initial revision
@
text
@d18 7
@
