public inbox for [email protected]help / color / mirror / Atom feed
pgsql: Use CXXFLAGS instead of CFLAGS for linking C++ code 4+ messages / 1 participants [nested] [flat]
* pgsql: Use CXXFLAGS instead of CFLAGS for linking C++ code @ 2026-02-26 17:07 Tom Lane <[email protected]> 0 siblings, 0 replies; 4+ messages in thread From: Tom Lane @ 2026-02-26 17:07 UTC (permalink / raw) To: [email protected] Use CXXFLAGS instead of CFLAGS for linking C++ code Otherwise, this would break if using C and C++ compilers from different families and they understand different options. It already used the right flags for compiling, this is only for linking. Also, the meson setup already did this correctly. Back-patch of v18 commit 365b5a345 into older supported branches. At the time we were only aware of trouble in v18, but as shown by buildfarm member siren, older branches can hit the problem too. Reported-by: Tom Lane <[email protected]> Author: Peter Eisentraut <[email protected]> Discussion: https://www.postgresql.org/message-id/[email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14-17 Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/b6b7e96365eb7b5f79d4e655afcfb4f9cb12ab88 Modified Files -------------- src/backend/jit/llvm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 4+ messages in thread
* pgsql: Use CXXFLAGS instead of CFLAGS for linking C++ code @ 2026-02-26 17:07 Tom Lane <[email protected]> 0 siblings, 0 replies; 4+ messages in thread From: Tom Lane @ 2026-02-26 17:07 UTC (permalink / raw) To: [email protected] Use CXXFLAGS instead of CFLAGS for linking C++ code Otherwise, this would break if using C and C++ compilers from different families and they understand different options. It already used the right flags for compiling, this is only for linking. Also, the meson setup already did this correctly. Back-patch of v18 commit 365b5a345 into older supported branches. At the time we were only aware of trouble in v18, but as shown by buildfarm member siren, older branches can hit the problem too. Reported-by: Tom Lane <[email protected]> Author: Peter Eisentraut <[email protected]> Discussion: https://www.postgresql.org/message-id/[email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14-17 Branch ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/b9f7ceabd820369280d4ca6bfaab43cf8345f1bd Modified Files -------------- src/backend/jit/llvm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 4+ messages in thread
* pgsql: Use CXXFLAGS instead of CFLAGS for linking C++ code @ 2026-02-26 17:07 Tom Lane <[email protected]> 0 siblings, 0 replies; 4+ messages in thread From: Tom Lane @ 2026-02-26 17:07 UTC (permalink / raw) To: [email protected] Use CXXFLAGS instead of CFLAGS for linking C++ code Otherwise, this would break if using C and C++ compilers from different families and they understand different options. It already used the right flags for compiling, this is only for linking. Also, the meson setup already did this correctly. Back-patch of v18 commit 365b5a345 into older supported branches. At the time we were only aware of trouble in v18, but as shown by buildfarm member siren, older branches can hit the problem too. Reported-by: Tom Lane <[email protected]> Author: Peter Eisentraut <[email protected]> Discussion: https://www.postgresql.org/message-id/[email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14-17 Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/231570d33581e34cdfbacfa0f89a3d6fff790ef3 Modified Files -------------- src/backend/jit/llvm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 4+ messages in thread
* pgsql: Use CXXFLAGS instead of CFLAGS for linking C++ code @ 2026-02-26 17:07 Tom Lane <[email protected]> 0 siblings, 0 replies; 4+ messages in thread From: Tom Lane @ 2026-02-26 17:07 UTC (permalink / raw) To: [email protected] Use CXXFLAGS instead of CFLAGS for linking C++ code Otherwise, this would break if using C and C++ compilers from different families and they understand different options. It already used the right flags for compiling, this is only for linking. Also, the meson setup already did this correctly. Back-patch of v18 commit 365b5a345 into older supported branches. At the time we were only aware of trouble in v18, but as shown by buildfarm member siren, older branches can hit the problem too. Reported-by: Tom Lane <[email protected]> Author: Peter Eisentraut <[email protected]> Discussion: https://www.postgresql.org/message-id/[email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14-17 Branch ------ REL_15_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/41d75b9a4a1c7f84bafd331428c005e5743bac3d Modified Files -------------- src/backend/jit/llvm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~2026-02-26 17:07 UTC | newest] Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-02-26 17:07 pgsql: Use CXXFLAGS instead of CFLAGS for linking C++ code Tom Lane <[email protected]> 2026-02-26 17:07 pgsql: Use CXXFLAGS instead of CFLAGS for linking C++ code Tom Lane <[email protected]> 2026-02-26 17:07 pgsql: Use CXXFLAGS instead of CFLAGS for linking C++ code Tom Lane <[email protected]> 2026-02-26 17:07 pgsql: Use CXXFLAGS instead of CFLAGS for linking C++ code Tom Lane <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox