2014-08-03 19:52:23 +02:00
|
|
|
TARGET_SUPPORTS_SHARED_LIBS
|
|
|
|
---------------------------
|
|
|
|
|
|
|
|
Does the target platform support shared libraries.
|
|
|
|
|
2024-07-09 14:46:46 +02:00
|
|
|
``TARGET_SUPPORTS_SHARED_LIBS`` is a boolean specifying whether the target
|
2014-08-03 19:52:23 +02:00
|
|
|
platform supports shared libraries. Basically all current general
|
2024-07-09 14:46:46 +02:00
|
|
|
purpose OS do so, the exceptions are usually embedded systems
|
2014-08-03 19:52:23 +02:00
|
|
|
with no or special OSs.
|