From 547c5c61044e4751d961ad4e9ae66b5a96a30afa Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 20 Feb 2007 21:02:36 +0000 Subject: [PATCH] 2007-02-20 Patrick Mansfield * configure.host: Build SPU with default_newlib_atexit_dynamic_alloc="no". --- newlib/ChangeLog | 4 ++++ newlib/configure.host | 1 + 2 files changed, 5 insertions(+) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 59251bb25..333b127ad 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2007-02-20 Patrick Mansfield + + * configure.host: Build SPU with default_newlib_atexit_dynamic_alloc="no". + 2007-02-20 Kazunori Asayama * libc/machine/spu/Makefile.am: Add new objects. diff --git a/newlib/configure.host b/newlib/configure.host index d5a978ce5..3b6d996a7 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -444,6 +444,7 @@ case "${host}" in ;; spu-*-*) default_newlib_io_long_long="yes" + default_newlib_atexit_dynamic_alloc="no" ;; strongarm-*-*) sys_dir=arm