Searched refs:MULTILIB_ABI_DEFAULT (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | vr.h | 24 { MULTILIB_ENDIAN_DEFAULT, MULTILIB_ABI_DEFAULT, "march=vr4100" }
|
H A D | mips.h | 725 { MULTILIB_ENDIAN_DEFAULT, MULTILIB_ISA_DEFAULT, MULTILIB_ABI_DEFAULT } 980 #define MULTILIB_ABI_DEFAULT "mabi=32" macro 985 #define MULTILIB_ABI_DEFAULT "mabi=o64" macro 990 #define MULTILIB_ABI_DEFAULT "mabi=n32" macro 995 #define MULTILIB_ABI_DEFAULT "mabi=64" macro 1000 #define MULTILIB_ABI_DEFAULT "mabi=eabi" macro 1006 #define MULTILIB_ABI_DEFAULT "mabi=meabi" macro
|
/openbsd/gnu/gcc/gcc/config/mips/ |
H A D | vr.h | 28 MULTILIB_ABI_DEFAULT, \
|
H A D | mips.h | 516 { MULTILIB_ENDIAN_DEFAULT, MULTILIB_ISA_DEFAULT, MULTILIB_ABI_DEFAULT } 779 #define MULTILIB_ABI_DEFAULT "mabi=32" macro 783 #define MULTILIB_ABI_DEFAULT "mabi=o64" macro 787 #define MULTILIB_ABI_DEFAULT "mabi=n32" macro 791 #define MULTILIB_ABI_DEFAULT "mabi=64" macro 795 #define MULTILIB_ABI_DEFAULT "mabi=eabi" macro 902 { "asm_abi_default_spec", "-" MULTILIB_ABI_DEFAULT }, \
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog | 17896 (MULTILIB_DEFAULTS): Add MULTILIB_ABI_DEFAULT. 17901 (MULTILIB_ABI_DEFAULT, ASM_ABI_DEFAULT_SPEC): New macros.
|