Ticket #31948: patch-incpath.c.diff
File patch-incpath.c.diff, 483 bytes (added by royliu@…, 13 years ago) |
---|
-
gcc/c-incpath.c
add_standard_paths (const char *sysroot, const char *iprefix, 164 164 char *str; 165 165 166 166 /* Should this directory start with the sysroot? */ 167 if (sysroot && p->add_sysroot) 168 str = concat (sysroot, p->fname, NULL); 169 else 170 str = update_path (p->fname, p->component); 167 str = update_path (p->fname, p->component); 171 168 172 169 if (p->multilib && imultilib) 173 170 str = concat (str, dir_separator_str, imultilib, NULL);