⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 x-apollo68

📁 早期freebsd实现
💻
字号:
# 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# 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)

⌨️ 快捷键说明

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