Compile ashldi3.S and lshrdi3.S on m68000.
This commit is contained in:
parent
d74323a8be
commit
90703ff4b3
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.9 1999/02/24 15:05:21 drochner Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.10 2001/05/18 15:23:44 fredette Exp $
|
||||
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
||||
|
||||
# Quad support
|
||||
|
@ -9,6 +9,8 @@ SRCS+= cmpdi2.c divdi3.c fixdfdi.c fixsfdi.c fixunsdfdi.c \
|
|||
|
||||
.if (${MACHINE_ARCH} == "m68k")
|
||||
SRCS+= ashldi3.S ashrdi3.S lshrdi3.S
|
||||
.elif (${MACHINE_ARCH} == "m68000")
|
||||
SRCS+= ashldi3.S lshrdi3.S
|
||||
.else
|
||||
SRCS+= ashldi3.c ashrdi3.c lshrdi3.c
|
||||
.endif
|
||||
|
|
Loading…
Reference in New Issue