diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2011-03-24 17:07:44 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2011-03-24 17:07:44 +0000 |
commit | 73a817c4223190f12d8e345575635ebcf5bd1ded (patch) | |
tree | 7951966f56c2b26b6388cee841ae6d7369b0d726 /configure.ac | |
parent | 43ecab845c8fc1f7670a7eb495a9eb93dcee5acf (diff) | |
download | gcc-73a817c4223190f12d8e345575635ebcf5bd1ded.zip gcc-73a817c4223190f12d8e345575635ebcf5bd1ded.tar.gz gcc-73a817c4223190f12d8e345575635ebcf5bd1ded.tar.bz2 |
configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* 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 <bonzini@gnu.org>
* mh-sysv4: Remove.
* mh-solaris: Remove.
From-SVN: r171416
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index e292c91..7ee5a1b 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" |