Commit f206bf50 by Nathanael Nerode

configure.ac: It's gnatlib-plain in the Makefile, not gnatlib-simple; make configure match.

	* configure.ac: It's gnatlib-plain in the Makefile, not
	gnatlib-simple; make configure match.
	* configure: Regenerate.

From-SVN: r80810
parent 8d33585c
2004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.ac: It's gnatlib-plain in the Makefile, not
gnatlib-simple; make configure match.
* configure: Regenerate.
2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org> 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Call gcc/ada/Makefile directly, not through the * Makefile.in: Call gcc/ada/Makefile directly, not through the
......
...@@ -1557,7 +1557,7 @@ if test $build = $target \ ...@@ -1557,7 +1557,7 @@ if test $build = $target \
# Note that build=target is almost certainly the wrong test; FIXME # Note that build=target is almost certainly the wrong test; FIXME
default_gnatlib_target="gnatlib-shared" default_gnatlib_target="gnatlib-shared"
else else
default_gnatlib_target="gnatlib-simple" default_gnatlib_target="gnatlib-plain"
fi fi
......
...@@ -82,7 +82,7 @@ if test $build = $target \ ...@@ -82,7 +82,7 @@ if test $build = $target \
# Note that build=target is almost certainly the wrong test; FIXME # Note that build=target is almost certainly the wrong test; FIXME
default_gnatlib_target="gnatlib-shared" default_gnatlib_target="gnatlib-shared"
else else
default_gnatlib_target="gnatlib-simple" default_gnatlib_target="gnatlib-plain"
fi fi
AC_SUBST([default_gnatlib_target]) AC_SUBST([default_gnatlib_target])
......
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