| From: | "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk> |
|---|---|
| To: | pgsql-ports(at)postgresql(dot)org |
| Subject: | ARM fixes (fwd) |
| Date: | 1999-11-18 21:24:27 |
| Message-ID: | 199911182124.VAA22398@linda.lfix.co.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-ports |
------- Forwarded Message
Date: Wed, 17 Nov 1999 23:54:15 -0800
From: "David N. Welton" <davidw(at)prosa(dot)it>
To: Debian Bug Tracking System <submit(at)bugs(dot)debian(dot)org>
Subject: Bug#50518: ARM fixes
Package: postgresql
Version: 6.5.2-3
Severity: wishlist
src/template/linux_arm:
AROPT:crs
CFLAGS:-O0
SHARED_LIB:-fpic
ALL:
SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
YACC:bison -y
In src/include/storage/s_lock.h,
#if defined(__arm32__)
would be better as:
#if defined(__arm__)
...
------- End of Forwarded Message
Apparently this is necessary for PostgreSQL to compile on ARM.
--
Vote against SPAM: http://www.politik-digital.de/spam/
========================================
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP key from public servers; key ID 32B8FAA1
========================================
"A Song for the sabbath day. It is a good thing to
give thanks unto the LORD, and to sing praises unto
thy name, O most High." Psalms 92:1
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Lamar Owen | 1999-11-18 21:37:39 | Re: [PORTS] ARM fixes (fwd) |
| Previous Message | Miles Fidelman | 1999-11-17 02:57:37 | major failures in regression tests |