mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-13 20:19:19 +08:00
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.
This commit is contained in:
parent
491567efff
commit
6559511813
File diff suppressed because it is too large
Load Diff
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user