From 7ebfab5050743136225d5aafcfcf0327c73be1b4 Mon Sep 17 00:00:00 2001 From: bad Date: Wed, 28 Oct 1998 18:18:07 +0000 Subject: Update to mysql-3.21.33.b Update mit-pthreads for 1.3H signal changes on alpha and i386. Update mit-pthreads for 1.3/1.3H on sparc (from 1.1 version). Enable building the server on sparc. Add mit-pthreads support for 1.3/1.3H on arm32. (Server doesn't work yet.) Fix two bugs in mit-pthreads with functions returning off_t's. --- databases/mysql/patches/patch-ai | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 databases/mysql/patches/patch-ai (limited to 'databases/mysql/patches/patch-ai') diff --git a/databases/mysql/patches/patch-ai b/databases/mysql/patches/patch-ai new file mode 100644 index 00000000000..d788e8d0b37 --- /dev/null +++ b/databases/mysql/patches/patch-ai @@ -0,0 +1,22 @@ +$NetBSD: patch-ai,v 1.1 1998/10/28 18:18:08 bad Exp $ + +--- mit-pthreads/config/config.sub.orig Fri Jan 23 23:07:31 1998 ++++ mit-pthreads/config/config.sub Sun Oct 25 18:54:55 1998 +@@ -119,7 +119,7 @@ + case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. +- tahoe | i[3456]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ ++ tahoe | i[3456]86 | i860 | m68k | m68000 | m88k | ns32k | arm | arm32 | pyramid \ + | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ + | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \ + | powerpc | sparc64 | 1750a | dsp16xx | mips64 | mipsel \ +@@ -133,7 +133,7 @@ + ;; + # Recognize the basic CPU types with company name. + vax-* | tahoe-* | i[3456]86-* | i860-* | m68k-* | m68000-* | m88k-* \ +- | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ ++ | sparc-* | ns32k-* | fx80-* | arm-* | arm32-* | c[123]* \ + | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ + | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ + | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ -- cgit v1.2.3