diff options
author | phk <phk@FreeBSD.org> | 1994-11-04 21:40:39 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-11-04 21:40:39 +0000 |
commit | 7b1ac038f546b02bc93f2510bc0b5543c8c0b997 (patch) | |
tree | fd35a22833fdf0c2034b82fe2bf9fa104d2dea3a /gnu/usr.bin/cc/include | |
parent | e15766c491dd49883d35ae3a5fd795189c0b7e43 (diff) | |
download | FreeBSD-src-7b1ac038f546b02bc93f2510bc0b5543c8c0b997.zip FreeBSD-src-7b1ac038f546b02bc93f2510bc0b5543c8c0b997.tar.gz |
Explicitly tell cpp where to look for include files.
Diffstat (limited to 'gnu/usr.bin/cc/include')
-rw-r--r-- | gnu/usr.bin/cc/include/tm.h | 2 |
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}" |