GNU bug report logs - #79216
Add support for slimcc

Previous Next

Package: libtool;

Reported by: arnold <at> skeeve.com

Date: Mon, 11 Aug 2025 11:51:02 UTC

Severity: normal

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: arnold <at> skeeve.com
To: bug-libtool <at> gnu.org
Subject: Add support for slimcc
Date: Mon, 11 Aug 2025 14:49:51 +0300
Hi. This patch to libtool.m4 adds support for the slimcc C compiler. Thanks! --Arnold
-----------------------
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 79a2451e..6feaf559 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -4737,6 +4737,12 @@ m4_if([$1], [CXX], [
 	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 	_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
 	;;
+      slimcc*)
+	# SlimCC - from https://github.com/fuhsnn/slimcc
+	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+	_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+	;;
       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
         # Portland Group compilers (*not* the Pentium gcc compiler,
 	# which looks to be a dead project)




This bug report was last modified 30 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.