dlltool.c has
#ifdef DLLTOOL_I386
static const char *mname = "i386";
#endif
#ifdef DLLTOOL_MX86_64
static const char *mname = "i386:x86-64";
#endif
When both x86_64-mingw32 and i386-mingw32 and enabled, both DLLTOOL_I386
and DLLTOOL_MX86_64 are defined. It doesn't work.
--
Summary: Can't enable both x86_64-mingw32 and i386-mingw32 at the
same time
Product: binutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: hjl at lucon dot org
CC: bug-binutils at gnu dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=3945
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils