summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-04 21:40:39 +0000
committerphk <phk@FreeBSD.org>1994-11-04 21:40:39 +0000
commit7b1ac038f546b02bc93f2510bc0b5543c8c0b997 (patch)
treefd35a22833fdf0c2034b82fe2bf9fa104d2dea3a /gnu
parente15766c491dd49883d35ae3a5fd795189c0b7e43 (diff)
downloadFreeBSD-src-7b1ac038f546b02bc93f2510bc0b5543c8c0b997.zip
FreeBSD-src-7b1ac038f546b02bc93f2510bc0b5543c8c0b997.tar.gz
Explicitly tell cpp where to look for include files.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/include/tm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/include/tm.h b/gnu/usr.bin/cc/include/tm.h
index 4219d72..a6d4218 100644
--- a/gnu/usr.bin/cc/include/tm.h
+++ b/gnu/usr.bin/cc/include/tm.h
@@ -33,13 +33,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=2 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
-#if 0
#define INCLUDE_DEFAULTS { \
{ "/usr/include", 0 }, \
{ "/usr/include/g++", 1 }, \
{ 0, 0} \
}
-#endif
/* Like the default, except no -lg. */
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
OpenPOWER on IntegriCloud