diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 3f966e778..d1b0e3859 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2003-06-20 Jeff Johnston + + * configure.host (iq2000): Add tabs. + 2003-06-20 Jeff Johnston * libc/include/sys/reent.h (_REENT_INIT_PTR): Fix macros diff --git a/newlib/configure.host b/newlib/configure.host index 02118d86b..edcfef911 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -519,9 +519,9 @@ case "${host}" in newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES -DNO_EXEC -DABORT_PROVIDED -DCLOCK_PROVIDED -DMALLOC_PROVIDED -DHAVE_FCNTL" ;; iq2000*) - syscall_dir=syscalls - newlib_cflags="${newlib_cflags} -DWANT_PRINTF_LONG_LONG" - ;; + syscall_dir=syscalls + newlib_cflags="${newlib_cflags} -DWANT_PRINTF_LONG_LONG" + ;; m32r-*-*) # Pass -msdata=sdata so _impure_ptr goes in .sdata. # We don't generate sda relocs however for upward compatibility.