xref: /dragonfly/gnu/usr.bin/cc47/cc_prep/multilib.h (revision 6e5c5008)
1 static const char *const multilib_raw[] = {
2 ". ;",
3 NULL
4 };
5 
6 static const char *const multilib_matches_raw[] = {
7 NULL
8 };
9 
10 static const char *multilib_extra = "";
11 
12 static const char *const multilib_exclusions_raw[] = {
13 NULL
14 };
15 
16 static const char *multilib_options = "";
17