summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2010-03-23 15:11:22 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2010-03-23 15:11:22 +0000
commit8ef83079e8afeb0ada8dd045ecca74cc63025815 (patch)
tree44efa0a8d484a43a1c9fdcb6ee639b42bc12b3b8 /config
parentd1f34b6d3ee83ad3edafcebe24e66b410c8b99e3 (diff)
downloadgcc-8ef83079e8afeb0ada8dd045ecca74cc63025815.tar.gz
2010-03-23 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 157669 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@157672 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/mh-mingw4
2 files changed, 6 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index b6f0c2dc324..40921047283 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-23 Kai Tietz <kai.tietz@onevision.com>
+
+ * mh-mingw: Revert accidentally checking r156315.
+
2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* stdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc. if
diff --git a/config/mh-mingw b/config/mh-mingw
index 22b2936b9d5..d91323ef5fa 100644
--- a/config/mh-mingw
+++ b/config/mh-mingw
@@ -1,6 +1,6 @@
# 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 -Wno-pedantic-ms-format
-CFLAGS += -D__USE_MINGW_ACCESS -Wno-pedantic-ms-format
+CFLAGS += -D__USE_MINGW_ACCESS
# Increase stack limit to same as Linux default.
-LDFLAGS += -Wl,--stack,8388608 -Wl,-no-undefined
+LDFLAGS += -Wl,--stack,8388608