mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
We can now build libm on Alpha. There is very little MD alpha code.
This commit is contained in:
parent
d7ad72179f
commit
fdbac8827e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32408
@ -43,14 +43,11 @@ SUBDIR+= libcrypt
|
||||
SUBDIR+= libtelnet
|
||||
.endif
|
||||
|
||||
# Don't want to build libm on alpha just yet
|
||||
.if ${MACHINE} != "alpha"
|
||||
.if defined(WANT_CSRG_LIBM)
|
||||
SUBDIR+= libm
|
||||
.else
|
||||
SUBDIR+= msun
|
||||
.endif
|
||||
.endif
|
||||
|
||||
SUBDIR+= compat
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user