* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
This commit is contained in:
parent
297263616c
commit
ac1361c424
@ -9,6 +9,11 @@
|
|||||||
|
|
||||||
* configure.in: Eliminate redundant test for libgui.
|
* 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>
|
2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
|
||||||
|
|
||||||
* configure.in: remove references to dead files
|
* configure.in: remove references to dead files
|
||||||
|
14
configure.in
14
configure.in
@ -644,6 +644,12 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
*-*-rtems*)
|
*-*-rtems*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
||||||
|
case ${target} in
|
||||||
|
h8300*-*-* | h8500-*-*)
|
||||||
|
noconfigdirs="$noconfigdirs target-libf2c"
|
||||||
|
;;
|
||||||
|
*) ;;
|
||||||
|
esac
|
||||||
;;
|
;;
|
||||||
*-*-vxworks*)
|
*-*-vxworks*)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
||||||
@ -795,6 +801,12 @@ case "${target}" in
|
|||||||
i[34567]86-*-freebsd*)
|
i[34567]86-*-freebsd*)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
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*)
|
*-*-linux*)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||||
# linux has rx in libc
|
# linux has rx in libc
|
||||||
@ -972,11 +984,13 @@ case "${target}" in
|
|||||||
if [ x${is_cross_compiler} != xno ] ; then
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
||||||
fi
|
fi
|
||||||
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
;;
|
;;
|
||||||
sparc64-*-elf*)
|
sparc64-*-elf*)
|
||||||
if [ x${is_cross_compiler} != xno ] ; then
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
||||||
fi
|
fi
|
||||||
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
;;
|
;;
|
||||||
sparclite-*-*)
|
sparclite-*-*)
|
||||||
if [ x${is_cross_compiler} != xno ] ; then
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user