aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-08-07 07:39:28 +0000
committerJeff Law <law@gcc.gnu.org>1999-08-07 01:39:28 -0600
commitcf52b2f7397e39e9dc8e8c4c945780026df9de54 (patch)
tree3637d2e25408e5894a2df4428b729ee25c80d0d4
parent8608bd5665de161880f36cd9f5b5698a0bd958f3 (diff)
downloadgcc-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
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/Makefile.in5
-rw-r--r--gcc/config/i370/x-oe5
-rw-r--r--gcc/config/m68k/x-apollo683
-rw-r--r--gcc/config/m68k/x-hp3202
-rw-r--r--gcc/config/m68k/x-hp320g2
6 files changed, 7 insertions, 16 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e0232f1..a309ac0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -5,6 +5,12 @@ Sat Aug 7 00:21:20 1999 Richard Henderson <rth@cygnus.com>
Sat Aug 7 00:06:54 1999 Jeffrey A Law (law@cygnus.com)
+ * 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.
* gcc.texi: Update bug reporting text.
1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index d7bc644..1a57586 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -416,9 +416,6 @@ LIBCONVERT =
# Control whether header files are installed.
INSTALL_HEADERS=install-headers
-# Options for tar when copying trees. So HPUX can override it.
-TAROUTOPTS = xpBf
-
# Additional directories of header files to run fixincludes on.
# These should be directories searched automatically by default
# just as /usr/include is.
@@ -2648,7 +2645,7 @@ install-headers-tar: stmp-headers $(STMP_FIXPROTO) install-include-dir
# found in CDPATH, corrupting the output. We could just redirect the
# output of `cd', but some shells lose on redirection within `()'s
(cd `pwd`/include ; \
- tar -cf - .; exit 0) | (cd $(libsubdir)/include; tar $(TAROUTOPTS) - )
+ tar -cf - .; exit 0) | (cd $(libsubdir)/include; tar xpf - )
# /bin/sh on some systems returns the status of the first tar,
# and that can lose with GNU tar which always writes a full block.
# So use `exit 0' to ignore its exit status.
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
-
diff --git a/gcc/config/m68k/x-apollo68 b/gcc/config/m68k/x-apollo68
index 4c809f9..9d4f863 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 46f68e6..1107ae4 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 38f201e..8417137 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.