summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/psignal.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-15 08:33:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-29 10:33:37 +0100
commit55b69ed28e7ebb77debd98aa9dea6ee34ff79ff1 (patch)
tree2efc8eee22750a65f4373b937c3bb0ebd57c87e9 /cpukit/posix/src/psignal.c
parentRemove RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMES (diff)
downloadrtems-55b69ed28e7ebb77debd98aa9dea6ee34ff79ff1.tar.bz2
Move default config to librtemsdefaultconfig.a
An RTEMS application default configuration is contained in cpukit/libmisc/dummy/default-configuration.c. This default configuration was contained in librtemscpu.a. This had at least two problems: 1. Application configuration errors may have pulled in the default configuration which in turn lead to multiply define symbols error. This was quite confusing. You had to consult the linker map file to figure out what cased the pull in of the default configuration. You needed to know what a linker map file is and how you generate it with your build system. This was not very user friendly. 2. It prevented the use of default configuration items for each subsystem in librtemscpu.a. This may be used to reduce the size of the configuration itself. Move the default configuration to the separate library librtemsdefaultconfig.a. Close #3551.
Diffstat (limited to 'cpukit/posix/src/psignal.c')
0 files changed, 0 insertions, 0 deletions