summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-02-19 19:24:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-19 19:25:47 +0100
commit0c811db32b27ad051beac648fa9676358921f468 (patch)
treed05f3c019d0188b4c1ab6deb48c53f129df6feb9 /include
parentabfbe76cb5adff2e7c9ddd4dc10c3dcc641d8949 (diff)
mark a.out support as not available
Some architectures do not provide the Linux header, so packages which include a.out.h might fail. Some discussions seen on the buildroot mailinglist.
Diffstat (limited to 'include')
-rw-r--r--include/a.out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/a.out.h b/include/a.out.h
index 027c49ad5..50a9f0735 100644
--- a/include/a.out.h
+++ b/include/a.out.h
@@ -1 +1 @@
-#include <linux/a.out.h>
+#define __NO_A_OUT_SUPPORT 1