forked from Imagelibrary/rtems
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user