r=phil
include the version of the actual compiler we were compiled with.
lload_LDADD := $(LIBREADLINE) -lptlctl
liblustreapi_a_SOURCES = liblustreapi.c
wirecheck_SOURCES = wirecheck.c
+wirecheck_CPPFLAGS = -DCC=\"$(CC)\"
wiretest_SOURCES = wiretest.c
lctl_SOURCES = parser.c obd.c lustre_cfg.c lctl.c parser.h obdctl.h
lload_SOURCES = lload.c
char gccinfo[80];
system_string("uname -a", unameinfo, sizeof(unameinfo));
- system_string("gcc -v 2>&1 | tail -1", gccinfo, sizeof(gccinfo));
+ system_string(CC " -v 2>&1 | tail -1", gccinfo, sizeof(gccinfo));
printf ("void lustre_assert_wire_constants(void)\n"
"{\n"