This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: -fpic for mingw32 target


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
> +


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