[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/3945] New: Can't enable both x86_64-mingw32 and i386-mingw
From: |
hjl at lucon dot org |
Subject: |
[Bug binutils/3945] New: Can't enable both x86_64-mingw32 and i386-mingw32 at the same time |
Date: |
30 Jan 2007 21:52:13 -0000 |
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug binutils/3945] New: Can't enable both x86_64-mingw32 and i386-mingw32 at the same time,
hjl at lucon dot org <=