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


1.8
date	95.03.13.23.11.57;	author merrill;	state Exp;
branches;
next	1.7;

1.7
date	94.11.19.04.09.58;	author merrill;	state Exp;
branches;
next	1.6;

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

1.5
date	93.09.09.20.05.26;	author ian;	state Exp;
branches;
next	1.4;

1.4
date	93.01.01.12.39.21;	author wood;	state Exp;
branches;
next	1.3;

1.3
date	92.11.06.11.47.21;	author wood;	state Exp;
branches;
next	1.2;

1.2
date	92.10.07.20.18.21;	author wood;	state Exp;
branches;
next	1.1;

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


desc
@# Specify how to create the *.asm files
@


1.8
log
@e -fPIC instead of -fpic
@
text
@# Specify how to create the *.asm files

MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \
	   moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \
	   moveDI96x.asm

# Use the -abi option for version 03.00 syntax.

$(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
	$(srcdir)/config/m88k/m88k-move.sh -abi

LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null

# 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.

CRTSTUFF_T_CFLAGS=-fPIC
@


1.7
log
@Shared library support.
@
text
@d16 1
a16 1
# We need to use -fpic when we are using gcc to compile the routines in
d19 1
a19 1
# we will be doing that, we just always use -fpic when compiling the
d22 1
a22 1
CRTSTUFF_T_CFLAGS=-fpic
@


1.6
log
@Delete EXTRA_PARTS.
@
text
@d15 8
@


1.5
log
@Set CROSS_LIBGCC1 to be libgcc1.null
@
text
@a14 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.4
log
@Use m88k/m88k-move.sh
@
text
@d14 1
@


1.3
log
@(FIXINCLUDES): Delete
@
text
@d9 2
a10 2
$(MOVE_ASM): $(srcdir)/config/m88k-move.sh
	$(srcdir)/config/m88k-move.sh -abi
@


1.2
log
@New modules added to MOVE_ASM.
@
text
@a18 4

# For svr4 we run the special svr4 fixincludes script.

FIXINCLUDES=fixinc.svr4
@


1.1
log
@entered into RCS
@
text
@d4 2
a5 1
	   moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm
@
