From 79c11f3dbaad391633c2678e85eeaba267df5ee1 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 17 Jan 2023 13:35:05 +0100 Subject: Recognize gcc and clang (not just their c++ variants) in tool-chain detection. --- src/ctor.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ctor.h') diff --git a/src/ctor.h b/src/ctor.h index 9738949..4e0a247 100644 --- a/src/ctor.h +++ b/src/ctor.h @@ -122,10 +122,10 @@ enum class ld_opt enum class ar_opt { // gcc/clang - replace, // -r - add_index, // -s - create, // -c - output, // + replace, // -r + add_index, // -s + create, // -c + output, // custom, // entire option taken verbatim from }; -- cgit v1.2.3