This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PATCH] Fix isysroot, related to PR 18555


Devang Patel <dpatel@apple.com> writes:

> This small patch teaches GCC driver to not eat isysroot argument.
> I just started full bootstrap and dejagnu test run. OK if it succeeds ?
> 
> Thanks,
> -
> Devang
> 
> Index: gcc.h
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/gcc.h,v
> retrieving revision 1.17
> diff -c -3 -p -r1.17 gcc.h
> *** gcc.h       23 Aug 2004 11:56:54 -0000      1.17
> --- gcc.h       19 Nov 2004 01:43:05 -0000
> *************** struct spec_function
> *** 49,54 ****
> --- 49,55 ----
>      || !strcmp (STR, "idirafter") || !strcmp (STR, "iprefix") \
>      || !strcmp (STR, "iwithprefix") || !strcmp (STR,
> "iwithprefixbefore") \
>      || !strcmp (STR, "iquote") || !strcmp (STR, "isystem") \
> +   || !strcmp (STR, "isysroot") \
>      || !strcmp (STR, "-param") || !strcmp (STR, "specs") \
>      || !strcmp (STR, "MF") || !strcmp (STR, "MT") || !strcmp (STR,
> "MQ"))

This is OK, with a suitable ChangeLog entry.


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