diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-17 17:19:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-17 17:19:45 +0000 |
commit | f8c2601e1443111a6575d72ad0f0000961b6ce66 (patch) | |
tree | 287f6b669e022d75f924c2e87192682404d60d44 /sys/arch/hp300/stand | |
parent | 539eb3d08d49f8c3f76ec55fc083154e9e7995b9 (diff) |
No need for divsi and friends, yet
Diffstat (limited to 'sys/arch/hp300/stand')
-rw-r--r-- | sys/arch/hp300/stand/libkern/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/libkern/Makefile b/sys/arch/hp300/stand/libkern/Makefile index f6fe37ba687..5de723b5440 100644 --- a/sys/arch/hp300/stand/libkern/Makefile +++ b/sys/arch/hp300/stand/libkern/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2006/08/17 06:31:10 miod Exp $ +# $OpenBSD: Makefile,v 1.7 2006/08/17 17:19:44 miod Exp $ LIB= kern @@ -16,7 +16,6 @@ AFLAGS= -x assembler-with-cpp -traditional-cpp -I${.CURDIR}/../include \ # kern routines SRCS= __main.c ashrdi3.c divdi3.c qdivrem.c strlen.S strcmp.S \ strncmp.S umoddi3.c -SRCS+= divsi3.S udivsi3.S modsi3.S umodsi3.S NOPROFILE= NOPIC= |