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