This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -fpic for mingw32 target
- To: Phil Blecker <tmwg at inxservices dot com>
- Subject: Re: -fpic for mingw32 target
- From: Horst von Brand <vonbrand at inf dot utfsm dot cl>
- Date: Wed, 04 Nov 1998 16:23:06 -0300
- Cc: egcs at cygnus dot com
Phil Blecker <tmwg@inxservices.com> said:
> +#ifdef TARGET_HAS_NO_PIC
> + if (flag_pic)
> + {
> + warning ("-f%s ignored for MS DOS and Windows",
Should that not better be just "-f%s ignored" or " for this target"?
> + (flag_pic > 1) ? "PIC" : "pic");
> + flag_pic = 0;
> + }
> +#endif
> +