Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2005-10-21 00:17:50 +0400
committerJeff Johnston <jjohnstn@redhat.com>2005-10-21 00:17:50 +0400
commit34da20b26f3a46f986e989740c71a8ff955072e5 (patch)
tree902f1e3be2ad4c3e557230cb8ef6cfc276b75925 /libgloss/arm/configure.in
parentc70571bdbe40645dffd361c2ffb283f4a9275fc2 (diff)
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.
Diffstat (limited to 'libgloss/arm/configure.in')
-rw-r--r--libgloss/arm/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/arm/configure.in b/libgloss/arm/configure.in
index 64d37b60f..71595998a 100644
--- a/libgloss/arm/configure.in
+++ b/libgloss/arm/configure.in
@@ -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}../../.."