ref: 7a6f9b61aa7161b2240764b9d6335f9c487c6858
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