diff options
author | Roland McGrath <roland@gnu.org> | 1995-02-22 02:53:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-02-22 02:53:16 +0000 |
commit | 6b08e0a45557d361d898c821f1203c7be4cab86d (patch) | |
tree | 69087f560e3b99c58dd13b3310daab4e2c3f42da /sysdeps/unix/sysv | |
parent | d53f392b186a81ad2a057a2bd0acb885ed34224d (diff) | |
download | glibc-6b08e0a45557d361d898c821f1203c7be4cab86d.tar.gz glibc-6b08e0a45557d361d898c821f1203c7be4cab86d.tar.xz glibc-6b08e0a45557d361d898c821f1203c7be4cab86d.zip |
[subdir=crypt] (crypt): New variable, set to crypt.solar.
Diffstat (limited to 'sysdeps/unix/sysv')
-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 |