GCC with patches for Dreamcast
修订版 | bbc375e815ba0ca075c935c4f205219530045b0a (tree) |
---|---|
时间 | 1989-09-28 00:13:33 |
作者 | Richard Stallman <rms@gnu....> |
Commiter | Richard Stallman |
Initial revision
From-SVN: r4
@@ -0,0 +1,4 @@ | ||
1 | +# vasta@apollo.com says this is how to compile on an Apollo (SR10.x). | |
2 | +# Use a Berkeley environment. | |
3 | +CC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_BUG | |
4 | +OLDCC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_BUG |