From: | Noèl Köthe <noel(at)debian(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Subject: | Re: Call for port reports |
Date: | 2003-10-25 20:52:51 |
Message-ID: | 1067115171.19478.139.camel@p4.domain.lan |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Am Sa, den 25.10.2003 schrieb Noèl Köthe um 01:17:
> reports of these slower systems will follow but they need a bit more time:
> Linux crest 2.4.20 #1 Wed Mar 5 01:39:17 EST 2003 m68k unknown
Peter gave me this patch for m68k:
-- src/include/port/linux.h.orig Sat Oct 25 13:45:44 2003
+++ src/include/port/linux.h Sat Oct 25 12:21:41 2003
@@ -45,3 +45,8 @@
#endif
+#if defined(__mc68000__)
+#define HAS_TEST_AND_SET
+typedef unsigned char slock_t;
+#endif
+
======================
All 93 tests passed.
======================
rm regress.o
make[2]: Leaving directory `/home/noel/postgresql-cvs/pgsql/src/test/regress'
make[1]: Leaving directory `/home/noel/postgresql-cvs/pgsql/src/test'
(unstable)noel(at)crest:~/postgresql-cvs/pgsql$ uname -a
Linux crest 2.4.20 #1 Wed Mar 5 01:39:17 EST 2003 m68k GNU/Linux
> Linux escher 2.4.22 #2 Sat Sep 6 18:23:54 CEST 2003 alpha GNU/Linux
======================
All 93 tests passed.
======================
rm regress.o
make[2]: Leaving directory `/home/noel/pgsql/src/test/regress'
make[1]: Leaving directory `/home/noel/pgsql/src/test'
noel(at)escher:~/pgsql$ uname -a
Linux escher 2.4.22 #2 Sat Sep 6 18:23:54 CEST 2003 alpha GNU/Linux
--
Noèl Köthe <noel(at)debian(dot)org>
Debian GNU/Linux, www.debian.org
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2003-10-25 21:33:16 | Re: Call for port reports |
Previous Message | Peter Eisentraut | 2003-10-25 20:29:04 | Re: Call for port reports |