Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-05 10:19:42 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-09 06:18:05 +0300
commitb63a4bb49ac3b3f64407d5572755ec8978971439 (patch)
tree275f5b24fcfcebf9d60ddd04862a27f34fe14850 /newlib/configure
parente7ad3f5aa88d262d86beda22ebb8a9202f776a26 (diff)
newlib: drop cygnus EXEEXT hack
Now that we rely on AC_NO_EXECUTABLES to disable link tests, we don't need this hack to disable exeext probing.
Diffstat (limited to 'newlib/configure')
-rwxr-xr-xnewlib/configure16
1 files changed, 2 insertions, 14 deletions
diff --git a/newlib/configure b/newlib/configure
index 9a440e4ca..1c493d264 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -4899,18 +4899,6 @@ fi
-# We need AC_EXEEXT to keep automake happy in cygnus mode. However,
-# at least currently, we never actually build a program, so we never
-# need to use $(EXEEXT). Moreover, the test for EXEEXT normally
-# fails, because we are probably configuring with a cross compiler
-# which can't create executables. So we include AC_EXEEXT to keep
-# automake happy, but we don't execute it, since we don't care about
-# the result.
-if false; then
-
- dummy_var=1
-fi
-
. ${newlib_basedir}/configure.host
NEWLIB_CFLAGS=${newlib_cflags}
@@ -11675,7 +11663,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11678 "configure"
+#line 11666 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11781,7 +11769,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11784 "configure"
+#line 11772 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H