[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/32337] dlltool -m option does not change type of some .o f
From: |
pali at kernel dot org |
Subject: |
[Bug binutils/32337] dlltool -m option does not change type of some .o files in an import library |
Date: |
Fri, 15 Nov 2024 15:02:50 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=32337
Pali Rohár <pali at kernel dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pali at kernel dot org
--- Comment #1 from Pali Rohár <pali at kernel dot org> ---
This is known issue. Passing "-m i386" is not enough for generating 32-bit
library, aslo additional option "-f --32" is needed. Makefile in mingw-w64 is
passing this flag too.
Anyway, it would be a nice improvement if GNU dlltool's "-m i386" will
automatically use "-f --32".
--
You are receiving this mail because:
You are on the CC list for the bug.