The preprocessor used by the cc' driver is now named
ccp0' to make it
clear this is the 1st pass of compilation and to make clear this particular cpp is for `cc's use only.
This commit is contained in:
parent
befc2f0a79
commit
766a31af14
@ -4,7 +4,7 @@
|
||||
|
||||
.PATH: ${GCCDIR}
|
||||
|
||||
PROG= cpp
|
||||
PROG= cpp0
|
||||
SRCS= cccp.c cexp.y obstack.c prefix.c version.c
|
||||
YFLAGS=
|
||||
BINDIR= /usr/libexec
|
||||
|
Loading…
x
Reference in New Issue
Block a user