]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add cu language as an alias to cuda
authorAlexander Korsunsky <alexander.korsunsky@rcpe.at>
Tue, 16 Apr 2019 14:38:27 +0000 (16:38 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 24 Mar 2020 19:53:51 +0000 (20:53 +0100)
(cherry picked from commit a5e5b6dc8eae73e707d125bb3328713c4fa43892)

src/language.c

index cfc4398e80c6222a7acf8d1cab9a76f6719b5628..3146c1f065935f3a74de944f711a127f5f5e600a 100644 (file)
@@ -86,6 +86,7 @@ static const struct {
        {"objc++-cpp-output",        "objective-c++-cpp-output"},
        {"objective-c++-header",     "objective-c++-cpp-output"},
        {"objective-c++-cpp-output", "objective-c++-cpp-output"},
+       {"cu"  ,                     "cuda-output"},
        {"cuda",                     "cuda-output"},
        {"assembler-with-cpp",       "assembler"},
        {"assembler",                "assembler"},