
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
17 lines
534 B
Makefile
17 lines
534 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 2014/03/18 18:20:37 riastradh Exp $
|
|
|
|
SRCS+= modf.S
|
|
SRCS+= flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \
|
|
fpsetround.c fpsetsticky.c
|
|
#
|
|
# These allow softfloat programs to use the FPU.
|
|
#
|
|
SRCS+= adddf3.S addsf3.S cmpdf2.S cmpsf2.S divdf3.S divsf3.S \
|
|
extendsfdf2.S fixdfsi.S fixunsdfsi.S fixunssfsi.S floatsidf.S \
|
|
muldf3.S mulsf3.S subdf3.S subsf3.S truncdfsf2.S
|
|
|
|
SRCS+= floatunsidf.S floatunsisf.S
|
|
|
|
SRCS+= lesf2.S ltsf2.S nesf2.S unordsf2.S
|
|
SRCS+= ledf2.S ltdf2.S nedf2.S unorddf2.S
|