summaryrefslogtreecommitdiff
path: root/gcc/cppdefault.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cppdefault.h')
-rw-r--r--gcc/cppdefault.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/cppdefault.h b/gcc/cppdefault.h
index 657c4abce21..7f58a1be310 100644
--- a/gcc/cppdefault.h
+++ b/gcc/cppdefault.h
@@ -43,9 +43,11 @@ struct default_include
C++. */
const char add_sysroot; /* FNAME should be prefixed by
cpp_SYSROOT. */
- const char multilib; /* FNAME should have the multilib path
- specified with -imultilib
- appended. */
+ const char multilib; /* FNAME should have appended
+ - the multilib path specified with -imultilib
+ when set to 1,
+ - the multiarch path specified with
+ -imultiarch, when set to 2. */
};
extern const struct default_include cpp_include_defaults[];