From e8c12430be0cb353d5530792820dae4881667e12 Mon Sep 17 00:00:00 2001 From: bad Date: Mon, 28 Dec 1998 16:17:12 +0000 Subject: Use correct syscall number on arm32. Enable building server on arm32. --- databases/mysql/Makefile | 4 ++-- databases/mysql/patches/patch-ay | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/mysql/Makefile b/databases/mysql/Makefile index f6630a70bf8..e8a963dd81e 100644 --- a/databases/mysql/Makefile +++ b/databases/mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/10/28 18:18:07 bad Exp $ +# $NetBSD: Makefile,v 1.13 1998/12/28 16:17:12 bad Exp $ # # note: if updated, update shlib version number in patch-aa @@ -35,7 +35,7 @@ pre-install: ${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info @${CP} ${PKGDIR}/PLIST-client ${PLIST_SRC} -.if (${MACHINE_ARCH} != "i386") && (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "sparc") +.if (${MACHINE_ARCH} != "i386") && (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "arm32") && (${MACHINE_ARCH} != "sparc") CONFIGURE_ARGS+=--without-server pre-configure: @${ECHO} '########## Client-only support! ##########' diff --git a/databases/mysql/patches/patch-ay b/databases/mysql/patches/patch-ay index 5ef129498f3..50235da98f7 100644 --- a/databases/mysql/patches/patch-ay +++ b/databases/mysql/patches/patch-ay @@ -1,4 +1,4 @@ -$NetBSD: patch-ay,v 1.1 1998/10/28 18:18:09 bad Exp $ +$NetBSD: patch-ay,v 1.2 1998/12/28 16:17:12 bad Exp $ --- /dev/null Sun Oct 25 03:15:17 1998 +++ mit-pthreads/machdep/syscall-arm32-netbsd-1.3.S Sun Oct 25 18:49:24 1998 @@ -50,7 +50,7 @@ $NetBSD: patch-ay,v 1.1 1998/10/28 18:18:09 bad Exp $ + +#ifndef lint + .text -+ .asciz "$Id: patch-ay,v 1.1 1998/10/28 18:18:09 bad Exp $"; ++ .asciz "$Id: patch-ay,v 1.2 1998/12/28 16:17:12 bad Exp $"; +#endif + +#if defined(SYSLIBC_SCCS) && !defined(lint) @@ -99,7 +99,7 @@ $NetBSD: patch-ay,v 1.1 1998/10/28 18:18:09 bad Exp $ + +_machdep_sys___syscall:; + -+ swi 0x00000000 ++ swi SYS___syscall + bcs 1f + mov r15, r14 + -- cgit v1.2.3