diff options
Diffstat (limited to 'sysdeps/powerpc/nofpu/Makefile')
-rw-r--r-- | sysdeps/powerpc/nofpu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/powerpc/nofpu/Makefile b/sysdeps/powerpc/nofpu/Makefile index b9cbf80230..9de7c43747 100644 --- a/sysdeps/powerpc/nofpu/Makefile +++ b/sysdeps/powerpc/nofpu/Makefile @@ -2,7 +2,8 @@ ifeq ($(subdir),soft-fp) sysdep_routines += $(gcc-single-routines) $(gcc-double-routines) \ - sim-full + sim-full atomic-feholdexcept atomic-feclearexcept \ + atomic-feupdateenv flt-rounds endif ifeq ($(subdir),math) |