diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2009-04-17 16:18:17 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2009-04-17 16:18:17 +0000 |
commit | 9c4032e768e84e7d8d299902447b2d56156537de (patch) | |
tree | db79f19d6997deea9db264ded541a0980944da8b /newlib/newlib.hin | |
parent | 33990d814fd589192fee53ad890d18a5e1824a01 (diff) | |
download | cygnal-9c4032e768e84e7d8d299902447b2d56156537de.tar.gz cygnal-9c4032e768e84e7d8d299902447b2d56156537de.tar.bz2 cygnal-9c4032e768e84e7d8d299902447b2d56156537de.zip |
2009-04-17 Jeff johnston <jjohnstn@redhat.com>
* configure.in: Remove _HAVE_ARRAY_ALIASING check.
* configure: Regenerated.
* newlib.hin: Remove _HAVE_ARRAY_ALIASING flag.
* libc/ctype/ctype_.c: Do not check for _HAVE_ARRAY_ALIASING.
* libm/configure.in: Change AC_TRY_COMPILE to AC_TRY_COMMAND to
avoid executable test.
* libm/configure: Regenerated.
Diffstat (limited to 'newlib/newlib.hin')
-rw-r--r-- | newlib/newlib.hin | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin index 236c831ed..b643411e9 100644 --- a/newlib/newlib.hin +++ b/newlib/newlib.hin @@ -46,9 +46,6 @@ functions. */ #undef _ATEXIT_DYNAMIC_ALLOC -/* Define if the compiler supports aliasing an array to an address. */ -#undef _HAVE_ARRAY_ALIASING - /* * Iconv encodings enabled ("to" direction) */ |