x-apollo68

来自「GUN开源阻止下的编译器GCC」· 代码 · 共 16 行

TXT
16
字号
# 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_BUGOLDCC=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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?