From 25c2546b9464f3542c454f024ad731cde4190b3e Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 15 Feb 2015 12:49:55 -0500 Subject: Add a hack for SIZEOF_BLKSIZE_T These will be resolved soon more discussion is necessary. --- rtems_waf/configure.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rtems_waf/configure.py b/rtems_waf/configure.py index 3aa177c31b..db93f293e7 100644 --- a/rtems_waf/configure.py +++ b/rtems_waf/configure.py @@ -111,6 +111,7 @@ def config_h_libcpu(ctx): ctx.define('SIZEOF_VOID_P', 4) ctx.define('SIZEOF_OFF_T', 8) ctx.define('SIZEOF_TIME_T', 4) # XXX: hack for cpukit/libmisc/uuid/gen_uuid.c + ctx.define('SIZEOF_BLKSIZE_T', 4) # XXX: hack for tests # ctx.check_size("off_t") # ctx.check_size("void *", define_name="SIZEOF_VOID_P") -- cgit v1.2.3