diff options
author | Richard Stallman <rms@gnu.org> | 1993-06-27 22:24:54 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-06-27 22:24:54 +0000 |
commit | 75487059d8caa4e58aaff73c3246e645ddb6f40e (patch) | |
tree | 99348b4e8e363f2730077484268467ed2d79e61f /gcc/config/m68k | |
parent | 68760136a96a18f3dc6d18e793b19226fada206a (diff) | |
download | gcc-75487059d8caa4e58aaff73c3246e645ddb6f40e.zip gcc-75487059d8caa4e58aaff73c3246e645ddb6f40e.tar.gz gcc-75487059d8caa4e58aaff73c3246e645ddb6f40e.tar.bz2 |
(TAROUTOPTS): New definition.
From-SVN: r4766
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/x-apollo68 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/m68k/x-apollo68 b/gcc/config/m68k/x-apollo68 index b7261eb..428d90c 100644 --- a/gcc/config/m68k/x-apollo68 +++ b/gcc/config/m68k/x-apollo68 @@ -10,3 +10,6 @@ OLDCC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_B # 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 |