diff options
Diffstat (limited to 'gcc/config/m68k/x-apollo68v')
| -rwxr-xr-x | gcc/config/m68k/x-apollo68v | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/m68k/x-apollo68v b/gcc/config/m68k/x-apollo68v new file mode 100755 index 0000000..ccb76c1 --- /dev/null +++ b/gcc/config/m68k/x-apollo68v @@ -0,0 +1,5 @@ +# 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,any -A systype,any -DSHORT_ENUM_BUG -DUSG -U__STDC__ +OLDCC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_BUG -DUSG -U__STDC__ + |
