* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
This commit is contained in:
parent
66f1ba4f3f
commit
d5ec694ceb
2 changed files with 19 additions and 0 deletions
|
@ -9,6 +9,11 @@
|
|||
|
||||
* configure.in: Eliminate redundant test for libgui.
|
||||
|
||||
2002-04-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
|
||||
(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
|
||||
|
||||
2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
|
||||
|
||||
* configure.in: remove references to dead files
|
||||
|
|
14
configure.in
14
configure.in
|
@ -644,6 +644,12 @@ case "${target}" in
|
|||
;;
|
||||
*-*-rtems*)
|
||||
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
||||
case ${target} in
|
||||
h8300*-*-* | h8500-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libf2c"
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
;;
|
||||
*-*-vxworks*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
||||
|
@ -795,6 +801,12 @@ case "${target}" in
|
|||
i[34567]86-*-freebsd*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
;;
|
||||
s390*-*-linux*)
|
||||
# The libffi port is not yet in the GCC tree
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
||||
# linux has rx in libc
|
||||
skipdirs="$skipdirs target-librx"
|
||||
;;
|
||||
*-*-linux*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
# linux has rx in libc
|
||||
|
@ -972,11 +984,13 @@ case "${target}" in
|
|||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
||||
fi
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
sparc64-*-elf*)
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
||||
fi
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
sparclite-*-*)
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
|
|
Loading…
Reference in a new issue