ref: b7a4dab54ab89f9cd62f3a31166cff553450cd28
dir: /sys/src/cmd/gs/arch.h/
#ifndef _ARCH_H #define _ARCH_H #ifdef T386 #include "386.h" #elif Tmips #include "mips.h" #elif Tspim #include "spim.h" #elif Tpower #include "mips.h" #elif Tarm #include "arm.h" #elif Tamd64 #include "amd64.h" #else I do not know about your architecture. Update switch in arch.h with new architecture. #endif /* T386 */ #endif /* _ARCH_H */