From 9276ec15a76f50b218d539a63c8eb5b186457421 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 17 Oct 2005 21:17:17 +0000 Subject: [PATCH] 2005-10-17 Jeff Johnston * arm/configure.in: Support building crt0.o when syscalls are disabled in newlib. * arm/configure: Regenerated. --- libgloss/ChangeLog | 6 ++++++ libgloss/arm/configure | 6 +++--- libgloss/arm/configure.in | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index b3467200f..59d56f111 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,9 @@ +2005-10-17 Jeff Johnston + + * arm/configure.in: Support building crt0.o when syscalls + are disabled in newlib. + * arm/configure: Regenerated. + 2005-10-03 James E Wilson * mips/array.ld, mips/cfe.ld, mips/ddb-kseg0.ld, mips/ddb.ld, diff --git a/libgloss/arm/configure b/libgloss/arm/configure index 2103e319a..4a3b4c8e7 100644 --- a/libgloss/arm/configure +++ b/libgloss/arm/configure @@ -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 diff --git a/libgloss/arm/configure.in b/libgloss/arm/configure.in index d334288c4..64d37b60f 100644 --- a/libgloss/arm/configure.in +++ b/libgloss/arm/configure.in @@ -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