ARM fixes (fwd) - Mailing list pgsql-ports

From Oliver Elphick
Subject ARM fixes (fwd)
Date
Msg-id 199911182124.VAA22398@linda.lfix.co.uk
Whole thread Raw
Responses Re: [PORTS] ARM fixes (fwd)  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-ports
------- Forwarded Message

Date:    Wed, 17 Nov 1999 23:54:15 -0800
From:    "David N. Welton" <davidw@prosa.it>
To:      Debian Bug Tracking System <submit@bugs.debian.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.Elphick@lfix.co.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



pgsql-ports by date:

Previous
From: Miles Fidelman
Date:
Subject: major failures in regression tests
Next
From: Lamar Owen
Date:
Subject: Re: [PORTS] ARM fixes (fwd)