149c5eacbSEd Maste# $FreeBSD$ 249c5eacbSEd Maste 30eaded92SGlen BarberPACKAGE= clibs 449c5eacbSEd MasteSHLIB_NAME= libgcc_s.so.1 56430a5fdSEd MasteSHLIBDIR?= /lib 649c5eacbSEd Maste 72ed1e385SEd MasteMK_SSP= no 849c5eacbSEd MasteWARNS?= 2 949c5eacbSEd Maste 1049c5eacbSEd MasteLDFLAGS+= -nodefaultlibs 11*2f21ec01SEd MasteLIBADD+= c 1249c5eacbSEd MasteVERSION_MAP= ${.CURDIR}/Version.map 1349c5eacbSEd Maste 1449c5eacbSEd Maste.include "../libcompiler_rt/Makefile.inc" 1549c5eacbSEd Maste.include "../libgcc_eh/Makefile.inc" 1649c5eacbSEd Maste 17bff20752SEd MasteLIBCSRCDIR= ${SRCTOP}/lib/libc 18bff20752SEd MasteLIBMSRCDIR= ${SRCTOP}/lib/msun/src 19bff20752SEd MasteCFLAGS+= -I${LIBCSRCDIR}/include -I${LIBCSRCDIR}/${MACHINE_CPUARCH} 20bff20752SEd MasteCFLAGS+= -I${LIBMSRCDIR} 21bff20752SEd Maste.PATH: ${LIBMSRCDIR} 22bff20752SEd MasteSRCS+= s_fabs.c 23bff20752SEd MasteSRCS+= s_fabsf.c 24bff20752SEd MasteSRCS+= s_fabsl.c 25bff20752SEd MasteSRCS+= s_fmax.c 26bff20752SEd MasteSRCS+= s_fmaxf.c 27bff20752SEd MasteSRCS+= s_fmaxl.c 28bff20752SEd MasteSRCS+= s_logb.c 29bff20752SEd MasteSRCS+= s_logbf.c 30bff20752SEd MasteSRCS+= s_logbl.c 31bff20752SEd MasteSRCS+= s_scalbn.c 32bff20752SEd MasteSRCS+= s_scalbnf.c 33bff20752SEd MasteSRCS+= s_scalbnl.c 34bff20752SEd Maste 3549c5eacbSEd Maste.include <bsd.lib.mk> 36