summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-23 18:05:15 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-23 18:05:15 +0000
commit32294f9ee094a6dccb0f8b71f3a9edc2853bf1eb (patch)
treeb0e8975563afcf8f3cda644d5eb3b5d7f66db23a /configure.ac
parentd0ca0859f80cda7ef89aebe7168934063e266a6b (diff)
downloadgcc-32294f9ee094a6dccb0f8b71f3a9edc2853bf1eb.tar.gz
2012-01-23 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 183441 using svnmerge git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@183447 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c366b43936a..660559a4c20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
# Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify it
@@ -1077,9 +1077,6 @@ case "${host}" in
*-mingw*)
host_makefile_frag="config/mh-mingw"
;;
- *-interix*)
- host_makefile_frag="config/mh-interix"
- ;;
hppa*-hp-hpux10*)
host_makefile_frag="config/mh-pa-hpux10"
;;