]> sourceware.org Git - newlib-cygwin.git/commitdiff
2003-06-20 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Sat, 21 Jun 2003 00:11:40 +0000 (00:11 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Sat, 21 Jun 2003 00:11:40 +0000 (00:11 +0000)
        * configure.host (iq2000): Add tabs.

newlib/ChangeLog
newlib/configure.host

index 3f966e7783ea3d54527767ba5fa3ef123278ed2a..d1b0e3859f3b1fb6eee52af7e0d3deb7493d38b8 100644 (file)
@@ -1,3 +1,7 @@
+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
index 02118d86b613769cfe7b51b419fe420e02240632..edcfef9114f76f6d1e8560f8fff82ff1dbca27c3 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.
This page took 0.045783 seconds and 5 git commands to generate.