ref: 6fd59842dc48fd8a4dafe580c79cae37c01ab675
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