2007-02-20 Patrick Mansfield <patmans@us.ibm.com>
* configure.host: Build SPU with default_newlib_atexit_dynamic_alloc="no".
This commit is contained in:
parent
3b7e017ec4
commit
547c5c6104
|
@ -1,3 +1,7 @@
|
|||
2007-02-20 Patrick Mansfield <patmans@us.ibm.com>
|
||||
|
||||
* configure.host: Build SPU with default_newlib_atexit_dynamic_alloc="no".
|
||||
|
||||
2007-02-20 Kazunori Asayama <asayama@sm.sony.co.jp>
|
||||
|
||||
* libc/machine/spu/Makefile.am: Add new objects.
|
||||
|
|
|
@ -444,6 +444,7 @@ case "${host}" in
|
|||
;;
|
||||
spu-*-*)
|
||||
default_newlib_io_long_long="yes"
|
||||
default_newlib_atexit_dynamic_alloc="no"
|
||||
;;
|
||||
strongarm-*-*)
|
||||
sys_dir=arm
|
||||
|
|
Loading…
Reference in New Issue