blob: c44270e175c0763a3753509e03d1b7e49d9f7ced (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- imake/imake.c 2002/05/10 23:41:31 1.1
+++ imake/imake.c 2002/05/10 23:42:02
@@ -1161,7 +1161,7 @@
get_gcc_incdir(FILE *inFile)
{
static char* gcc_path[] = {
-#if defined(linux) || defined(__OpenBSD__) || defined (__GNU__)
+#if defined(linux) || defined(__OpenBSD__) || defined (__GNU__) || defined(__FreeBSD__)
"/usr/bin/cc", /* for Linux PostIncDir */
#endif
"/usr/local/bin/gcc",
|