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
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog16
-rw-r--r--config/acx.m45
-rw-r--r--config/mh-mingw3
3 files changed, 2 insertions, 22 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 55d74f668..32c912682 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,19 +1,3 @@
-2008-06-08 Joseph Myers <joseph@codesourcery.com>
-
- PR tree-optimization/36218
- * config/mh-mingw (LDFLAGS): Define.
-
-2008-06-05 Danny Smith <dannysmith@users.sourceforge.net>
-
- PR driver/35916
- * mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS.
-
-2008-05-12 Samuel Tardieu <sam@rfc1149.net>
- Paolo Bonzini <bonzini@gnu.org>
-
- PR ada/36001
- * acx.m4: Add optional parameter to ACX_PROG_GNAT.
-
2008-04-23 Paolo Bonzini <bonzini@gnu.org>
* override.m4: Apply _AC_ARG_VALIDATE fix to all versions
diff --git a/config/acx.m4 b/config/acx.m4
index cea08b720..d186a4ccc 100644
--- a/config/acx.m4
+++ b/config/acx.m4
@@ -357,8 +357,7 @@ ac_c_preproc_warn_flag=yes])# AC_PROG_CPP_WERROR
# Test for GNAT.
# We require the gnatbind program, and a compiler driver that
-# understands Ada. We use the user's CC setting, already found,
-# and possibly add $1 to the command-line parameters.
+# understands Ada. We use the user's CC setting, already found.
#
# Sets the shell variable have_gnat to yes or no as appropriate, and
# substitutes GNATBIND and GNATMAKE.
@@ -381,7 +380,7 @@ acx_cv_cc_gcc_supports_ada=no
# Other compilers, like HP Tru64 UNIX cc, exit successfully when
# given a .adb file, but produce no object file. So we must check
# if an object file was really produced to guard against this.
-errors=`(${CC} $1[]m4_ifval([$1], [ ])-c conftest.adb) 2>&1 || echo failure`
+errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
if test x"$errors" = x && test -f conftest.$ac_objext; then
acx_cv_cc_gcc_supports_ada=yes
fi
diff --git a/config/mh-mingw b/config/mh-mingw
index e31bfd323..71864997e 100644
--- a/config/mh-mingw
+++ b/config/mh-mingw
@@ -1,6 +1,3 @@
# Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows
# Vista (see PR33281 for details).
BOOT_CFLAGS += -D__USE_MINGW_ACCESS
-CFLAGS += -D__USE_MINGW_ACCESS
-# Increase stack limit to same as Linux default.
-LDFLAGS = -Wl,--stack,8388608