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