This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Remove unsupported hosts/builds from gcc/config.*


> OK

Thanks. Committed, along with the additional patch for m68k-hp-hpux*, which I had forgotten (but was deprecated in 2008 along with the others).

FX



Index: ChangeLog
===================================================================
--- ChangeLog	(revision 227077)
+++ ChangeLog	(working copy)
@@ -1,5 +1,9 @@
 2015-08-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
+	* config.build: Remove case for m68000-hp-hpux* | m68k-hp-hpux*.
+
+2015-08-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
 	* configure.ac: Remove uwin* cases.
 	* config.build: Remove cases for i370-*-opened*, i370-*-mvs*,
 	i[34567]86-*-sco3.2v5*, i[34567]86-sequent-ptx4*,
Index: config.build
===================================================================
--- config.build	(revision 227077)
+++ config.build	(working copy)
@@ -73,10 +73,6 @@ case $build in
     build_xm_file=i386/xm-djgpp.h
     build_exeext=.exe
     ;;
-  m68000-hp-hpux* | m68k-hp-hpux*) 
-    # HP 9000 series 300
-    build_install_headers_dir=install-headers-cpio
-    ;;
   *-*-sysv*)
     # All other System V variants.
     build_install_headers_dir=install-headers-cpio



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]