diff options
author | YamaArashi <shadow962@live.com> | 2016-02-11 01:12:34 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-11 01:12:34 -0800 |
commit | b84b6b23fa58beb5674b37279742eb65461ca076 (patch) | |
tree | a85da124cbf9f888a31b750ede3a832c2c6b96aa /gcc/config/m68k/x-apollo68 | |
parent | 23e2a17097740709d4466a802e03992116b12900 (diff) |
delete irrelevant configs
Diffstat (limited to 'gcc/config/m68k/x-apollo68')
-rwxr-xr-x | gcc/config/m68k/x-apollo68 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/config/m68k/x-apollo68 b/gcc/config/m68k/x-apollo68 deleted file mode 100755 index 4c809f9..0000000 --- a/gcc/config/m68k/x-apollo68 +++ /dev/null @@ -1,15 +0,0 @@ -# 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_BUG -OLDCC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_BUG - -# This used to redefine CFLAGS and LIBGCC2_CFLAGS to eliminate the unsupported -# -g flag from both macros. This gives an undebuggable stage1 compiler which -# 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 |