diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-04-30 18:23:40 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-04-30 18:23:40 +0000 |
commit | bfc27bae1acb55886146a7c67f85cf752b5d532c (patch) | |
tree | b50cd33ffa95c856e6d7d1e6bc506acc643e8f7e /newlib/configure.host | |
parent | 1bf83a86f6487859997dd2161a408df6be9f032a (diff) | |
download | cygnal-bfc27bae1acb55886146a7c67f85cf752b5d532c.tar.gz cygnal-bfc27bae1acb55886146a7c67f85cf752b5d532c.tar.bz2 cygnal-bfc27bae1acb55886146a7c67f85cf752b5d532c.zip |
* Various formatting and whitespace changes.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index 8d2711c6b..5ff924047 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -27,7 +27,7 @@ # newlib_cflags Special CFLAGS to use when building # machine_dir Subdirectory of libc/machine to configure # sys_dir Subdirectory of libc/sys to configure -# have_sys_mach_dir Is there a machine subdirectory in sys subdirectory +# have_sys_mach_dir Is there a machine subdirectory in sys subdirectory # posix_dir "posix" to build libc/posix, "" otherwise # signal_dir "signal" to build libc/signal, "" otherwise # syscall_dir "syscalls" to build libc/syscalls, "" otherwise @@ -486,7 +486,7 @@ case "${host}" in powerpc*-*-rtem* | \ powerpc*-*-sysv* | \ powerpc*-*-solaris*) - newlib_cflags="${newlib_cflags} -mrelocatable-lib -mno-eabi -mstrict-align -DMISSING_SYSCALL_NAMES" + newlib_cflags="${newlib_cflags} -mrelocatable-lib -mno-eabi -mstrict-align -DMISSING_SYSCALL_NAMES -DWANT_PRINTF_LONG_LONG" ;; powerpcle-*-pe) newlib_cflags="${newlib_cflags} -DHAVE_OPENDIR -DHAVE_RENAME -DHAVE_FCNTL" @@ -555,9 +555,9 @@ case "${host}" in newlib_cflags="${newlib_cflags} -DSMALL_DTOA -DSMALL_MEMORY" ;; xstormy16-*-*) - newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY" - syscall_dir=syscalls - ;; + newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY" + syscall_dir=syscalls + ;; z8k-*-*) syscall_dir=syscalls ;; |