From cfc4955234828881145a20987c8a0a3cd373585c Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 8 Oct 2019 16:57:37 -0400 Subject: Add patch from Joel Sherrill for i386 and x86_64 fenv support --- newlib/configure.host | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/configure.host') diff --git a/newlib/configure.host b/newlib/configure.host index fe7d9b7b5..eee630b34 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -341,6 +341,7 @@ case "${host_cpu}" in ;; x86_64) machine_dir=x86_64 + libm_machine_dir=x86_64 ;; xc16x*) machine_dir=xc16x -- cgit v1.2.3