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.05.16.12.01.52;	author kenner;	state Exp;
branches;
next	1.4;

1.4
date	93.06.27.22.24.54;	author rms;	state Exp;
branches;
next	1.3;

1.3
date	93.03.16.20.15.00;	author wilson;	state Exp;
branches;
next	1.2;

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

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


desc
@# x-apollo68 -- 680x0 based Apollos as host system
@


1.5
log
@Fix typos in comments.
@
text
@# x-apollo68 -- 680x0 based Apollos as host system

# vasta@@apollo.com says this is how to compile on an Apollo (SR10.x).
# Use a Berkeley environment.
CC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_BUG
OLDCC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_BUG

# This used to redefine CFLAGS and LIBGCC2_CFLAGS to eliminate the unsupported
# -g flag from both macros.  This gives an undebuggable stage1 compiler which
# is bad, and it also does the wrong thing if we are cross compiling to a
# target which does support debugging.  There is currently no way to avoid
# the -g option that doesn't break something else.

# Apollo does not have B option.
TAROUTOPTS=xpf
@


1.4
log
@(TAROUTOPTS): New definition.
@
text
@d9 1
a9 1
# -g flag from both macros.  This gives an undebugable stage1 compiler which
@


1.3
log
@(CFLAGS, LIBGCC2_CFLAGS): Delete overrides and comment why they were wrong.
@
text
@d13 3
@


1.2
log
@entered into RCS
@
text
@d8 5
a12 10
# Makefile.in has debugging turned on:
#
#    CFLAGS = -g
#    LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1
#
# but that's not supported on the Apollo yet, so we'd better avoid
# the warnings.

CFLAGS =
LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS)
@


1.1
log
@Initial revision
@
text
@d1 2
d7 11
@
