mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove one more alpha leftover.
This commit is contained in:
parent
74018414bf
commit
c4579b502b
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ CFLAGS+= -include osreldate.h
|
|||
TGTOBJS= crtsavres.o
|
||||
SRCS+= crtsavres.asm
|
||||
.endif
|
||||
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
TGTOBJS= crtfastmath.o
|
||||
SRCS+= crtfastmath.c
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue