mk: support Big Archive Format under AIX

This commit is contained in:
Ben Huntsman 2020-05-04 19:52:40 -07:00 committed by Russ Cox
parent 4982d4ebc3
commit f84d54a033

View file

@ -1,5 +1,9 @@
#include "mk.h"
#if defined(__AIX__)
#define ARMAG "<bigaf>\n"
#else
#define ARMAG "!<arch>\n"
#endif
#define SARMAG (sizeof(ARMAG) - sizeof(""))
#define ARFMAG "`\n"