diff options
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile b/sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile index 7ad4bb1633..1c17ea168e 100644 --- a/sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile +++ b/sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile @@ -3,3 +3,9 @@ # and difftime.o don't work because of this. The long-term fix is to actually # implement what they're doing, but for the short-term, we must do this. sysdep-CFLAGS := $(sysdep-CFLAGS) -mhard-quad-float + +ifeq ($(subdir),crypt) + +crypt := crypt.solar + +endif |