8sa1-gcc/gcc/config/m68k/x-apollo68

18 lines
548 B
Plaintext
Raw Normal View History

1992-03-31 17:46:19 -05:00
# x-apollo68 -- 680x0 based Apollos as host system
1989-09-27 11:13:33 -04:00
# 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
1992-03-31 17:46:19 -05:00
# 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)