This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Binutils 2.20 - Windres problems building pthreads/libiconv on Open Solaris
On 14/02/2010 03:44, Dave Korn wrote:
> we could do. But the other thing I'm wondering is if MS-ANSI isn't just a
> slightly non-standard name for CP1252, so maybe we could change the default to
> use that one
Tony, the attached patch fixes the crash on my osol VM, would you like to
give it a test?
cheers,
DaveK
? binutils/oops.diff
Index: bfd/configure.host
===================================================================
RCS file: /cvs/src/src/bfd/configure.host,v
retrieving revision 1.17
diff -p -u -r1.17 configure.host
--- bfd/configure.host 30 Dec 2005 22:25:57 -0000 1.17
+++ bfd/configure.host 14 Feb 2010 03:34:14 -0000
@@ -56,6 +56,8 @@ mips*-*-riscos*) HDEFINES="-G 4" ;;
m68*-hp-hpux*) HDEFINES=-DHOST_HP300HPUX ;;
+*-*-solaris2.11) HDEFINES=-DCP_ACP=1 ;;
+
*-*-windows*)
HOST_64BIT_TYPE=__int64
HOST_U_64BIT_TYPE="unsigned __int64"