* 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.
This commit is contained in:
parent
5ba08a9238
commit
ba90cf002f
@ -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 Chris Demetriou <cgd@broadcom.com>
|
2002-07-19 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
* MAINTAINERS: Clarify on config.guess and config.sub, and add
|
* MAINTAINERS: Clarify on config.guess and config.sub, and add
|
||||||
|
12
configure.in
12
configure.in
@ -454,9 +454,6 @@ case "${target}" in
|
|||||||
# if the --with-newlib option has been given, because otherwise
|
# if the --with-newlib option has been given, because otherwise
|
||||||
# 'target-newlib' will appear in skipdirs.
|
# 'target-newlib' will appear in skipdirs.
|
||||||
;;
|
;;
|
||||||
*-*-linux*)
|
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
|
||||||
;;
|
|
||||||
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 ${libgcj}"
|
noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}"
|
||||||
@ -544,6 +541,11 @@ case "${target}" in
|
|||||||
powerpc-*-eabi)
|
powerpc-*-eabi)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
;;
|
;;
|
||||||
|
powerpc64*-*-linux*)
|
||||||
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||||
|
# not yet ported.
|
||||||
|
noconfigdirs="$noconfigdirs target-libffi"
|
||||||
|
;;
|
||||||
rs6000-*-lynxos*)
|
rs6000-*-lynxos*)
|
||||||
noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
|
noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
|
||||||
;;
|
;;
|
||||||
@ -578,6 +580,7 @@ case "${target}" in
|
|||||||
noconfigdirs="$noconfigdirs gprof ${libgcj}" # same as generic mips
|
noconfigdirs="$noconfigdirs gprof ${libgcj}" # same as generic mips
|
||||||
;;
|
;;
|
||||||
mips*-*-linux*)
|
mips*-*-linux*)
|
||||||
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||||
noconfigdirs="$noconfigdirs target-libffi"
|
noconfigdirs="$noconfigdirs target-libffi"
|
||||||
;;
|
;;
|
||||||
mips*-*-*)
|
mips*-*-*)
|
||||||
@ -638,6 +641,9 @@ case "${target}" in
|
|||||||
ip2k-*-*)
|
ip2k-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
|
noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
|
||||||
;;
|
;;
|
||||||
|
*-*-linux*)
|
||||||
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||||
|
;;
|
||||||
*-*-lynxos*)
|
*-*-lynxos*)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user