2005-10-20 Jeff Johnston <jjohnstn@redhat.com>

* arm/configure.in: Add AC_SUBST for BUILD_CRT0_TRUE and
        BUILD_CRT0_FALSE.
        * arm/configure: Regenerate.
This commit is contained in:
Jeff Johnston
2005-10-20 20:17:50 +00:00
parent c70571bdbe
commit 34da20b26f
3 changed files with 24 additions and 10 deletions

View File

@@ -19,6 +19,9 @@ else
BUILD_CRT0_FALSE='#'
fi
AC_SUBST(BUILD_CRT0_TRUE)
AC_SUBST(BUILD_CRT0_FALSE)
if test "$srcdir" = "." ; then
if test "${with_target_subdir}" != "." ; then
libgloss_topdir="${srcdir}/${with_multisrctop}../../.."