diff options
Diffstat (limited to 'sysdeps/sparc/sparc64/Makefile')
-rw-r--r-- | sysdeps/sparc/sparc64/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/sparc/sparc64/Makefile b/sysdeps/sparc/sparc64/Makefile index 312e59e..d12f478 100644 --- a/sysdeps/sparc/sparc64/Makefile +++ b/sysdeps/sparc/sparc64/Makefile @@ -1,2 +1,6 @@ # The Sparc `long double' is a distinct type we support. long-double-fcts = yes + +ifeq ($(subdir),csu) +sysdep_routines += hp-timing +endif |