configure.in: Move generic linux case to end.
* configure.in: Move generic linux case to end. Copy generic linux noconfigdirs to mips*-*-linux* entry and new powerpc64*-*-linux* entry. Add target-libffi for the latter. From-SVN: r55888
This commit is contained in:
parent
2e8f2e8f7d
commit
c01d477a66
@ -1,3 +1,9 @@
|
||||
2002-07-31 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* configure.in: Move generic linux case to end. Copy generic
|
||||
linux noconfigdirs to mips*-*-linux* entry and new
|
||||
powerpc64*-*-linux* entry. Add target-libffi for the latter.
|
||||
|
||||
2002-07-19 Michael Matz <matz@suse.de>
|
||||
|
||||
* MAINTAINERS: Add myself as ra* maintainer.
|
||||
|
12
configure.in
12
configure.in
@ -454,9 +454,6 @@ case "${target}" in
|
||||
# if the --with-newlib option has been given, because otherwise
|
||||
# 'target-newlib' will appear in skipdirs.
|
||||
;;
|
||||
*-*-linux*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
;;
|
||||
i[3456]86-*-mingw32*)
|
||||
target_configdirs="$target_configdirs target-mingw"
|
||||
noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}"
|
||||
@ -544,6 +541,11 @@ case "${target}" in
|
||||
powerpc-*-eabi)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
powerpc64*-*-linux*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
# not yet ported.
|
||||
noconfigdirs="$noconfigdirs target-libffi"
|
||||
;;
|
||||
rs6000-*-lynxos*)
|
||||
noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
|
||||
;;
|
||||
@ -578,6 +580,7 @@ case "${target}" in
|
||||
noconfigdirs="$noconfigdirs gprof ${libgcj}" # same as generic mips
|
||||
;;
|
||||
mips*-*-linux*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
noconfigdirs="$noconfigdirs target-libffi"
|
||||
;;
|
||||
mips*-*-*)
|
||||
@ -638,6 +641,9 @@ case "${target}" in
|
||||
ip2k-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
|
||||
;;
|
||||
*-*-linux*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
;;
|
||||
*-*-lynxos*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user