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>
|
2005-10-03 James E Wilson <wilson@specifix.com>
|
||||||
|
|
||||||
* mips/array.ld, mips/cfe.ld, mips/ddb-kseg0.ld, mips/ddb.ld,
|
* mips/array.ld, mips/cfe.ld, mips/ddb-kseg0.ld, mips/ddb.ld,
|
||||||
|
6
libgloss/arm/configure
vendored
6
libgloss/arm/configure
vendored
@ -537,11 +537,11 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$newlib_may_supply_syscalls" = "xyes"; then
|
if test "x$newlib_may_supply_syscalls" = "xyes"; then
|
||||||
BUILD_CRT0_TRUE=
|
|
||||||
BUILD_CRT0_FALSE='#'
|
|
||||||
else
|
|
||||||
BUILD_CRT0_TRUE='#'
|
BUILD_CRT0_TRUE='#'
|
||||||
BUILD_CRT0_FALSE=
|
BUILD_CRT0_FALSE=
|
||||||
|
else
|
||||||
|
BUILD_CRT0_TRUE=
|
||||||
|
BUILD_CRT0_FALSE='#'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
if test "$srcdir" = "." ; then
|
||||||
|
@ -12,11 +12,11 @@ AC_ARG_ENABLE(newlib-supplied-syscalls,
|
|||||||
esac], [newlib_may_supply_syscalls=yes])dnl
|
esac], [newlib_may_supply_syscalls=yes])dnl
|
||||||
|
|
||||||
if test "x$newlib_may_supply_syscalls" = "xyes"; then
|
if test "x$newlib_may_supply_syscalls" = "xyes"; then
|
||||||
BUILD_CRT0_TRUE=
|
|
||||||
BUILD_CRT0_FALSE='#'
|
|
||||||
else
|
|
||||||
BUILD_CRT0_TRUE='#'
|
BUILD_CRT0_TRUE='#'
|
||||||
BUILD_CRT0_FALSE=
|
BUILD_CRT0_FALSE=
|
||||||
|
else
|
||||||
|
BUILD_CRT0_TRUE=
|
||||||
|
BUILD_CRT0_FALSE='#'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$srcdir" = "." ; then
|
if test "$srcdir" = "." ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user