mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
Set USECLANG=1 by default on FreeBSD.
FreeBSD 10+ no longer ships with GCC by default. Clang is the default system compiler.
This commit is contained in:
parent
7e5585aaca
commit
34d44ffadd
1 changed files with 5 additions and 0 deletions
5
Make.inc
5
Make.inc
|
@ -20,6 +20,11 @@ USEGCC = 0
|
||||||
USECLANG = 1
|
USECLANG = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(OS), FreeBSD)
|
||||||
|
USEGCC = 0
|
||||||
|
USECLANG = 1
|
||||||
|
endif
|
||||||
|
|
||||||
AR = ar
|
AR = ar
|
||||||
|
|
||||||
ifeq ($(USECLANG),1)
|
ifeq ($(USECLANG),1)
|
||||||
|
|
Loading…
Reference in a new issue