From: Brendan Kehoe Date: Sat, 9 Jul 1994 01:59:28 +0000 (+0000) Subject: Formerly sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile.~3~ X-Git-Tag: glibc-2.16-ports-before-merge~4103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d828aec47f5cae49a3566b2ae5ecef7122a218af;p=thirdparty%2Fglibc.git Formerly sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile.~3~ --- diff --git a/sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile b/sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile index 56f0a37de1d..dde3f820d4d 100644 --- a/sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile +++ b/sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile @@ -1,3 +1,9 @@ +# 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),signal) sysdep_routines := $(sysdep_routines) sys-sig endif