]> git.ipfire.org Git - thirdparty/pciutils.git/commit - Makefile
Another try at choosing the default compiler
authorMartin Mares <mj@ucw.cz>
Fri, 21 Jan 2022 13:27:49 +0000 (14:27 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 21 Jan 2022 13:27:49 +0000 (14:27 +0100)
commitcdc56c65abb83b9e03a2de70fafa3e08fbce788e
treecd7e69fb9c8b7fefc10099853e0d25eb7be1126a
parent9f7681202fcfaefd02e202eb64c01eb9e962729d
Another try at choosing the default compiler

Cross-compilers often provide only "gcc" and not "cc".

So let's try "cc" when building natively and "gcc" when cross-compiling.
Makefile