mk: support Big Archive Format under AIX
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user