* 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.
This commit is contained in:
parent
a6dffa8cac
commit
9aedc1d4f4
@ -1,3 +1,11 @@
|
|||||||
|
2011-03-22 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
PR bootstrap/48120:
|
PR bootstrap/48120:
|
||||||
|
15
config-ml.in
15
config-ml.in
@ -2,7 +2,7 @@
|
|||||||
# wanting multilib support.
|
# wanting multilib support.
|
||||||
#
|
#
|
||||||
# Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -224,19 +224,6 @@ done
|
|||||||
# $host here, not $target.
|
# $host here, not $target.
|
||||||
|
|
||||||
case "${host}" in
|
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-*-*)
|
arm-*-*)
|
||||||
if [ x"$enable_fpu" = xno ]
|
if [ x"$enable_fpu" = xno ]
|
||||||
then
|
then
|
||||||
|
10
configure
vendored
10
configure
vendored
@ -3224,7 +3224,7 @@ case "${target}" in
|
|||||||
libgloss_dir=wince
|
libgloss_dir=wince
|
||||||
;;
|
;;
|
||||||
arc-*-*)
|
arc-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
arm-semi-aof )
|
arm-semi-aof )
|
||||||
;;
|
;;
|
||||||
@ -3298,7 +3298,6 @@ case "${target}" in
|
|||||||
libgloss_dir=cris
|
libgloss_dir=cris
|
||||||
;;
|
;;
|
||||||
crx-*-*)
|
crx-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
|
|
||||||
;;
|
;;
|
||||||
d10v-*-*)
|
d10v-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
|
||||||
@ -3416,7 +3415,7 @@ case "${target}" in
|
|||||||
i[3456789]86-*-uwin* | i[3456789]86-*-interix* )
|
i[3456789]86-*-uwin* | i[3456789]86-*-interix* )
|
||||||
;;
|
;;
|
||||||
i[3456789]86-*-pe)
|
i[3456789]86-*-pe)
|
||||||
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
i[3456789]86-*-sco3.2v5*)
|
i[3456789]86-*-sco3.2v5*)
|
||||||
# The linker does not yet know about weak symbols in COFF,
|
# The linker does not yet know about weak symbols in COFF,
|
||||||
@ -3442,7 +3441,7 @@ case "${target}" in
|
|||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
;;
|
;;
|
||||||
m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
|
m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
|
noconfigdirs="$noconfigdirs target-libiberty"
|
||||||
libgloss_dir=m68hc11
|
libgloss_dir=m68hc11
|
||||||
;;
|
;;
|
||||||
m68k-*-elf*)
|
m68k-*-elf*)
|
||||||
@ -3455,9 +3454,6 @@ case "${target}" in
|
|||||||
libgloss_dir=m68k
|
libgloss_dir=m68k
|
||||||
;;
|
;;
|
||||||
mcore-*-pe*)
|
mcore-*-pe*)
|
||||||
# The EPOC C++ environment does not support exceptions or rtti,
|
|
||||||
# and so building libstdc++-v3 tends not to always work.
|
|
||||||
noconfigdirs="$noconfigdirs target-libstdc++-v3"
|
|
||||||
;;
|
;;
|
||||||
mmix-*-*)
|
mmix-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
|
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
|
||||||
|
10
configure.ac
10
configure.ac
@ -670,7 +670,7 @@ case "${target}" in
|
|||||||
libgloss_dir=wince
|
libgloss_dir=wince
|
||||||
;;
|
;;
|
||||||
arc-*-*)
|
arc-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
arm-semi-aof )
|
arm-semi-aof )
|
||||||
;;
|
;;
|
||||||
@ -744,7 +744,6 @@ case "${target}" in
|
|||||||
libgloss_dir=cris
|
libgloss_dir=cris
|
||||||
;;
|
;;
|
||||||
crx-*-*)
|
crx-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
|
|
||||||
;;
|
;;
|
||||||
d10v-*-*)
|
d10v-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
|
||||||
@ -862,7 +861,7 @@ case "${target}" in
|
|||||||
i[[3456789]]86-*-uwin* | i[[3456789]]86-*-interix* )
|
i[[3456789]]86-*-uwin* | i[[3456789]]86-*-interix* )
|
||||||
;;
|
;;
|
||||||
i[[3456789]]86-*-pe)
|
i[[3456789]]86-*-pe)
|
||||||
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
i[[3456789]]86-*-sco3.2v5*)
|
i[[3456789]]86-*-sco3.2v5*)
|
||||||
# The linker does not yet know about weak symbols in COFF,
|
# The linker does not yet know about weak symbols in COFF,
|
||||||
@ -888,7 +887,7 @@ case "${target}" in
|
|||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
;;
|
;;
|
||||||
m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
|
m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
|
noconfigdirs="$noconfigdirs target-libiberty"
|
||||||
libgloss_dir=m68hc11
|
libgloss_dir=m68hc11
|
||||||
;;
|
;;
|
||||||
m68k-*-elf*)
|
m68k-*-elf*)
|
||||||
@ -901,9 +900,6 @@ case "${target}" in
|
|||||||
libgloss_dir=m68k
|
libgloss_dir=m68k
|
||||||
;;
|
;;
|
||||||
mcore-*-pe*)
|
mcore-*-pe*)
|
||||||
# The EPOC C++ environment does not support exceptions or rtti,
|
|
||||||
# and so building libstdc++-v3 tends not to always work.
|
|
||||||
noconfigdirs="$noconfigdirs target-libstdc++-v3"
|
|
||||||
;;
|
;;
|
||||||
mmix-*-*)
|
mmix-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
|
noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user