From bf859da2b2772f5d8f0a4d6726095fe50ae7eea7 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 4 Nov 1994 21:40:39 +0000 Subject: [PATCH] Explicitly tell cpp where to look for include files. --- gnu/usr.bin/cc/include/tm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/usr.bin/cc/include/tm.h b/gnu/usr.bin/cc/include/tm.h index 4219d726e797..a6d42181ef94 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}"