mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
Formerly sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile.~3~
This commit is contained in:
parent
5654dd81f0
commit
d828aec47f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user