Commit 8cd09806 by Tom Tromey Committed by Tom Tromey

configure: Rebuilt.

	* configure: Rebuilt.
	* configure.in: Print message when checking to see if gcj can
	handle -fuse-divide-subroutine.

From-SVN: r29628
parent 2bcb4e76
1999-09-23 Tom Tromey <tromey@cygnus.com> 1999-09-23 Tom Tromey <tromey@cygnus.com>
* configure: Rebuilt.
* configure.in: Print message when checking to see if gcj can
handle -fuse-divide-subroutine.
* java/lang/natFirstThread.cc (run): Renamed from `run0'. Removed * java/lang/natFirstThread.cc (run): Renamed from `run0'. Removed
dead code. dead code.
* java/lang/FirstThread.java (run0): Renamed to `run'. * java/lang/FirstThread.java (run0): Renamed to `run'.
......
...@@ -530,6 +530,7 @@ AC_DEFINE_UNQUOTED(GCJVERSION, "$gcjvers") ...@@ -530,6 +530,7 @@ AC_DEFINE_UNQUOTED(GCJVERSION, "$gcjvers")
# See if gcj supports -fuse-divide-subroutine. gcc 2.95 does not, and # See if gcj supports -fuse-divide-subroutine. gcc 2.95 does not, and
# we want to continue to support that version. # we want to continue to support that version.
AC_MSG_CHECKING([whether gcj supports -fuse-divide-subroutine])
cat > conftest.java << 'END' cat > conftest.java << 'END'
public class conftest { } public class conftest { }
END END
...@@ -540,6 +541,7 @@ rm -f conftest.java ...@@ -540,6 +541,7 @@ rm -f conftest.java
if test "$use_fuse" = no; then if test "$use_fuse" = no; then
DIVIDESPEC= DIVIDESPEC=
fi fi
AC_MSG_RESULT($use_fuse)
AC_SUBST(AM_RUNTESTFLAGS) AC_SUBST(AM_RUNTESTFLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment