From 607827292053aa25d0f0300add0798dd085a9131 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 15 Mar 2015 20:46:36 -0400 Subject: compiler building blocks: add support for custom build variables. feature detection: set a fallback value of 'yes' to modern assembler presence, PE dward support, libc-provided stack protector, and dynamic-loader header iteration. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- libstdc++-v3/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libstdc++-v3/Makefile.am') diff --git a/libstdc++-v3/Makefile.am b/libstdc++-v3/Makefile.am index f1b5b0787..816af9f26 100644 --- a/libstdc++-v3/Makefile.am +++ b/libstdc++-v3/Makefile.am @@ -21,6 +21,12 @@ ## with this library; see the file COPYING3. If not see ## . + +# Compiler Building Blocks variables +cbb_xgcc_for_specs = @cbb_xgcc_for_specs@ +cbb_ldflags_for_target = @cbb_ldflags_for_target@ + + include $(top_srcdir)/fragment.am if GLIBCXX_HOSTED -- cgit v1.2.3