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
3 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
|
||||
* Makefile.in: Call gcc/ada/Makefile directly, not through the
|
||||
|
|
2
libada/configure
vendored
2
libada/configure
vendored
|
@ -1557,7 +1557,7 @@ if test $build = $target \
|
|||
# Note that build=target is almost certainly the wrong test; FIXME
|
||||
default_gnatlib_target="gnatlib-shared"
|
||||
else
|
||||
default_gnatlib_target="gnatlib-simple"
|
||||
default_gnatlib_target="gnatlib-plain"
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ if test $build = $target \
|
|||
# Note that build=target is almost certainly the wrong test; FIXME
|
||||
default_gnatlib_target="gnatlib-shared"
|
||||
else
|
||||
default_gnatlib_target="gnatlib-simple"
|
||||
default_gnatlib_target="gnatlib-plain"
|
||||
fi
|
||||
AC_SUBST([default_gnatlib_target])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue