aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Rennecke <amylaar@spamcop.net>2010-12-29 17:18:04 +0000
committerJoern Rennecke <amylaar@spamcop.net>2010-12-29 17:18:04 +0000
commit85b3db70bfdb4ec9ad799247a02f58db89a41b44 (patch)
tree458e256c538cb922a2dd85241d654ece9ec7b3c3
parent95f0f2601bec58b7625fdb272e0931aa65c50407 (diff)
* config-list.mk (LIST): Replacepr46489-20101227-branch
x86_64-mingw64-gnu --enable-sjlj-exceptions=yes with x86_64-mingw32 --enable-sjlj-exceptions=yes . git-svn-id: https://gcc.gnu.org/svn/gcc/branches/pr46489-20101227-branch@168323 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog.464894
-rw-r--r--contrib/config-list.mk2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog.46489 b/ChangeLog.46489
index 2d732d63993..a86f8edaf4b 100644
--- a/ChangeLog.46489
+++ b/ChangeLog.46489
@@ -16,6 +16,10 @@ contrib:
sparc-sun-solaris2 --enable-threads=solaris with
sparc-sun-solaris2.8 --enable-threads=solaris .
+ * config-list.mk (LIST): Replace
+ x86_64-mingw64-gnu --enable-sjlj-exceptions=yes with
+ x86_64-mingw32 --enable-sjlj-exceptions=yes .
+
2010-12-27 Joern Rennecke <amylaar@spamcop.net>
contrib:
diff --git a/contrib/config-list.mk b/contrib/config-list.mk
index c747b423531..e11e5c3d8bd 100644
--- a/contrib/config-list.mk
+++ b/contrib/config-list.mk
@@ -62,7 +62,7 @@ LIST = alpha-linux-gnu alpha-gnu alpha-freebsd6 alpha-netbsd alpha-openbsd \
x86_64-pc-linux-gnuOPT-with-fpmath=avx \
x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \
x86_64-knetbsd-gnu x86_64-w64-mingw32 \
- x86_64-mingw64-gnuOPT-enable-sjlj-exceptions=yes xstormy16-elf xtensa-elf \
+ x86_64-mingw32OPT-enable-sjlj-exceptions=yes xstormy16-elf xtensa-elf \
xtensa-linux
all: $(LIST)