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.
This commit is contained in:
Sebastian Huber
2020-09-30 12:30:11 +02:00
parent 5ff5ce62f9
commit 31c333d71c

View File

@@ -4,7 +4,8 @@ copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true enabled-by: true
guard: '' guard: ''
include-headers: [] include-headers:
- rtems/score/cpuopts.h
install-path: null install-path: null
links: links:
- role: build-dependency - role: build-dependency