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]

Re: header file inline causing problems


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.

-- 
Ranjit Mathew      Email: rmathew AT gmail DOT com

Bangalore, INDIA.    Web: http://ranjitmathew.hostingzero.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]