about summary refs log tree commit diff
path: root/sysdeps/powerpc/nofpu/Makefile
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-11-28 18:01:41 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-11-28 18:01:41 +0000
commit91a1f3fea0d6c5bc304562c313171d8cf765b910 (patch)
treecedfe14a991428df523ce3c88eb6ec5c7ce8bfdd /sysdeps/powerpc/nofpu/Makefile
parentc5df760908de1ccfd92571864bc44a3d54820ac6 (diff)
downloadglibc-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/Makefile3
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)