summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-24 17:07:44 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-24 17:07:44 +0000
commit56245851862012d353a3d3e507de7d32860f1632 (patch)
tree7951966f56c2b26b6388cee841ae6d7369b0d726 /configure
parentb1af75cf61bc2c4806040cc617929ec8e263e3d9 (diff)
downloadgcc-56245851862012d353a3d3e507de7d32860f1632.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171416 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index c9e8f0a76ad..6ffeeb68b5b 100755
--- a/configure
+++ b/configure
@@ -3591,9 +3591,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"
;;
@@ -3627,7 +3624,6 @@ fi
host_makefile_frag="config/mh-interix"
;;
*-*-solaris2*)
- host_makefile_frag="config/mh-solaris"
;;
hppa*-hp-hpux10*)
host_makefile_frag="config/mh-pa-hpux10"