From d3937f3b373ee9b1af09176d8a7d86eb6fcf790f Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Mon, 30 Sep 2013 09:40:26 +0200 Subject: ext: Include libfputils This changeset includes libfputils from revision bbf0d61d75. This library can be used to convert to and from 80-bit floats and query the type of an 80-bit float, which is needed to support the x87 FPU. --- SConstruct | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 8e850522f..1a2c53211 100755 --- a/SConstruct +++ b/SConstruct @@ -1110,6 +1110,10 @@ main.SConscript('ext/gzstream/SConscript', main.SConscript('ext/libfdt/SConscript', variant_dir = joinpath(build_root, 'libfdt')) +# fputils build is shared across all configs in the build root. +main.SConscript('ext/fputils/SConscript', + variant_dir = joinpath(build_root, 'fputils')) + ################################################### # # This function is used to set up a directory with switching headers -- cgit v1.2.3