Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2010-11-18 00:44:57 +0300
committerJeff Johnston <jjohnstn@redhat.com>2010-11-18 00:44:57 +0300
commitf8ff5e47b62a52d4588babab5249504e014d547c (patch)
tree73f9156fdfa9fc96112b5abdb6f1f7585db5189b /newlib
parent5905d5dc249edbf15852507dab0a38d68d5e26dd (diff)
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/ChangeLog4
-rw-r--r--newlib/configure.host1
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