mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
8d33585c0a
commit
f206bf5066
|
@ -1,3 +1,9 @@
|
||||||
|
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 \
|
||||||
# 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 \
|
||||||
# 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])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue