From 933608b7607a84e6d7cce601d9cf2d7666c53682 Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Sun, 13 Sep 2009 13:08:20 +0000 Subject: Changlog libcpp 2009-09-13 Kai Tietz * configure.ac: Set for i?86-w64-mingw* need_64bit_hwint to yes. * configure: Regenerated. ChangeLog gcc 2009-09-13 Kai Tietz * config.gcc (tm_file): Remove i386/biarch32.h for i?86-w64-mingw* case. (i?86-*-mingw* andx86_64-*-mingw*): Add multilib support. * config.host: Set for cygwin and x86/x64 mingw the option use_long_long_for_widest_fast_int to yes. From-SVN: r151672 --- libcpp/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'libcpp/configure.ac') diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 3af4e16..5246546 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -146,6 +146,7 @@ case $target in hppa*64*-*-* | \ i[34567]86-*-darwin* | \ i[34567]86-*-solaris2.1[0-9]* | \ + i[34567]86-w64-mingw* | \ mips*-*-* | \ mmix-*-* | \ powerpc*-*-* | \ -- cgit v1.1