mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 15:20:54 +08:00
configure: Rebuilt.
* configure: Rebuilt. * configure.in: Use `test' after `&&'. From Chris Faylor. From-SVN: r55366
This commit is contained in:
parent
c963e6b00c
commit
2e237e3748
@ -1,3 +1,8 @@
|
||||
2002-07-10 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* configure: Rebuilt.
|
||||
* configure.in: Use `test' after `&&'. From Chris Faylor.
|
||||
|
||||
2002-07-08 Mark Wielaard <mark@klomp.org>
|
||||
|
||||
* mauve-libgcj: Don't compile java.sql.Blob.BlobTest,
|
||||
|
469
libjava/configure
vendored
469
libjava/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -493,7 +493,8 @@ if test "x${with_newlib}" = "xyes"; then
|
||||
|
||||
# If Canadian cross, then don't pick up tools from the build
|
||||
# directory.
|
||||
if test x"$build" != x"$with_cross_host" && x"$build" != x"$target"; then
|
||||
if test x"$build" != x"$with_cross_host" \
|
||||
&& test x"$build" != x"$target"; then
|
||||
CANADIAN=yes
|
||||
GCC_UNWIND_INCLUDE=
|
||||
GCJ="${target_alias}-gcj"
|
||||
|
@ -9,6 +9,8 @@ JLS1.1
|
||||
JLS1.2
|
||||
JDBC2.0
|
||||
|
||||
!java.sql
|
||||
|
||||
# These 2 are tests that fail with JDBC2.0 but the tags don't seem to
|
||||
# have the right effect.
|
||||
!java.sql.Connection.TestJdbc10
|
||||
|
Loading…
x
Reference in New Issue
Block a user