Home
last modified time | relevance | path

Searched refs:OPTION_MUSL_P (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dlinux.h64 #undef OPTION_MUSL_P
65 #define OPTION_MUSL_P(opts) (DEFAULT_LIBC == LIBC_MUSL) macro
70 #undef OPTION_MUSL_P
71 #define OPTION_MUSL_P(opts) ((opts)->x_linux_libc == LIBC_MUSL) macro
77 #define OPTION_MUSL OPTION_MUSL_P (&global_options)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Dlinux.h33 #undef OPTION_MUSL_P
34 #define OPTION_MUSL_P(opts) (DEFAULT_LIBC == LIBC_MUSL) macro
39 #undef OPTION_MUSL_P
40 #define OPTION_MUSL_P(opts) ((opts)->x_linux_libc == LIBC_MUSL) macro
46 #define OPTION_MUSL OPTION_MUSL_P (&global_options)
Dlinux64.h271 #undef OPTION_MUSL_P
272 #define OPTION_MUSL_P(opts) (DEFAULT_LIBC == LIBC_MUSL) macro
277 #undef OPTION_MUSL_P
278 #define OPTION_MUSL_P(opts) ((opts)->x_linux_libc == LIBC_MUSL) macro
284 #define OPTION_MUSL OPTION_MUSL_P (&global_options)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Dlinux.h35 #undef OPTION_MUSL_P
36 #define OPTION_MUSL_P(opts) (DEFAULT_LIBC == LIBC_MUSL) macro
41 #undef OPTION_MUSL_P
42 #define OPTION_MUSL_P(opts) ((opts)->x_linux_libc == LIBC_MUSL) macro
48 #define OPTION_MUSL OPTION_MUSL_P (&global_options)
Dfuchsia.h55 #undef OPTION_MUSL_P
56 #define OPTION_MUSL_P(opts) 1 macro
Dglibc-stdint.h30 #ifndef OPTION_MUSL_P
31 #define OPTION_MUSL_P(opts) 0 macro
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog12219 OPTION_BIONIC_P, OPTION_MUSL_P): Define.
12223 OPTION_BIONIC_P, OPTION_MUSL_P): Define.
12227 OPTION_BIONIC_P, OPTION_MUSL_P): Define.
12231 OPTION_BIONIC_P, OPTION_MUSL_P): Define.
12234 * config/fuchsia.h (OPTION_MUSL_P): Redefine.
12235 * config/glibc-stdint.h (OPTION_MUSL_P): Define if not defined.