shithub: mc

ref: 5cacde485bf6338bbf216b7a5249bb51c84e15fc
dir: /6/platform.h/

View raw version
#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