From 31c333d71c5146edac27566e6d066b73a411739e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 30 Sep 2020 12:30:11 +0200 Subject: build: Include cpuopts.h in "config.h" The Autoconf/Automake build system did something similar. This fixes the build of sigprogmask.c which uses RTEMS_POSIX_API and expects to get it defined via "config.h". Update #3818. --- spec/build/cpukit/cfghdr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/build/cpukit/cfghdr.yml b/spec/build/cpukit/cfghdr.yml index 8106a3e227..58407fb54b 100644 --- a/spec/build/cpukit/cfghdr.yml +++ b/spec/build/cpukit/cfghdr.yml @@ -4,7 +4,8 @@ copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) enabled-by: true guard: '' -include-headers: [] +include-headers: +- rtems/score/cpuopts.h install-path: null links: - role: build-dependency -- cgit v1.2.3