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
|
|
|
|
1993-03-16 15:15:00 -05:00
|
|
|
# This used to redefine CFLAGS and LIBGCC2_CFLAGS to eliminate the unsupported
|
|
|
|
# -g flag from both macros. This gives an undebugable 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.
|
1993-06-27 18:24:54 -04:00
|
|
|
|
|
|
|
# Apollo does not have B option.
|
|
|
|
TAROUTOPTS=xpf
|