ref: c49aefbd03db6f3253160b34ff2ed0812615a84f
dir: /6/platform.h/
#if defined(__APPLE__) && defined(__MACH__) /* for OSX */ # define Asmcmd "as -g -o %s %s" # define Symprefix "_" #else /* Default to linux */ # define Asmcmd "as -g -o %s %s" # define Symprefix "" #endif