]> granicus.if.org Git - postgresql/commit
Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro.
authorAndres Freund <andres@anarazel.de>
Tue, 20 Mar 2018 19:58:08 +0000 (12:58 -0700)
committerAndres Freund <andres@anarazel.de>
Tue, 20 Mar 2018 19:58:08 +0000 (12:58 -0700)
commit3de04e4ed12d0794e87e1db2e729d126cf183a58
tree99dfe81a09960b493709793f2da256e241be6ae4
parent264eb03aab067da6db2a0de907a8421ce6865d60
Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro.

The new macro allows to test flags for different compilers and to
store them in different CFLAG like variables.  The existing
PGAC_PROG_CC_CFLAGS_OPT and PGAC_PROG_CC_VAR_OPT are changed to be
just wrappers around the new function.

This'll be used by the upcoming LLVM support, to separately detect
capabilities used by clang, when generating bitcode.

Author: Andres Freund
Discussion: https://postgr.es/m/20170901064131.tazjxwus3k2w3ybh@alap3.anarazel.de
config/c-compiler.m4
configure