OSDN Git Service

2003-06-20 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Sat, 21 Jun 2003 00:11:40 +0000 (00:11 +0000)
committerjjohnstn <jjohnstn>
Sat, 21 Jun 2003 00:11:40 +0000 (00:11 +0000)
        * configure.host (iq2000): Add tabs.

newlib/ChangeLog
newlib/configure.host

index 3f966e7..d1b0e38 100644 (file)
@@ -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
index 02118d8..edcfef9 100644 (file)
@@ -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.