aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/config/gnu.h4
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