From 0c811db32b27ad051beac648fa9676358921f468 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 19 Feb 2016 19:24:36 +0100 Subject: 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. --- include/a.out.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 +#define __NO_A_OUT_SUPPORT 1 -- cgit v1.2.3