Formerly unix/sysv/sysv4/solaris2/Makefile.~3~

This commit is contained in:
Brendan Kehoe 1994-07-09 00:26:26 +00:00
parent 2e91173e39
commit 3f9ea18cb5
1 changed files with 5 additions and 0 deletions

View File

@ -4,3 +4,8 @@
# with the libc.a being *constructed* in $(objdir). As a work-around, # with the libc.a being *constructed* in $(objdir). As a work-around,
# we add this to each native-compile. # we add this to each native-compile.
native-CFLAGS := $(native-CFLAGS) -L/lib 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