1
0
mirror of https://github.com/golang/go synced 2024-11-22 08:14:40 -07:00

cc: use "cpp" anywhere in path, not "/bin/cpp"

R=rsc
CC=golang-dev
https://golang.org/cl/206077
This commit is contained in:
Giles Lean 2010-02-16 11:32:41 -08:00 committed by Russ Cox
parent 760e9c2e90
commit 0b4d8c19af

View File

@ -32,7 +32,7 @@
#include "y.tab.h" #include "y.tab.h"
#ifndef CPP #ifndef CPP
#define CPP "/bin/cpp" #define CPP "cpp"
#endif #endif
int int