diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-08-07 07:39:28 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-08-07 01:39:28 -0600 |
commit | cf52b2f7397e39e9dc8e8c4c945780026df9de54 (patch) | |
tree | 3637d2e25408e5894a2df4428b729ee25c80d0d4 /gcc/config/i370 | |
parent | 8608bd5665de161880f36cd9f5b5698a0bd958f3 (diff) | |
download | gcc-cf52b2f7397e39e9dc8e8c4c945780026df9de54.zip gcc-cf52b2f7397e39e9dc8e8c4c945780026df9de54.tar.gz gcc-cf52b2f7397e39e9dc8e8c4c945780026df9de54.tar.bz2 |
Makefile.in (TAROUTOPTS): Kill.
* 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.
From-SVN: r28577
Diffstat (limited to 'gcc/config/i370')
-rw-r--r-- | gcc/config/i370/x-oe | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/i370/x-oe b/gcc/config/i370/x-oe index 79f34bd..04fcfeb 100644 --- a/gcc/config/i370/x-oe +++ b/gcc/config/i370/x-oe @@ -19,8 +19,3 @@ CC=c89 CLIB=-liberty LDFLAGS=-L../libiberty - -# TAR Options - -TAROUTOPTS=xpf - |