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:
parent
a68fc753b9
commit
9276ec15a7
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue