xref: /netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/mipsn64eb/multilib.h (revision 4c3eb207d36f67d31994830c0a694161fc1ca39b)
1*4c3eb207Smrg /* This file is automatically generated.  DO NOT EDIT! */
2*4c3eb207Smrg /* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
3*4c3eb207Smrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4*4c3eb207Smrg 
5*4c3eb207Smrg static const char *const multilib_raw[] = {
6*4c3eb207Smrg ". !mabi=n32 !mabi=64 !mabi=32;",
7*4c3eb207Smrg ".:../lib/n32 mabi=n32 !mabi=64 !mabi=32;",
8*4c3eb207Smrg ".:. !mabi=n32 mabi=64 !mabi=32;",
9*4c3eb207Smrg ".:../lib/o32 !mabi=n32 !mabi=64 mabi=32;",
10*4c3eb207Smrg NULL
11*4c3eb207Smrg };
12*4c3eb207Smrg 
13*4c3eb207Smrg static const char *const multilib_reuse_raw[] = {
14*4c3eb207Smrg NULL
15*4c3eb207Smrg };
16*4c3eb207Smrg 
17*4c3eb207Smrg static const char *const multilib_matches_raw[] = {
18*4c3eb207Smrg "mabi=n32 mabi=n32;",
19*4c3eb207Smrg "mabi=64 mabi=64;",
20*4c3eb207Smrg "mabi=32 mabi=32;",
21*4c3eb207Smrg NULL
22*4c3eb207Smrg };
23*4c3eb207Smrg 
24*4c3eb207Smrg static const char *multilib_extra = "";
25*4c3eb207Smrg 
26*4c3eb207Smrg static const char *const multilib_exclusions_raw[] = {
27*4c3eb207Smrg NULL
28*4c3eb207Smrg };
29*4c3eb207Smrg 
30*4c3eb207Smrg static const char *multilib_options = "mabi=n32/mabi=64/mabi=32";
31