Re: [COMMITTERS] 'pgsql/src/template linux-elf'

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Andrew Martin <martin(at)biochemistry(dot)ucl(dot)ac(dot)uk>
Cc: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, Postgres Hackers List <hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] 'pgsql/src/template linux-elf'
Date: 1998-02-13 13:36:23
Message-ID: 34E44C57.4696E0DB@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > Modified Files:
> > linux-elf
> > Log Message:
> >
> > Remove -m486 option, since it is platform specific...this should technically
> > be removed everywhere, but so far linux-elf is the only platform that is
> > being reported a problem with...
>
> Hmm. I don't think there was a problem reported, only a complaint that the
> -m486 was suboptimal for 586 and 686 machines. The proposed solution was not in
> keeping with the Postgres philosophy of not requiring root privilege for an
> install, since it involved modifying or adding /usr/lib compiler settings
> files. With the flag removed, standard compiler settings will generate 386
> code. Yuck...

Andrew, could you put a new entry into the Linux FAQ suggesting that

CFLAGS+= -m486

or (for the new compilers that most people are not yet running)

CFLAGS+= -mpentium
or
CFLAGS+= -mpentiumpro

be added to Makefile.custom? Otherwise people are going to get 386 code generation
for most installations...

- Tom

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-02-13 13:50:04 Re: [HACKERS] CREATE FUNCTION broken
Previous Message sferac 1998-02-13 13:36:10 Re: [QUESTIONS] Error on PostgreSQL agregate SUM() function??