1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-06 12:01:08 +03:00

[subdir=crypt] (crypt): New variable, set to crypt.solar.

This commit is contained in:
Roland McGrath
1995-02-22 02:53:16 +00:00
parent 882ec8cfeb
commit ac873351a0

View File

@@ -3,3 +3,9 @@
# and difftime.o don't work because of this. The long-term fix is to actually # 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. # implement what they're doing, but for the short-term, we must do this.
sysdep-CFLAGS := $(sysdep-CFLAGS) -mhard-quad-float sysdep-CFLAGS := $(sysdep-CFLAGS) -mhard-quad-float
ifeq ($(subdir),crypt)
crypt := crypt.solar
endif