prepare-headers: include fenv.h

This commit is contained in:
Wolfgang Thaller 2017-04-11 16:55:00 +02:00
parent c4e19a6cac
commit 45bf39e1f7
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ for file in $(cd $IN; ls *.h); do
ddrt.h|fp.h)
USE=true
;;
# newlib does not provide fenv.h, so use Apple's
fenv.h)
USE=true
;;
# veclib headers
v*.h)