mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
mk: support Big Archive Format under AIX
This commit is contained in:
parent
4982d4ebc3
commit
f84d54a033
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue