diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2010-11-17 21:44:57 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2010-11-17 21:44:57 +0000 |
commit | f8ff5e47b62a52d4588babab5249504e014d547c (patch) | |
tree | 73f9156fdfa9fc96112b5abdb6f1f7585db5189b /newlib | |
parent | 5905d5dc249edbf15852507dab0a38d68d5e26dd (diff) | |
download | cygnal-f8ff5e47b62a52d4588babab5249504e014d547c.tar.gz cygnal-f8ff5e47b62a52d4588babab5249504e014d547c.tar.bz2 cygnal-f8ff5e47b62a52d4588babab5249504e014d547c.zip |
2010-11-17 Bernd Schmidt <bernds@codesourcery.com>
* configure.host (newlib_cflags): For tic6x, add -DCLOCK_PROVIDED.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/configure.host | 1 |
2 files changed, 5 insertions, 0 deletions
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 |