summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-02-22 02:53:16 +0000
committerRoland McGrath <roland@gnu.org>1995-02-22 02:53:16 +0000
commit6b08e0a45557d361d898c821f1203c7be4cab86d (patch)
tree69087f560e3b99c58dd13b3310daab4e2c3f42da /sysdeps
parentd53f392b186a81ad2a057a2bd0acb885ed34224d (diff)
[subdir=crypt] (crypt): New variable, set to crypt.solar.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile6
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