Merge pull request #3863 from martin-frbg/issue3862
Add -lm on any arm/arm64 BSD, not just FreeBSD
This commit is contained in:
		
						commit
						52cdb0555b
					
				| 
						 | 
					@ -419,7 +419,7 @@ ifeq ($(OSNAME), AIX)
 | 
				
			||||||
EXTRALIB	+= -lm
 | 
					EXTRALIB	+= -lm
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ifeq ($(OSNAME), FreeBSD)
 | 
					ifeq ($(OSNAME), $(filter $(OSNAME),FreeBSD OpenBSD NetBSD DragonFly))
 | 
				
			||||||
ifeq ($(ARCH), $(filter $(ARCH),arm arm64))
 | 
					ifeq ($(ARCH), $(filter $(ARCH),arm arm64))
 | 
				
			||||||
EXTRALIB	+= -lm
 | 
					EXTRALIB	+= -lm
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue