mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +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"
|
#include "mk.h"
|
||||||
|
#if defined(__AIX__)
|
||||||
|
#define ARMAG "<bigaf>\n"
|
||||||
|
#else
|
||||||
#define ARMAG "!<arch>\n"
|
#define ARMAG "!<arch>\n"
|
||||||
|
#endif
|
||||||
#define SARMAG (sizeof(ARMAG) - sizeof(""))
|
#define SARMAG (sizeof(ARMAG) - sizeof(""))
|
||||||
|
|
||||||
#define ARFMAG "`\n"
|
#define ARFMAG "`\n"
|
||||||
|
|
Loading…
Reference in a new issue