From 635b02bf02e266a26591c00712d678bf59d78928 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 21 Apr 1995 17:18:23 +0000 Subject: [PATCH] (STANDARD_INCLUDE_DIR): New macro. From-SVN: r9431 --- gcc/config/gnu.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/config/gnu.h b/gcc/config/gnu.h index d3b9db018d2..8ea3ead3d67 100644 --- a/gcc/config/gnu.h +++ b/gcc/config/gnu.h @@ -15,6 +15,10 @@ #undef LIB_SPEC #define LIB_SPEC "%{bsd:-lbsd-compat} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}" +/* Standard include directory. In GNU, "/usr" is a four-letter word. */ +#undef STANDARD_INCLUDE_DIR +#define STANDARD_INCLUDE_DIR "/include" + /* We have atexit. */ #define HAVE_ATEXIT -- 2.30.2