]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
automake: Add default libtool_tag to cppasm
authorKhem Raj <raj.khem@gmail.com>
Thu, 4 Jan 2018 22:59:00 +0000 (23:59 +0100)
committerMathieu Lirzin <mthl@gnu.org>
Fri, 5 Jan 2018 03:20:44 +0000 (04:20 +0100)
* bin/automake.in (register_language): Define default libtool tag to be
CC since CPPASCOMPILE is using CC to call assembler.

Copyright-paperwork-exempt: yes

bin/automake.in

index 713a4b7702dd12da756598c3898ada047ea9deab..16fb45182640da539885be1124223ed71f5225e2 100644 (file)
@@ -892,6 +892,7 @@ register_language ('name' => 'cppasm',
                   'compile' => "\$(CCAS) @cpplike_flags \$(AM_CCASFLAGS) \$(CCASFLAGS)",
                   'ccer' => 'CPPAS',
                   'compiler' => 'CPPASCOMPILE',
+                   'libtool_tag' => 'CC',
                   'compile_flag' => '-c',
                   'output_flag' => '-o',
                   'extensions' => ['.S', '.sx']);