commit | e2a3370f67dfc9085fad454fc2cac07357f3be56 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Aug 27 19:51:05 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Aug 28 08:46:24 2015 +0000 |
tree | ae0b527b74e24b844d642e9df1f14ef421f955ad | |
parent | 9d77b562d3c3d8f376efec1b6e0bd70d348934c8 [diff] |
mpers.m4: workaround missing gnu/stubs-*.h files On some systems missing gnu/stubs-*.h files make -m32/-mx32 compilation checks fail. As we want to support multiple personalities despite of this limitation, workaround the check by creating empty gnu stub files if necessary. * m4/mpers.m4 (st_MPERS): Check for the gnu stub file. Create an empty gnu stub file if the system one is missing. * Makefile.am (DISTCLEANFILES): Add gnu/stubs-32.h and gnu/stubs-x32.h.