aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2003-06-21 00:11:40 +0000
committerJeff Johnston <jjohnstn@redhat.com>2003-06-21 00:11:40 +0000
commit5a74f2aaf127c164462f7a996032334c1ec3816d (patch)
treebf2339042c8c9ce387162a3c26b72c8c3bddb8b0
parent6c6f70947d9d16a300a1c1932c85975995665ebd (diff)
downloadnewlib-5a74f2aaf127c164462f7a996032334c1ec3816d.zip
newlib-5a74f2aaf127c164462f7a996032334c1ec3816d.tar.gz
newlib-5a74f2aaf127c164462f7a996032334c1ec3816d.tar.bz2
2003-06-20 Jeff Johnston <jjohnstn@redhat.com>
* configure.host (iq2000): Add tabs.
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/configure.host6
2 files changed, 7 insertions, 3 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 3f966e7..d1b0e38 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,9 @@
2003-06-20 Jeff Johnston <jjohnstn@redhat.com>
+ * configure.host (iq2000): Add tabs.
+
+2003-06-20 Jeff Johnston <jjohnstn@redhat.com>
+
* libc/include/sys/reent.h (_REENT_INIT_PTR): Fix macros
to handle latest on_exit change.
* libc/sys/linux/Makefile.am: Remove special compilation
diff --git a/newlib/configure.host b/newlib/configure.host
index 02118d8..edcfef9 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -519,9 +519,9 @@ case "${host}" in
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES -DNO_EXEC -DABORT_PROVIDED -DCLOCK_PROVIDED -DMALLOC_PROVIDED -DHAVE_FCNTL"
;;
iq2000*)
- syscall_dir=syscalls
- newlib_cflags="${newlib_cflags} -DWANT_PRINTF_LONG_LONG"
- ;;
+ syscall_dir=syscalls
+ newlib_cflags="${newlib_cflags} -DWANT_PRINTF_LONG_LONG"
+ ;;
m32r-*-*)
# Pass -msdata=sdata so _impure_ptr goes in .sdata.
# We don't generate sda relocs however for upward compatibility.