diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 32d0d2e32..91168e54b 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2010-11-17 Bernd Schmidt <bernds@codesourcery.com> + + * configure.host (newlib_cflags): For tic6x, add -DCLOCK_PROVIDED. + 2010-11-16 Andrew Makhorin <mao@gnu.org> * libc/machine/i386/setjmp.S (longjmp): Per POSIX, return 1 if second diff --git a/newlib/configure.host b/newlib/configure.host index 1ea6940dd..e3c6c06bf 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -772,6 +772,7 @@ case "${host}" in ;; tic6x*) syscall_dir= + newlib_cflags="${newlib_cflags} -DCLOCK_PROVIDED" ;; tic80*) syscall_dir=syscalls