ref: 5cf8a9d385a8a91169b24fa30605e129f63b043f
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