Re: [PORTS] RedHat6.0 & Alpha

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PORTS] RedHat6.0 & Alpha
Дата
Msg-id 199907201647.MAA28540@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [PORTS] RedHat6.0 & Alpha  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Список pgsql-ports
> I imagine that this flag is specific to the compiler. It would
> probably be best to leave it to patches until the alpha issues are
> solved for every OS environment; sorry I don't have a platform myself
> to test on.
>
> btw, RedHat is interested in doing a maintenance release of Postgres
> rpms, and would dearly love to have the Alpha port problems solved (or
> vica versa; they hate that their shipping rpms are broken or not
> available on one of their three supported architectures).
>
> Uncle G, could you tell us the actual port string configure generates
> for your platform? At the moment, PORTNAME on my i686 box says
> "linux", and I don't see architecture info. But perhaps we can have
> configure deduce an ARCH parameter too? It already knows it when first
> identifying the system...

OK, I have made it:

    ifeq ($(CPU),alpha)
    ifeq ($(CC), gcc)
    CFLAGS+= -mieee
    endif
    ifeq ($(CC), egcs)
    CFLAGS+= -mieee
    endif
    endif

I can always rip it out later.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-ports по дате отправления:

Предыдущее
От: Herouth Maoz
Дата:
Сообщение: Re: [PORTS] PostgreSQL 6.5 on Solaris 2.6
Следующее
От: "Gerry D'Costa"
Дата:
Сообщение: Problems compiling PostgreSQL on DEC Alpha...