summaryrefslogtreecommitdiffstats
path: root/posix-compliance/wscript
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2020-09-11 17:13:15 -0500
committerJoel Sherrill <joel@rtems.org>2020-09-14 13:30:36 -0500
commit5642fe5d4b9f3755483c27eef5b91ee5f3d232e9 (patch)
treec4b0937edfe60c5f700959579b3f350c7448e2c5 /posix-compliance/wscript
parentuser: Document BSP new build system (diff)
downloadrtems-docs-5642fe5d4b9f3755483c27eef5b91ee5f3d232e9.tar.bz2
Add missing <math.h> methods implemented as macros on compiler builtins.
These methods have long been provided and this change is needed on the 5.x branch and master. Closes #4075.
Diffstat (limited to '')
-rw-r--r--posix-compliance/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix-compliance/wscript b/posix-compliance/wscript
index 8f86f1d..0625ac9 100644
--- a/posix-compliance/wscript
+++ b/posix-compliance/wscript
@@ -24,7 +24,7 @@ def gen_posix_rst(task):
def build(ctx):
ctx(rule = gen_posix_rst,
- source = ['posix_rst.py', 'RTEMS-Standards-Compliance-v8.csv'],
+ source = ['posix_rst.py', 'RTEMS-Standards-Compliance-v9.csv'],
target = 'generated-posix-compliance.rst')
sources = { 'extra' : ['generated-posix-compliance.rst'] }
doc_build(ctx, sources = sources)