forked from Imagelibrary/rtems
This adds a confdef option allowing an application to request mapping machine exceptions to POSIX signals. This is required for some languages such as Ada.
16 lines
314 B
YAML
16 lines
314 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: objects
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2021 On-Line Applications Research (OAR)
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by:
|
|
- RTEMS_EXCEPTION_EXTENSIONS
|
|
includes: []
|
|
install: []
|
|
links: []
|
|
source:
|
|
- cpukit/score/src/exceptionmapping.c
|
|
type: build
|