From 48e8f2a93f67f8ed59ce9a92eae6e88865d55936 Mon Sep 17 00:00:00 2001 From: millert <> Date: Fri, 9 May 2003 19:31:15 +0000 Subject: assembler versions of insque and remque for m68k, also from 4.4BSD --- src/lib/libc/stdlib/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc index 4ed97c5b66..bfbbdcb7f4 100644 --- a/src/lib/libc/stdlib/Makefile.inc +++ b/src/lib/libc/stdlib/Makefile.inc @@ -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 -- cgit v1.2.3-55-g6feb