mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-12 10:31:01 +00:00
prepare-headers: include fenv.h
This commit is contained in:
parent
c4e19a6cac
commit
45bf39e1f7
@ -33,6 +33,10 @@ for file in $(cd $IN; ls *.h); do
|
|||||||
ddrt.h|fp.h)
|
ddrt.h|fp.h)
|
||||||
USE=true
|
USE=true
|
||||||
;;
|
;;
|
||||||
|
# newlib does not provide fenv.h, so use Apple's
|
||||||
|
fenv.h)
|
||||||
|
USE=true
|
||||||
|
;;
|
||||||
|
|
||||||
# veclib headers
|
# veclib headers
|
||||||
v*.h)
|
v*.h)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user