diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1995-04-21 17:18:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1995-04-21 17:18:23 +0000 |
commit | 635b02bf02e266a26591c00712d678bf59d78928 (patch) | |
tree | b07eccad55321d2bb45e03c41c6cfc408cfd3022 /gcc | |
parent | a825be5a91c36787ebe2f272c983ba6a30843625 (diff) | |
download | gcc-635b02bf02e266a26591c00712d678bf59d78928.zip gcc-635b02bf02e266a26591c00712d678bf59d78928.tar.gz gcc-635b02bf02e266a26591c00712d678bf59d78928.tar.bz2 |
(STANDARD_INCLUDE_DIR): New macro.
From-SVN: r9431
Diffstat (limited to 'gcc')
-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 d3b9db0..8ea3ead 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 |