build: fix CMake assembly builds with ccache
authorFelix Fietkau <nbd@openwrt.org>
Sun, 29 Mar 2015 05:12:58 +0000 (05:12 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 29 Mar 2015 05:12:58 +0000 (05:12 +0000)
commita4971a7e6d725b3d91e46b704cfaa34e5e780ba1
tree88b617be0973538c73418cfc45b989b1484aa9e8
parent92bd3e78949a0ef08accd74ba411cf600da12450
build: fix CMake assembly builds with ccache

CMAKE_ASM_COMPILER is automatically set to CMAKE_C_COMPILER by CMake, but
CMAKE_C_COMPILER_ARG1 is lost. This causes assembly builds to fail when ccache
is enabled (for example the package fastd on x86).

Fix this by explicitly defining CMAKE_ASM_COMPILER and CMAKE_ASM_COMPILER_ARG1.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 45119
include/cmake.mk