From c3f3d59e439eaacd7bf6923fb41011faa984df1b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 22 Sep 2009 21:23:13 +0000 Subject: [PATCH] =?UTF-8?q?2009-09-22=20=20Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.host (m32c): Move setting -DABORT_PROVIDED to second "case $host". --- newlib/ChangeLog | 5 +++++ newlib/configure.host | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index d2afd0938..8694b4e55 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2009-09-22 Ralf Corsépius + + * configure.host (m32c): Move setting -DABORT_PROVIDED to second + "case $host". + 2009-09-18 Christopher Faylor * libc/include/sys/unistd.h: Declare getpagesize as returning diff --git a/newlib/configure.host b/newlib/configure.host index 7886ed9aa..2d61f8751 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -166,7 +166,7 @@ case "${host_cpu}" in ;; m32c) machine_dir=m32c - newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -DABORT_PROVIDED -DSMALL_MEMORY" + newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -DSMALL_MEMORY" ;; m32r*) @@ -648,7 +648,7 @@ case "${host}" in ;; m32c-*-*) default_newlib_io_long_long="yes" - newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES" + newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES -DABORT_PROVIDED" syscall_dir= ;; m32r-*-*)