2010-11-17 Bernd Schmidt <bernds@codesourcery.com>
* configure.host (newlib_cflags): For tic6x, add -DCLOCK_PROVIDED.
This commit is contained in:
parent
5905d5dc24
commit
f8ff5e47b6
|
@ -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>
|
2010-11-16 Andrew Makhorin <mao@gnu.org>
|
||||||
|
|
||||||
* libc/machine/i386/setjmp.S (longjmp): Per POSIX, return 1 if second
|
* libc/machine/i386/setjmp.S (longjmp): Per POSIX, return 1 if second
|
||||||
|
|
|
@ -772,6 +772,7 @@ case "${host}" in
|
||||||
;;
|
;;
|
||||||
tic6x*)
|
tic6x*)
|
||||||
syscall_dir=
|
syscall_dir=
|
||||||
|
newlib_cflags="${newlib_cflags} -DCLOCK_PROVIDED"
|
||||||
;;
|
;;
|
||||||
tic80*)
|
tic80*)
|
||||||
syscall_dir=syscalls
|
syscall_dir=syscalls
|
||||||
|
|
Loading…
Reference in New Issue