mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-16 10:30:13 +08:00
* configure.in: Add *-*-freebsd* configurations.
From-SVN: r52107
This commit is contained in:
parent
d8a50944dc
commit
ef98ad7b6c
@ -1,3 +1,7 @@
|
||||
2002-04-09 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* configure.in: Add *-*-freebsd* configurations.
|
||||
|
||||
2002-04-08 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
|
||||
|
@ -617,6 +617,9 @@ case "${target}" in
|
||||
*-*-chorusos)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
||||
;;
|
||||
*-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
||||
;;
|
||||
*-*-netbsd*)
|
||||
# Skip some stuff on all NetBSD configurations.
|
||||
skipdirs="$skipdirs target-newlib target-libiberty target-libgloss"
|
||||
@ -653,6 +656,9 @@ case "${target}" in
|
||||
# linux has rx in libc
|
||||
skipdirs="$skipdirs target-librx"
|
||||
;;
|
||||
alpha*-*-freebsd*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
;;
|
||||
alpha*-*-*)
|
||||
# newlib is not 64 bit ready
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
||||
@ -797,6 +803,9 @@ case "${target}" in
|
||||
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
||||
fi
|
||||
;;
|
||||
i[34567]86-*-freebsd*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
;;
|
||||
*-*-linux*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
# linux has rx in libc
|
||||
|
Loading…
Reference in New Issue
Block a user