From: Christian Lamparter Date: Thu, 1 Jan 2015 16:34:17 +0000 (+0100) Subject: carl9170 tools: add attribute macros to host library file X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=786812b3a629e8b8b42c176df9a4d243218de179;hp=786812b3a629e8b8b42c176df9a4d243218de179;p=carl9170fw.git carl9170 tools: add attribute macros to host library file The macros [__packed, __aligned(x), ...] are already defined as part of newlib's sys/cdefs.h. However they are not part of standard libc which is used to compile the host tools. Signed-off-by: Christian Lamparter ---