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: glibc-2.16-ports-merge^2~3947 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac873351a085933e6f2b8aa08db4844732fb4be6;p=platform%2Fupstream%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 7ad4bb1..1c17ea1 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