Home | History | Annotate | Download | only in config

Lines Matching refs:default_arch

33 #ifndef DEFAULT_ARCH
34 #define DEFAULT_ARCH "s390"
36 static const char *default_arch = DEFAULT_ARCH;
224 if (strcmp (default_arch, "s390") == 0)
229 else if (strcmp (default_arch, "s390x") == 0)