diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2012-09-25 14:48:28 -0500 |
---|---|---|
committer | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2012-09-25 16:53:14 -0500 |
commit | 8ad11b9a9cf1de82bd7771306b42070b91417c11 (patch) | |
tree | 787fd5b6797608ae4b2207bcc042ed3825a9d8e7 /sysdeps/unix/sysv/linux/powerpc/Makefile | |
parent | 7e2fca8dd22e3bd932581d6479b0c552deff00b6 (diff) | |
download | glibc-8ad11b9a9cf1de82bd7771306b42070b91417c11.tar glibc-8ad11b9a9cf1de82bd7771306b42070b91417c11.tar.gz glibc-8ad11b9a9cf1de82bd7771306b42070b91417c11.tar.bz2 glibc-8ad11b9a9cf1de82bd7771306b42070b91417c11.zip |
Add __ppc_get_timebase_freq to ppc.h.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/Makefile b/sysdeps/unix/sysv/linux/powerpc/Makefile index f6dccd9a3f..6bdf4dc7f5 100644 --- a/sysdeps/unix/sysv/linux/powerpc/Makefile +++ b/sysdeps/unix/sysv/linux/powerpc/Makefile @@ -16,3 +16,9 @@ endif ifeq ($(subdir),elf) sysdep_routines += dl-vdso endif + +ifeq ($(subdir),misc) +sysdep_headers += bits/ppc.h +sysdep_routines += get_clockfreq get_timebase_freq +tests += test-gettimebasefreq +endif |