ccache: disable assembler support, it breaks kernel initramfs images
authorFelix Fietkau <nbd@nbd.name>
Wed, 5 Oct 2016 07:45:59 +0000 (09:45 +0200)
committerFelix Fietkau <nbd@nbd.name>
Wed, 5 Oct 2016 08:13:04 +0000 (10:13 +0200)
commit720f8eb18ec1201998734d59bd12e97105bed604
tree9aed0ff931b5d82b25d6f25ea6dee56f5da7d937
parent4855fa35e37726b90466ed032cae46e4bb8cf83c
ccache: disable assembler support, it breaks kernel initramfs images

The reason is that ccache does not recognize and process the .incbin
directive, so caching is unreliable.
See https://github.com/ccache/ccache/issues/136 for more information.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
tools/ccache/patches/110-disable-assembler-support.patch [new file with mode: 0644]