configure.in, [...]: Merge all libffi-related configury stuff from the libgcj tree.
* configure.in, Makefile.in: Merge all libffi-related configury stuff from the libgcj tree. From-SVN: r33926
This commit is contained in:
parent
d2f7de5840
commit
aab0d19d67
3 changed files with 57 additions and 42 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
|
||||||
|
|
||||||
|
* configure.in, Makefile.in: Merge all libffi-related
|
||||||
|
configury stuff from the libgcj tree.
|
||||||
|
|
||||||
2000-05-15 David Edelsohn <edelsohn@gnu.org>
|
2000-05-15 David Edelsohn <edelsohn@gnu.org>
|
||||||
|
|
||||||
* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
|
* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
|
||||||
|
|
10
Makefile.in
10
Makefile.in
|
@ -785,6 +785,7 @@ ALL_TARGET_MODULES = \
|
||||||
all-target-gperf \
|
all-target-gperf \
|
||||||
all-target-examples \
|
all-target-examples \
|
||||||
all-target-libstub \
|
all-target-libstub \
|
||||||
|
all-target-libffi \
|
||||||
all-target-libjava \
|
all-target-libjava \
|
||||||
all-target-zlib \
|
all-target-zlib \
|
||||||
all-target-boehm-gc \
|
all-target-boehm-gc \
|
||||||
|
@ -809,6 +810,7 @@ CONFIGURE_TARGET_MODULES = \
|
||||||
configure-target-gperf \
|
configure-target-gperf \
|
||||||
configure-target-examples \
|
configure-target-examples \
|
||||||
configure-target-libstub \
|
configure-target-libstub \
|
||||||
|
configure-target-libffi \
|
||||||
configure-target-libjava \
|
configure-target-libjava \
|
||||||
configure-target-zlib \
|
configure-target-zlib \
|
||||||
configure-target-boehm-gc \
|
configure-target-boehm-gc \
|
||||||
|
@ -828,6 +830,7 @@ CHECK_TARGET_MODULES = \
|
||||||
check-target-libobjc \
|
check-target-libobjc \
|
||||||
check-target-winsup \
|
check-target-winsup \
|
||||||
check-target-libiberty \
|
check-target-libiberty \
|
||||||
|
check-target-libffi \
|
||||||
check-target-libjava \
|
check-target-libjava \
|
||||||
check-target-zlib \
|
check-target-zlib \
|
||||||
check-target-boehm-gc \
|
check-target-boehm-gc \
|
||||||
|
@ -939,6 +942,7 @@ CLEAN_TARGET_MODULES = \
|
||||||
clean-target-gperf \
|
clean-target-gperf \
|
||||||
clean-target-examples \
|
clean-target-examples \
|
||||||
clean-target-libstub \
|
clean-target-libstub \
|
||||||
|
clean-target-libffi \
|
||||||
clean-target-libjava \
|
clean-target-libjava \
|
||||||
clean-target-zlib \
|
clean-target-zlib \
|
||||||
clean-target-boehm-gc \
|
clean-target-boehm-gc \
|
||||||
|
@ -1634,8 +1638,10 @@ all-target-libio: configure-target-libio all-gas all-ld all-gcc all-target-libib
|
||||||
check-target-libio: all-target-libstdc++
|
check-target-libio: all-target-libstdc++
|
||||||
all-libgui: all-tcl all-tk all-itcl
|
all-libgui: all-tcl all-tk all-itcl
|
||||||
all-libiberty:
|
all-libiberty:
|
||||||
configure-target-libjava: $(ALL_GCC) configure-target-zlib configure-target-boehm-gc configure-target-qthreads configure-target-newlib
|
configure-target-libffi: $(ALL_GCC)
|
||||||
all-target-libjava: configure-target-libjava all-gcc all-zip all-target-newlib all-target-zlib all-target-boehm-gc all-target-qthreads
|
configure-target-libjava: $(ALL_GCC) configure-target-zlib configure-target-boehm-gc configure-target-qthreads configure-target-newlib configure-target-libffi
|
||||||
|
all-target-libffi: configure-target-libffi
|
||||||
|
all-target-libjava: configure-target-libjava all-gcc all-zip all-target-newlib all-target-zlib all-target-boehm-gc all-target-qthreads all-target-libffi
|
||||||
configure-target-librx: $(ALL_GCC) configure-target-newlib
|
configure-target-librx: $(ALL_GCC) configure-target-newlib
|
||||||
all-target-librx: configure-target-librx
|
all-target-librx: configure-target-librx
|
||||||
configure-target-libstdc++: $(ALL_GCC)
|
configure-target-libstdc++: $(ALL_GCC)
|
||||||
|
|
84
configure.in
84
configure.in
|
@ -71,6 +71,7 @@ target_libs="target-libiberty \
|
||||||
target-libg++ \
|
target-libg++ \
|
||||||
target-libf2c \
|
target-libf2c \
|
||||||
target-libchill \
|
target-libchill \
|
||||||
|
target-libffi \
|
||||||
target-libjava \
|
target-libjava \
|
||||||
target-zlib \
|
target-zlib \
|
||||||
target-boehm-gc \
|
target-boehm-gc \
|
||||||
|
@ -535,7 +536,7 @@ case "${host}" in
|
||||||
noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv gettext"
|
noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv gettext"
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
|
i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
|
||||||
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv gettext"
|
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv gettext libffi"
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-mingw32*)
|
i[3456]86-*-mingw32*)
|
||||||
# noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv"
|
# noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv"
|
||||||
|
@ -567,13 +568,13 @@ esac
|
||||||
|
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-netware)
|
*-*-netware)
|
||||||
noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-newlib target-libiberty target-libgloss"
|
noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-newlib target-libiberty target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
*-*-rtems*)
|
*-*-rtems*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
*-*-vxworks*)
|
*-*-vxworks*)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
alpha*-dec-osf*)
|
alpha*-dec-osf*)
|
||||||
# ld works, but does not support shared libraries. emacs doesn't
|
# ld works, but does not support shared libraries. emacs doesn't
|
||||||
|
@ -582,7 +583,7 @@ case "${target}" in
|
||||||
noconfigdirs="$noconfigdirs gas ld emacs fileutils target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs gas ld emacs fileutils target-newlib target-libgloss"
|
||||||
;;
|
;;
|
||||||
alpha*-*-*vms*)
|
alpha*-*-*vms*)
|
||||||
noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
alpha*-*-linux*)
|
alpha*-*-linux*)
|
||||||
# newlib is not 64 bit ready
|
# newlib is not 64 bit ready
|
||||||
|
@ -595,7 +596,7 @@ case "${target}" in
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||||
;;
|
;;
|
||||||
arc-*-*)
|
arc-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
sh*-*-pe|mips*-*-pe|*arm-wince-pe)
|
sh*-*-pe|mips*-*-pe|*arm-wince-pe)
|
||||||
noconfigdirs="$noconfigdirs target-libjava target-libffi target-zlib"
|
noconfigdirs="$noconfigdirs target-libjava target-libffi target-zlib"
|
||||||
|
@ -625,22 +626,22 @@ case "${target}" in
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
arm-*-oabi*)
|
arm-*-oabi*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss target-libffi"
|
||||||
if [ x${is_cross_compiler} != xno ] ; then
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
c4x-*-*)
|
c4x-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss"
|
noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
thumb-*-coff)
|
thumb-*-coff)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
arm-*-riscix*)
|
arm-*-riscix*)
|
||||||
noconfigdirs="$noconfigdirs ld target-libgloss"
|
noconfigdirs="$noconfigdirs ld target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
d10v-*-*)
|
d10v-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-librx target-libg++ ${libstdcxx_version} target-libgloss"
|
noconfigdirs="$noconfigdirs target-librx target-libg++ ${libstdcxx_version} target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
fr30-*-elf*)
|
fr30-*-elf*)
|
||||||
if [ x${is_cross_compiler} != xno ] ; then
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
|
@ -649,7 +650,7 @@ case "${target}" in
|
||||||
;;
|
;;
|
||||||
h8300*-*-* | \
|
h8300*-*-* | \
|
||||||
h8500-*-*)
|
h8500-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss"
|
noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
hppa*-*-*elf* | \
|
hppa*-*-*elf* | \
|
||||||
hppa*-*-lites*)
|
hppa*-*-lites*)
|
||||||
|
@ -663,11 +664,11 @@ case "${target}" in
|
||||||
"" | cc*) noconfigdirs="$noconfigdirs emacs emacs19" ;;
|
"" | cc*) noconfigdirs="$noconfigdirs emacs emacs19" ;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
noconfigdirs="$noconfigdirs ld shellutils"
|
noconfigdirs="$noconfigdirs ld shellutils target-libffi"
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-go32* | i[3456]-*-msdosdjgpp*)
|
i[3456]86-*-go32* | i[3456]-*-msdosdjgpp*)
|
||||||
# but don't build gdb
|
# but don't build gdb
|
||||||
noconfigdirs="$noconfigdirs gdb target-libg++ ${libstdcxx_version} target-librx"
|
noconfigdirs="$noconfigdirs gdb target-libg++ ${libstdcxx_version} target-librx target-libffi"
|
||||||
;;
|
;;
|
||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
# linux has rx in libc
|
# linux has rx in libc
|
||||||
|
@ -675,7 +676,7 @@ case "${target}" in
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-mingw32*)
|
i[3456]86-*-mingw32*)
|
||||||
target_configdirs="$target_configdirs target-mingw"
|
target_configdirs="$target_configdirs target-mingw"
|
||||||
noconfigdirs="$noconfigdirs expect target-libgloss"
|
noconfigdirs="$noconfigdirs expect target-libgloss target-libffi"
|
||||||
|
|
||||||
# Can't build gdb for mingw32 if not native.
|
# Can't build gdb for mingw32 if not native.
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
|
@ -686,7 +687,7 @@ case "${target}" in
|
||||||
;;
|
;;
|
||||||
*-*-cygwin32*)
|
*-*-cygwin32*)
|
||||||
target_configdirs="$target_configdirs target-winsup"
|
target_configdirs="$target_configdirs target-winsup"
|
||||||
noconfigdirs="$noconfigdirs target-gperf target-libgloss"
|
noconfigdirs="$noconfigdirs target-gperf target-libgloss target-libffi"
|
||||||
# always build newlib.
|
# always build newlib.
|
||||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||||
|
|
||||||
|
@ -698,15 +699,15 @@ case "${target}" in
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-pe)
|
i[3456]86-*-pe)
|
||||||
noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss"
|
noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-sco3.2v5*)
|
i[3456]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,
|
||||||
# and is not configured to handle mixed ELF and COFF.
|
# and is not configured to handle mixed ELF and COFF.
|
||||||
noconfigdirs="$noconfigdirs ld target-libgloss"
|
noconfigdirs="$noconfigdirs ld target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-sco*)
|
i[3456]86-*-sco*)
|
||||||
noconfigdirs="$noconfigdirs gprof target-libgloss"
|
noconfigdirs="$noconfigdirs gprof target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-solaris2*)
|
i[3456]86-*-solaris2*)
|
||||||
# The linker does static linking correctly, but the Solaris C library
|
# The linker does static linking correctly, but the Solaris C library
|
||||||
|
@ -721,19 +722,19 @@ case "${target}" in
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
# but that's okay since emacs doesn't work anyway
|
# but that's okay since emacs doesn't work anyway
|
||||||
noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss"
|
noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-beos*)
|
i[3456]86-*-beos*)
|
||||||
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
|
||||||
;;
|
;;
|
||||||
mn10200-*-*)
|
mn10200-*-*)
|
||||||
noconfigdirs="$noconfigdirs"
|
noconfigdirs="$noconfigdirs target-libffi"
|
||||||
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
|
||||||
;;
|
;;
|
||||||
mn10300-*-*)
|
mn10300-*-*)
|
||||||
noconfigdirs="$noconfigdirs"
|
noconfigdirs="$noconfigdirs target-libffi"
|
||||||
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
|
||||||
|
@ -744,18 +745,18 @@ case "${target}" in
|
||||||
# GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
|
# GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
|
||||||
# The symptom is that GDBtk 4.18 fails at startup with a segfault
|
# The symptom is that GDBtk 4.18 fails at startup with a segfault
|
||||||
# if linked by GNU ld, but not if linked by the native ld.
|
# if linked by GNU ld, but not if linked by the native ld.
|
||||||
noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss ld"
|
noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss target-libffi ld"
|
||||||
use_gnu_ld=no
|
use_gnu_ld=no
|
||||||
;;
|
;;
|
||||||
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
||||||
target_configdirs="$target_configdirs target-winsup"
|
target_configdirs="$target_configdirs target-winsup"
|
||||||
noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db snavigator gnuserv"
|
noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db snavigator gnuserv target-libffi"
|
||||||
# always build newlib.
|
# always build newlib.
|
||||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||||
;;
|
;;
|
||||||
# This is temporary until we can link against shared libraries
|
# This is temporary until we can link against shared libraries
|
||||||
powerpcle-*-solaris*)
|
powerpcle-*-solaris*)
|
||||||
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db snavigator gnuserv"
|
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db snavigator gnuserv target-libffi"
|
||||||
;;
|
;;
|
||||||
powerpc-*-beos*)
|
powerpc-*-beos*)
|
||||||
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
|
||||||
|
@ -763,21 +764,21 @@ case "${target}" in
|
||||||
rs6000-*-lynxos*)
|
rs6000-*-lynxos*)
|
||||||
# The CVS server code doesn't work on the RS/6000
|
# The CVS server code doesn't work on the RS/6000
|
||||||
# Newlib makes problems for libg++ in crosses.
|
# Newlib makes problems for libg++ in crosses.
|
||||||
noconfigdirs="$noconfigdirs target-newlib gprof cvssrc"
|
noconfigdirs="$noconfigdirs target-newlib gprof cvssrc target-libffi"
|
||||||
;;
|
;;
|
||||||
rs6000-*-aix*)
|
rs6000-*-aix*)
|
||||||
# The configure and build of ld are currently disabled because
|
# The configure and build of ld are currently disabled because
|
||||||
# GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
|
# GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
|
||||||
# The symptom is that GDBtk 4.18 fails at startup with a segfault
|
# The symptom is that GDBtk 4.18 fails at startup with a segfault
|
||||||
# if linked by GNU ld, but not if linked by the native ld.
|
# if linked by GNU ld, but not if linked by the native ld.
|
||||||
noconfigdirs="$noconfigdirs gprof ld"
|
noconfigdirs="$noconfigdirs gprof target-libffi ld"
|
||||||
use_gnu_ld=no
|
use_gnu_ld=no
|
||||||
;;
|
;;
|
||||||
rs6000-*-*)
|
rs6000-*-*)
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
noconfigdirs="$noconfigdirs gprof target-libffi"
|
||||||
;;
|
;;
|
||||||
m68k-apollo-*)
|
m68k-apollo-*)
|
||||||
noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
|
noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
mips*-*-irix5*)
|
mips*-*-irix5*)
|
||||||
# The GNU linker does not support shared libraries.
|
# The GNU linker does not support shared libraries.
|
||||||
|
@ -790,20 +791,20 @@ case "${target}" in
|
||||||
noconfigdirs="$noconfigdirs ld gas gprof emacs target-libgloss"
|
noconfigdirs="$noconfigdirs ld gas gprof emacs target-libgloss"
|
||||||
;;
|
;;
|
||||||
mips*-dec-bsd*)
|
mips*-dec-bsd*)
|
||||||
noconfigdirs="$noconfigdirs gprof target-libgloss"
|
noconfigdirs="$noconfigdirs gprof target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
mips*-*-bsd*)
|
mips*-*-bsd*)
|
||||||
noconfigdirs="$noconfigdirs gprof target-libgloss"
|
noconfigdirs="$noconfigdirs gprof target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
mipstx39-*-*)
|
mipstx39-*-*)
|
||||||
noconfigdirs="$noconfigdirs gprof" # same as generic mips
|
noconfigdirs="$noconfigdirs gprof target-libffi" # same as generic mips
|
||||||
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
||||||
;;
|
;;
|
||||||
mips*-*-*)
|
mips*-*-*)
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
noconfigdirs="$noconfigdirs gprof target-libffi"
|
||||||
;;
|
;;
|
||||||
romp-*-*)
|
romp-*-*)
|
||||||
noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss"
|
noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
sh-*-*)
|
sh-*-*)
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
|
@ -812,7 +813,7 @@ case "${target}" in
|
||||||
i[3456]86-*-msdosdjgpp*) ;; # don't add gprof back in
|
i[3456]86-*-msdosdjgpp*) ;; # don't add gprof back in
|
||||||
*) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
|
*) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
|
||||||
esac
|
esac
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
sparc-*-elf*)
|
sparc-*-elf*)
|
||||||
if [ x${is_cross_compiler} != xno ] ; then
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
|
@ -822,11 +823,13 @@ case "${target}" in
|
||||||
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"
|
||||||
|
noconfigdirs="target-libffi"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
sparclite-*-aout*)
|
sparclite-*-aout*)
|
||||||
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"
|
||||||
|
noconfigdirs="target-libffi"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
sparc-*-sunos4*)
|
sparc-*-sunos4*)
|
||||||
|
@ -837,25 +840,26 @@ case "${target}" in
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
v810-*-*)
|
v810-*-*)
|
||||||
noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld ${libstdcxx_version} target-libg++ opcodes target-libgloss"
|
noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld ${libstdcxx_version} target-libg++ opcodes target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
v850-*-*)
|
v850-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
vax-*-vms)
|
vax-*-vms)
|
||||||
noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss"
|
noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
vax-*-*)
|
vax-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
*-*-lynxos*)
|
*-*-lynxos*)
|
||||||
# Newlib makes problems for libg++ in crosses.
|
# Newlib makes problems for libg++ in crosses.
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
*-*-macos* | \
|
*-*-macos* | \
|
||||||
*-*-mpw*)
|
*-*-mpw*)
|
||||||
# Macs want a resource compiler.
|
# Macs want a resource compiler.
|
||||||
configdirs="$configdirs grez"
|
configdirs="$configdirs grez"
|
||||||
|
noconfigdirs="target-libffi"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue