]> git.proxmox.com Git - mirror_qemu.git/commit - rules.mak
rules.mak: Support .cc as a C++ source file suffix
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 5 Feb 2014 17:27:27 +0000 (17:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 8 Feb 2014 14:50:48 +0000 (14:50 +0000)
commitc3dc9fd5ac892b88b956d8c90c0e8de14c08e0fc
treea37987d8f6a17d04ac1b6f0426580d9ea9b3217d
parenta9d477c4e3d614409a48d12f34624c2dd9f1ec2d
rules.mak: Support .cc as a C++ source file suffix

The A64 disassembler libvixl uses .cc as its suffix for
C++ source files, so add support for it (we already support
.cpp).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
rules.mak