diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-09-20 17:11:29 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-09-20 17:11:29 +0000 |
commit | da25e61f5998b4ec3e72486cdcd84f6220253ac8 (patch) | |
tree | e31a0bcf9c270d60fcfcfb471abc09bd21e5eff0 /newlib/configure.host | |
parent | 0226921e1dfc24a394eabb211f1b0f92f934faa7 (diff) | |
download | cygnal-da25e61f5998b4ec3e72486cdcd84f6220253ac8.tar.gz cygnal-da25e61f5998b4ec3e72486cdcd84f6220253ac8.tar.bz2 cygnal-da25e61f5998b4ec3e72486cdcd84f6220253ac8.zip |
2002-09-20 Jeff Johnston <jjohnstn@redhat.com>
* configure.host: Minor comment and formatting changes.
* libc/Makefile.am: Add libc_la_DEPENDENCIES.
* libc/Makefile.in: Regenerated.
* libc/include/sys/config.h: Minor format change.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index 03d45faac..42efd76d5 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -22,6 +22,8 @@ # host_cpu The configuration host CPU # newlib_mb --enable-newlib-mb ("yes", "no") # target_optspace --enable-target-optspace ("yes", "no", "") +# newlib_multithread --enable-newlib-multithread ("yes", "no", "yes") +# newlib_elix_level --enable-newlib-elix-level ("1","2","3","4") ("4") # It sets the following shell variables: # newlib_cflags Special CFLAGS to use when building @@ -232,9 +234,9 @@ fi if [ "x${newlib_mb}" = "x" ]; then case "${host}" in - i[3456]86-pc-linux-*|*-*-cygwin*) + i[3456]86-pc-linux-*|*-*-cygwin*) newlib_mb=yes - ;; + ;; esac fi |