From baac9390afc7a12967e81549ace9b1022fc92a7f Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 15 Dec 2020 08:10:11 -0500 Subject: [PATCH] todo --- toolchain-info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain-info.sh b/toolchain-info.sh index 67a741fbe..af28dc0cf 100755 --- a/toolchain-info.sh +++ b/toolchain-info.sh @@ -2,7 +2,7 @@ # Copyright (c) 2016-2020 The Hush developers # Distributed under the GPLv3 software license, see the accompanying # file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html - +#TODO: detect other versions of gcc/clang tools=("gcc-8" "g++-8" "otool" "nm") echo "Platform: `uname -a`"