diff options
author | Adam Sandberg Ericsson <adam@sandbergericsson.se> | 2020-02-22 11:30:53 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-23 17:32:03 -0500 |
commit | 853210f20699b54dee4f85a15b70b3f02a1b68b7 (patch) | |
tree | 8e606595b26e9d83833a2fb18ce536d0209c7309 | |
parent | 1674353a1ab40fde183f22bef9eb019d8150dc5a (diff) | |
download | haskell-853210f20699b54dee4f85a15b70b3f02a1b68b7.tar.gz |
show gcc linker options in configure summary
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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 |