diff options
author | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-04-21 17:18:23 +0000 |
---|---|---|
committer | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-04-21 17:18:23 +0000 |
commit | e50becc1b8b016ab1f2b4edbdab183b428dbea97 (patch) | |
tree | b07eccad55321d2bb45e03c41c6cfc408cfd3022 /gcc/config/gnu.h | |
parent | a411766bd5240e72bec983183604bfa282e6f3e2 (diff) | |
download | gcc-e50becc1b8b016ab1f2b4edbdab183b428dbea97.tar.gz |
(STANDARD_INCLUDE_DIR): New macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9431 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/gnu.h')
-rw-r--r-- | gcc/config/gnu.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |