Make c99(1) invoke /usr/bin/cc with argv[0] set to "/usr/bin/cc" instead
of just "cc", since there is no reason to cause additional path searches in this case. MFC after: 3 days
This commit is contained in:
parent
b1bbb41f96
commit
d023c5ae25
@ -70,7 +70,7 @@ main(int argc, char *argv[])
|
||||
usage();
|
||||
}
|
||||
|
||||
addarg("cc");
|
||||
addarg("/usr/bin/cc");
|
||||
addarg("-std=iso9899:1999");
|
||||
addarg("-pedantic");
|
||||
for (i = 1; i < optind; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user