This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Steve Pribyl wrote:
mingw$ gcc -v Using built-in specs. Target: i386-mingw32msvc
BTW, this is an obsolete target specification for MinGW. Either user "mingw32" (alias for i386-pc-mingw32) or "i686-pc-mingw32".
As for the "HAVE_GAS_WEAK" bit that you pointed out in a separate message, "cygming.h" is included when the target is either Cygwin or MinGW (see "gcc/config.gcc") and it already has that bit.
Ranjit.
-- Steve Pribyl Steve AT NetFuel dot com Computer Infrastructure Practitioner
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |