diff options
author | DJ Delorie <dj@delorie.com> | 2002-04-30 02:49:33 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2002-04-30 02:49:33 +0000 |
commit | b5a6116aa4445b8d2166744e7326c615733b7d2f (patch) | |
tree | f37762c2618e2cc2130b2d3ade4ef0a4d2cdcba5 /configure.in | |
parent | dcbabe4ee405f8cec8bbde963e9e2a6cf0477eb4 (diff) | |
download | gdb-b5a6116aa4445b8d2166744e7326c615733b7d2f.tar.gz |
* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/configure.in b/configure.in index fa44be9a5b7..42e4bfe81d1 100644 --- a/configure.in +++ b/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 |