bfd/ChangeLog:
authorDave Korn <dave.korn@artimi.com>
Mon, 15 Feb 2010 19:25:47 +0000 (19:25 +0000)
committerDave Korn <dave.korn@artimi.com>
Mon, 15 Feb 2010 19:25:47 +0000 (19:25 +0000)
PR binutils/11280
* configure.host (*-*-solaris2.11):  Add host define to select
valid default code page for windres/windmc on solaris.

bfd/ChangeLog
bfd/configure.host

index d341d7ed4e37b364c5d15cb2492d973ba615e082..3ec31fe64874b4dd23eb99239f5962cab298a1a9 100644 (file)
@@ -1,3 +1,9 @@
+2010-02-15  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       PR binutils/11280
+       * configure.host (*-*-solaris2.11):  Add host define to select
+       valid default code page for windres/windmc on solaris.
+
 2010-02-15  Nick Clifton  <nickc@redhat.com>
 
        * po/vi.po: Updated Vietnamese translation.
index 11b42e0fc13777d5abf1c62e9cb5cbf53e7ee60c..eb7bfe9e3dd25939461eb4f5a1024350a091ccad 100644 (file)
@@ -56,6 +56,12 @@ mips*-*-riscos*)     HDEFINES="-G 4" ;;
 
 m68*-hp-hpux*)         HDEFINES=-DHOST_HP300HPUX ;;
 
+# Some Solaris systems (osol0906 at least) have a libc that doesn't recognise
+# the "MS-ANSI" code page name, so we define an override for CP_ACP (sets the
+# default code page used by windres/windmc when not specified by a commandline
+# option) to select the "WINDOWS-1252" name instead.  See PR11280 for details.
+*-*-solaris2.11)       HDEFINES=-DCP_ACP=1 ;;
+
 *-*-windows*)
                        HOST_64BIT_TYPE=__int64
                        HOST_U_64BIT_TYPE="unsigned __int64"