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

* arm/configure.in: Support building crt0.o when syscalls
        are disabled in newlib.
        * arm/configure: Regenerated.
This commit is contained in:
Jeff Johnston
2005-10-17 21:17:17 +00:00
parent a68fc753b9
commit 9276ec15a7
3 changed files with 12 additions and 6 deletions

View File

@@ -537,11 +537,11 @@ else
fi
if test "x$newlib_may_supply_syscalls" = "xyes"; then
BUILD_CRT0_TRUE=
BUILD_CRT0_FALSE='#'
else
BUILD_CRT0_TRUE='#'
BUILD_CRT0_FALSE=
else
BUILD_CRT0_TRUE=
BUILD_CRT0_FALSE='#'
fi
if test "$srcdir" = "." ; then