From 853210f20699b54dee4f85a15b70b3f02a1b68b7 Mon Sep 17 00:00:00 2001 From: Adam Sandberg Ericsson Date: Sat, 22 Feb 2020 11:30:53 +0000 Subject: [PATCH] show gcc linker options in configure summary --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 419f002c5e..9559d9672e 100644 --- a/configure.ac +++ b/configure.ac @@ -1416,6 +1416,7 @@ echo "\ Using (for bootstrapping) : $CC_STAGE0 Using $CompilerName : $CC which is version : $GccVersion + linker options : $GccUseLdOpt Building a cross compiler : $CrossCompiling Unregisterised : $Unregisterised TablesNextToCode : $TablesNextToCode -- GitLab