Home
last modified time | relevance | path

Searched refs:CONFIG_CPU (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/tradcpp/dist/
H A Dconfig.h98 #ifndef CONFIG_CPU
100 #define CONFIG_CPU "__x86_64__" macro
103 #define CONFIG_CPU "__i386__" macro
106 #define CONFIG_CPU "__sparc" macro
108 #define CONFIG_CPU "__mips" macro
110 #define CONFIG_CPU "__mips__" macro
112 #define CONFIG_CPU "__mipsel__" macro
114 #define CONFIG_CPU "__POWERPC__" macro
116 #define CONFIG_CPU "__powerpc__" macro
118 #define CONFIG_CPU "__PPC__" macro
[all …]
H A Dmain.c233 #ifdef CONFIG_CPU in apply_builtin_macros()
234 apply_builtin_macro(n++, CONFIG_CPU, "1"); in apply_builtin_macros()