* configure.host (mips64vr-elf, mips64vrel-elf): New config.
This commit is contained in:
parent
5e1b786d38
commit
b3934ab3cc
|
@ -1,3 +1,7 @@
|
||||||
|
2003-01-08 Richard Sandiford <rsandifo@redhat.com>
|
||||||
|
|
||||||
|
* configure.host (mips64vr-elf, mips64vrel-elf): New config.
|
||||||
|
|
||||||
2003-01-07 Charles Wilson <cwilson@ece.gatech.edu>
|
2003-01-07 Charles Wilson <cwilson@ece.gatech.edu>
|
||||||
|
|
||||||
* libc/stdio/sprintf.c: fix typo
|
* libc/stdio/sprintf.c: fix typo
|
||||||
|
|
|
@ -508,6 +508,9 @@ case "${host}" in
|
||||||
newlib_cflags="${newlib_cflags}"
|
newlib_cflags="${newlib_cflags}"
|
||||||
syscall_dir=syscalls
|
syscall_dir=syscalls
|
||||||
;;
|
;;
|
||||||
|
mips64vr*-*-*)
|
||||||
|
newlib_cflags="${newlib_cflags} -DWANT_PRINTF_LONG_LONG -DMISSING_SYSCALL_NAMES"
|
||||||
|
;;
|
||||||
mmix-*)
|
mmix-*)
|
||||||
syscall_dir=syscalls
|
syscall_dir=syscalls
|
||||||
# We need every symbol 32-bit aligned, so the invalid
|
# We need every symbol 32-bit aligned, so the invalid
|
||||||
|
|
Loading…
Reference in New Issue