4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-21 00:07:36 +08:00

i386/fenv.c: Include fenv.c implementation shared with x86_64, not stub

This commit is contained in:
Joel Sherrill 2020-03-10 10:03:44 -05:00 committed by Ken Brown
parent 659096afe9
commit 3af9fe92bb

View File

@ -4,4 +4,4 @@
* (c) Copyright 2019 Joel Sherrill <joel@rtems.org>
*/
#include "../../fenv/fenv_stub.c"
#include "../x86_64/fenv.c"