diff options
author | Christopher Faylor <me@cgf.cx> | 2003-03-29 04:20:45 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-03-29 04:20:45 +0000 |
commit | 46c8214c77bdfcc1b5926ebed7a32810672e5146 (patch) | |
tree | cdb30244091e9de47d4c0c67efcbc6f424426904 /winsup/cygwin/configure | |
parent | b7f68d3e9d605cba6151e05c305ccfa827111286 (diff) | |
download | newlib-46c8214c77bdfcc1b5926ebed7a32810672e5146.zip newlib-46c8214c77bdfcc1b5926ebed7a32810672e5146.tar.gz newlib-46c8214c77bdfcc1b5926ebed7a32810672e5146.tar.bz2 |
* Makefile.in: Remove EXE_LDFLAGS. Fix fhandler_CFLAGS typo. Recognize .s
suffix.
* configure.in: Remove EXE_LDFLAGS.
* configure: Regenerate.
Diffstat (limited to 'winsup/cygwin/configure')
-rwxr-xr-x | winsup/cygwin/configure | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/winsup/cygwin/configure b/winsup/cygwin/configure index 3f41211..4114757 100755 --- a/winsup/cygwin/configure +++ b/winsup/cygwin/configure @@ -1964,48 +1964,6 @@ esac - -echo $ac_n "checking if newlib is part of the build tree""... $ac_c" 1>&6 -echo "configure:1970: checking if newlib is part of the build tree" >&5 - -EXE_LDFLAGS= -if test -d ../newlib -then - echo "$ac_t""yes" 1>&6 - EXE_LDFLAGS="-B../../newlib/ -B../" -else - echo "$ac_t""no" 1>&6 -fi - - -if test x"$EXE_LDFLAGS" = x -then - echo $ac_n "checking if installed newlib needed""... $ac_c" 1>&6 -echo "configure:1985: checking if installed newlib needed" >&5 - cat > conftest.$ac_ext <<EOF -#line 1987 "configure" -#include "confdefs.h" - -int main() { -/* main already defined */ - -; return 0; } -EOF -if { (eval echo configure:1995: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - echo "$ac_t""no" 1>&6 - -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - echo "$ac_t""yes" 1>&6 - echo "configure: warning: newlib not found - utility .exe's may not link" 1>&2 -fi -rm -f conftest* -fi - - case "$target_cpu" in i386|i486|i586|i686) DLL_ENTRY="_dll_entry@12" DEF_DLL_ENTRY="dll_entry@12" @@ -2189,7 +2147,6 @@ s%@CPP@%$CPP%g s%@ALLOCA@%$ALLOCA%g s%@SET_MAKE@%$SET_MAKE%g s%@MT_SAFE@%$MT_SAFE%g -s%@EXE_LDFLAGS@%$EXE_LDFLAGS%g s%@MALLOC_OFILES@%$MALLOC_OFILES%g s%@DLL_ENTRY@%$DLL_ENTRY%g s%@DEF_DLL_ENTRY@%$DEF_DLL_ENTRY%g @@ -2413,4 +2370,3 @@ chmod +x $CONFIG_STATUS rm -fr confdefs* $ac_clean_files test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 - |