diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-03-22 20:01:13 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2011-03-22 20:01:13 +0000 |
commit | 782cb41f0e8e6b01c1ecccb3be1693ff29824d59 (patch) | |
tree | 1c08bc0bb1b7c1a657496e1ab8cee500e37f861d /config-ml.in | |
parent | 8cc66334fa03f92b70da1a17685a093b6b0850ba (diff) | |
download | gdb-782cb41f0e8e6b01c1ecccb3be1693ff29824d59.zip gdb-782cb41f0e8e6b01c1ecccb3be1693ff29824d59.tar.gz gdb-782cb41f0e8e6b01c1ecccb3be1693ff29824d59.tar.bz2 |
* config-ml.in: Don't handle arc-*-elf*.
* configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
handle GCC libraries.
* configure: Regenerate.
Diffstat (limited to 'config-ml.in')
-rw-r--r-- | config-ml.in | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/config-ml.in b/config-ml.in index 2dd0d51..1198346 100644 --- a/config-ml.in +++ b/config-ml.in @@ -2,7 +2,7 @@ # wanting multilib support. # # Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2010, 2011 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -224,19 +224,6 @@ done # $host here, not $target. case "${host}" in -arc-*-elf*) - if [ x$enable_biendian != xyes ] - then - old_multidirs=${multidirs} - multidirs="" - for x in ${old_multidirs}; do - case "${x}" in - *be*) : ;; - *) multidirs="${multidirs} ${x}" ;; - esac - done - fi - ;; arm-*-*) if [ x"$enable_fpu" = xno ] then |