| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
X11R6).
Suggested by tb@
ok deraadt@ tb@ millert@
|
|
|
|
|
|
|
|
|
| |
Add option argument handling for all the options that take an argument.
Handle -I with separate path argument.
Retire gcc2-specific bits.
Handle -U__GNUC__ correctly on gcc4 systems.
ok jca@ millert@
|
|
|
|
|
|
|
|
| |
Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4
is the norm and to explicitely test for gcc3 when a different behaviour
is required.
No functional change intended. Be sure to `make install' in share/mk before
attempting to do anything.
|
|
|
|
|
|
| |
complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco,
with fixes from espie@.
ok espie@ general mumbling of approval of others.
|
|
|
|
| |
ok kettenis@
|
|
|
|
|
|
| |
Add -notraditional to help the transition into not -trad land.
ok deraadt@
|
|
|
|
| |
rescinded 22 July 1999. Proofed by myself and Theo.
|
| |
|
|
|
|
|
| |
finally, the interface is frozen with /usr/libexec/cpp not defining
__GNUC__
|
| |
|
| |
|
|
|
|
|
|
|
| |
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when stripping (or not).
COPY doesn't have this problem (yet) but was poorly named.
|
| |
|
| |
|
| |
|
| |
|
|
correct path to GNU cpp through an incredibly twisted hack)
|