glibc/sysdeps/unix/sysv/sysv4/solaris2/Makefile

12 lines
711 B
Makefile
Raw Normal View History

1993-05-13 09:23:57 +08:00
# The linker supplied with Solaris looks in the current directory
# before searching others. Compiling the various programs that come
# along the way (e.g., glue-ctype) will fail because it'll try to link
# with the libc.a being *constructed* in $(objdir). As a work-around,
# we add this to each native-compile.
native-CFLAGS := $(native-CFLAGS) -L/lib
# 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