add directory gnu

This commit is contained in:
gohigh
2024-02-19 00:24:47 -05:00
parent 32616db5a4
commit a40f4cadb0
5086 changed files with 1860970 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
ifeq ($(subdir),math)
ifndef math-twiddled
routines:= $(filter-out acos asin cos sin ceil rint hypot \
__copysign __scalb __drem __logb __finite,$(routines))
aux := $(aux) support exp__E log__L
math-twiddled := t
endif
bsdmath_dirs := $(bsdmath_dirs) tahoe
endif