diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/Makefile b/sysdeps/unix/sysv/linux/powerpc/Makefile index 0263251533..671370ede0 100644 --- a/sysdeps/unix/sysv/linux/powerpc/Makefile +++ b/sysdeps/unix/sysv/linux/powerpc/Makefile @@ -1 +1,4 @@ 64bit-predefine = __powerpc64__ +ifeq ($(subdir),rt) +librt-routines += rt-sysdep +endif |