ref: 0c678f7b8a8ea747663cc0e6cc18c90fdb1aa470
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