From: Roland McGrath Date: Wed, 22 Feb 1995 02:53:16 +0000 (+0000) Subject: [subdir=crypt] (crypt): New variable, set to crypt.solar. X-Git-Tag: cvs/libc_1_09~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b08e0a45557d361d898c821f1203c7be4cab86d;p=thirdparty%2Fglibc.git [subdir=crypt] (crypt): New variable, set to crypt.solar. --- diff --git a/sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile b/sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile index 7ad4bb16333..1c17ea168eb 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