diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-07 07:39:28 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-07 07:39:28 +0000 |
commit | 39fd4ce177b1e2d432defdd750e2c16a267cb63d (patch) | |
tree | 3637d2e25408e5894a2df4428b729ee25c80d0d4 /gcc/config/m68k | |
parent | 655d0e9131f5370e1bd1815774bfc6bea90df196 (diff) | |
download | gcc-39fd4ce177b1e2d432defdd750e2c16a267cb63d.tar.gz |
* Makefile.in (TAROUTOPTS): Kill.
(install-headers-tar): Use "xpf" for tar headerfile extraction
* i370/x-oe (TAROUTOPTS): Delete.
* m68k/x-apollo68 (TAROUTOPTS): Delete.
* m68k/x-hp320 (TAROUTOPTS): Delete.
* m68k/x-hp320g (TAROUTOPTS): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28577 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/x-apollo68 | 3 | ||||
-rw-r--r-- | gcc/config/m68k/x-hp320 | 2 | ||||
-rw-r--r-- | gcc/config/m68k/x-hp320g | 2 |
3 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/m68k/x-apollo68 b/gcc/config/m68k/x-apollo68 index 4c809f958f9..9d4f863955c 100644 --- a/gcc/config/m68k/x-apollo68 +++ b/gcc/config/m68k/x-apollo68 @@ -10,6 +10,3 @@ 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 diff --git a/gcc/config/m68k/x-hp320 b/gcc/config/m68k/x-hp320 index 46f68e64e3e..1107ae4c3e6 100644 --- a/gcc/config/m68k/x-hp320 +++ b/gcc/config/m68k/x-hp320 @@ -2,8 +2,6 @@ CC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300 OLDCC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300 ALLOCA=alloca.o -# B option not supported on hpux. -TAROUTOPTS = xpf # For CCLIBFLAGS you might want to specify the switch that # forces only 68000 instructions to be used. diff --git a/gcc/config/m68k/x-hp320g b/gcc/config/m68k/x-hp320g index 38f201e8e8b..8417137ff78 100644 --- a/gcc/config/m68k/x-hp320g +++ b/gcc/config/m68k/x-hp320g @@ -2,8 +2,6 @@ CC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300 OLDCC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300 ALLOCA=alloca.o -# B option not supported on hpux. -TAROUTOPTS = xpf # For CCLIBFLAGS you might want to specify the switch that # forces only 68000 instructions to be used. |