We can now build libm on Alpha. There is very little MD alpha code.

This commit is contained in:
John Birrell 1998-01-10 22:51:51 +00:00
parent d7ad72179f
commit fdbac8827e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32408

View File

@ -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