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