diff options
author | Richard Stallman <rms@gnu.org> | 1989-09-27 15:13:33 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1989-09-27 15:13:33 +0000 |
commit | bbc375e815ba0ca075c935c4f205219530045b0a (patch) | |
tree | b470a2515564915340bba5a15fa22cacdd840b34 | |
parent | d25b6044317a741d650fad5bd1cddb12bbcb89b5 (diff) | |
download | gcc-bbc375e815ba0ca075c935c4f205219530045b0a.zip gcc-bbc375e815ba0ca075c935c4f205219530045b0a.tar.gz gcc-bbc375e815ba0ca075c935c4f205219530045b0a.tar.bz2 |
Initial revision
From-SVN: r4
-rw-r--r-- | gcc/config/m68k/x-apollo68 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/m68k/x-apollo68 b/gcc/config/m68k/x-apollo68 new file mode 100644 index 0000000..9ae7c05 --- /dev/null +++ b/gcc/config/m68k/x-apollo68 @@ -0,0 +1,4 @@ +# 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 |