From 56245851862012d353a3d3e507de7d32860f1632 Mon Sep 17 00:00:00 2001 From: bonzini Date: Thu, 24 Mar 2011 17:07:44 +0000 Subject: 2011-03-24 Paolo Bonzini * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris. * configure: Regenerate. * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. config: 2011-03-24 Paolo Bonzini * mh-sysv4: Remove. * mh-solaris: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171416 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e292c91507b..7ee5a1b8107 100644 --- a/configure.ac +++ b/configure.ac @@ -1037,9 +1037,6 @@ esac host_makefile_frag=/dev/null if test -d ${srcdir}/config ; then case "${host}" in - i[[3456789]]86-*-solaris2*) - host_makefile_frag="config/mh-sysv4" - ;; i[[3456789]]86-*-msdosdjgpp*) host_makefile_frag="config/mh-djgpp" ;; @@ -1054,7 +1051,6 @@ case "${host}" in host_makefile_frag="config/mh-interix" ;; *-*-solaris2*) - host_makefile_frag="config/mh-solaris" ;; hppa*-hp-hpux10*) host_makefile_frag="config/mh-pa-hpux10" -- cgit v1.2.1