 84d9c625bf
			
		
	
	
		84d9c625bf
		
	
	
	
	
		
			
			- Fix for possible unset uid/gid in toproto
 - Fix for default mtree style
 - Update libelf
 - Importing libexecinfo
 - Resynchronize GCC, mpc, gmp, mpfr
 - build.sh: Replace params with show-params.
     This has been done as the make target has been renamed in the same
     way, while a new target named params has been added. This new
     target generates a file containing all the parameters, instead of
     printing it on the console.
 - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org)
     get getservbyport() out of the inner loop
Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
		
	
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			529 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			529 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #	$NetBSD: Makefile.inc,v 1.1 2013/07/18 21:29:31 matt 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
 |