summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/automake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/automake.in b/bin/automake.in
index 713a4b770..16fb45182 100644
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -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']);