summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile
blob: 1c17ea168ebe0e99a16cc2780347daed40c3571a (plain)
1
2
3
4
5
6
7
8
9
10
11
# This flag is necessary because GCC now tries to call _Q_{mul, etc...}
# instead of doing the stuff the hard way.  For now, printf_fp.o, __vfscanf.o,
# 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