diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-11-28 18:01:41 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-11-28 18:01:41 +0000 |
commit | 91a1f3fea0d6c5bc304562c313171d8cf765b910 (patch) | |
tree | cedfe14a991428df523ce3c88eb6ec5c7ce8bfdd /sysdeps/powerpc/nofpu/Makefile | |
parent | c5df760908de1ccfd92571864bc44a3d54820ac6 (diff) | |
download | glibc-91a1f3fea0d6c5bc304562c313171d8cf765b910.tar.gz glibc-91a1f3fea0d6c5bc304562c313171d8cf765b910.tar.xz glibc-91a1f3fea0d6c5bc304562c313171d8cf765b910.zip |
Add powerpc-nofpu/e500 support functions for atomic compound assignment and FLT_ROUNDS.
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) |