automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] automake: Add default libtool_tag to cppasm.


From: Khem Raj
Subject: [PATCH] automake: Add default libtool_tag to cppasm.
Date: Wed, 26 Jul 2017 11:45:26 -0700

    * bin/automake.in (register_language): Define default libtool tag to be CC
    since CPPASCOMPILE is using CC to call assembler

Signed-off-by: Khem Raj <address@hidden>
---
 bin/automake.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/automake.in b/bin/automake.in
index 9c4cb8694..c9e2e9ae1 100644
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -797,6 +797,7 @@ register_language ('name' => 'cppasm',
                   'compile' => "\$(CCAS) @cpplike_flags \$(AM_CCASFLAGS) 
\$(CCASFLAGS)",
                   'ccer' => 'CPPAS',
                   'compiler' => 'CPPASCOMPILE',
+                  'libtool_tag' => 'CC',
                   'extensions' => ['.S', '.sx']);
 
 # Fortran 77
-- 
2.13.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]