[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 d53f392b18
commit 6b08e0a455
1 changed files with 6 additions and 0 deletions

View File

@ -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