Browse Source

assembler versions of insque and remque for m68k, also from 4.4BSD

OPENBSD_3_4
millert 21 years ago
parent
commit
697db374e9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/lib/libc/stdlib/Makefile.inc

+ 1
- 1
src/lib/libc/stdlib/Makefile.inc View File

@ -32,7 +32,7 @@ SRCS+= abs.c div.c labs.c ldiv.c
SRCS+= abs.c div.c labs.c ldiv.c
.endif
.if (${MACHINE_ARCH} == "vax")
.if (${MACHINE_ARCH} == "vax") || (${MACHINE_ARCH} == "m68k")
SRCS+= insque.S remque.S
.else
SRCS+= insque.c remque.c


Loading…
Cancel
Save