ref: 9f7256a2c8174fc94b8ceafa13b0a7960083edc1
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