ref: 3850484227a4d875cd45559b11be74996440a7c4
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