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…
Add table
Add a link
Reference in a new issue