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


1.5
date	95.01.25.19.36.00;	author kenner;	state Exp;
branches;
next	1.4;

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

1.3
date	92.06.28.14.06.21;	author rms;	state Exp;
branches;
next	1.2;

1.2
date	92.05.07.06.41.25;	author rms;	state Exp;
branches;
next	1.1;

1.1
date	92.03.12.15.54.20;	author wood;	state Exp;
branches;
next	;


desc
@INSTALL = cp
@


1.5
log
@Update comments.
@
text
@# Use link editor directives to make NULL pointers point to 
# invalid addresses.

EXTRA_PARTS=crtbegin.o crtend.o gcc.ld

gcc.ld: $(srcdir)/config/m88k/dolphin.ld
	rm -f gcc.ld; cp $(srcdir)/config/m88k/dolphin.ld gcc.ld

# Green Hills C on Dolphin UNIX System V/88 Release 3.2  Version 3.6/5.86 does
# not provide alloca. It does not harm to have it defined on version 3.8.alfa
# even though it's not needed there.

ALLOCA=alloca.o

# Under DolphinOS 3.8.alfa, /bin/cc defines __GNUC__, but not __m88k__, 
# causing gdstarg.h to fail. Defining __m88k__ does probably not hurt on
# DolphinOS 3.6.

X_CFLAGS =-D__m88k__
@


1.4
log
@(EXTRA_PARTS): Redefined to also contain gcc.ld.
(gcc.ld): Copied from dolphin.ld.
(X_CFLAGS): Define __m88k__.
@
text
@d2 1
a2 1
# illegal addresses.
@


1.3
log
@(INSTALL): Deleted.
@
text
@d1 2
a2 2
# Green Hills C on Dolphin UNIX System V/88 Release 3.2  Version 3.5/5.60 does
# not provide alloca.
d4 9
d14 6
@


1.2
log
@entered into RCS
@
text
@a0 2
INSTALL = cp

@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
# not proviede alloca.
@
