From: | Christoph Berg <myon(at)debian(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Andres Freund <andres(at)anarazel(dot)de>, Jason Petersen <jason(at)citusdata(dot)com>, pgsql-pkg-debian(at)postgresql(dot)org, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] [PATCH] relocation truncated to fit: citus build failure on s390x |
Date: | 2017-05-30 17:21:19 |
Message-ID: | 20170530172119.jgdqc6httm2arh4j@msg.df7cb.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | Postg토토 커뮤니티SQL pgsql-pkg-debian |
Re: Tom Lane 2017-05-30 <25131(dot)1496163846(at)sss(dot)pgh(dot)pa(dot)us>
> Christoph Berg <myon(at)debian(dot)org> writes:
> > My main point here would be that we are already setting this for all
> > extensions for sparc and sparc64, so s390(x) would just follow suit.
>
> For some values of "we", sure ;-).
Afaict for all values of "we":
ifeq "$(findstring sparc,$(host_cpu))" "sparc"
CFLAGS_SL = -fPIC
else
CFLAGS_SL = -fpic
endif
https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/makefiles/Makefile.linux
Christoph
From | Date | Subject | |
---|---|---|---|
Next Message | Masahiko Sawada | 2017-05-30 17:25:06 | Re: Re: Alter subscription..SET - NOTICE message is coming for table which is already removed |
Previous Message | Tom Lane | 2017-05-30 17:04:06 | Re: [PATCH] relocation truncated to fit: citus build failure on s390x |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2017-05-30 20:38:52 | Re: [HACKERS] [PATCH] relocation truncated to fit: citus build failure on s390x |
Previous Message | Tom Lane | 2017-05-30 17:04:06 | Re: [PATCH] relocation truncated to fit: citus build failure on s390x |