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

@ -1,3 +1,9 @@
2005-10-17 Jeff Johnston <jjohnstn@redhat.com>
* arm/configure.in: Support building crt0.o when syscalls
are disabled in newlib.
* arm/configure: Regenerated.
2005-10-03 James E Wilson <wilson@specifix.com>
* mips/array.ld, mips/cfe.ld, mips/ddb-kseg0.ld, mips/ddb.ld,

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

View File

@ -12,11 +12,11 @@ AC_ARG_ENABLE(newlib-supplied-syscalls,
esac], [newlib_may_supply_syscalls=yes])dnl
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