diff options
author | Christopher Faylor <me@cgf.cx> | 2012-11-23 14:58:24 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2012-11-23 14:58:24 +0000 |
commit | 916015a6af6ee09395740ab37dd4db7acc8457a1 (patch) | |
tree | 8bfdd04c42d99583962f539729d1ed6e42cf692c /winsup/cygwin/configure | |
parent | 6a432cb180715825c056326638e9e47dd1c05fff (diff) | |
download | newlib-916015a6af6ee09395740ab37dd4db7acc8457a1.zip newlib-916015a6af6ee09395740ab37dd4db7acc8457a1.tar.gz newlib-916015a6af6ee09395740ab37dd4db7acc8457a1.tar.bz2 |
* configure.in: Remove unneeded ALLOC substitution.
* configure: Regenerate.
* aclocal.m4: Ditto.
Diffstat (limited to 'winsup/cygwin/configure')
-rwxr-xr-x | winsup/cygwin/configure | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/configure b/winsup/cygwin/configure index 5a1f22a..ac3766c 100755 --- a/winsup/cygwin/configure +++ b/winsup/cygwin/configure @@ -586,7 +586,6 @@ ac_no_link=no ac_subst_vars='LTLIBOBJS LIBOBJS CONFIG_DIR -ALLOCA DEF_DLL_ENTRY DLL_ENTRY LIBSERVER @@ -4435,7 +4434,6 @@ MALLOC_OFILES=malloc.o case "$target_cpu" in i?86) DLL_ENTRY="_dll_entry@12" DEF_DLL_ENTRY="dll_entry@12" - ALLOCA="_alloca" CONFIG_DIR="i386" ;; *) as_fn_error $? "Invalid target processor \"$target_cpu\"" "$LINENO" 5 ;; esac @@ -4456,7 +4454,6 @@ configure_args=$(/usr/bin/expr "$configure_args" : 'X \(.*\)') - ac_config_files="$ac_config_files Makefile" cat >confcache <<\_ACEOF |