diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-19 19:24:36 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-19 19:25:47 +0100 |
| commit | 0c811db32b27ad051beac648fa9676358921f468 (patch) | |
| tree | d05f3c019d0188b4c1ab6deb48c53f129df6feb9 | |
| parent | abfbe76cb5adff2e7c9ddd4dc10c3dcc641d8949 (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.
| -rw-r--r-- | include/a.out.h | 2 |
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 |
