mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
goarch.bbclass: Set CCACHE_DISABLE
Go can't be built with ccache. (From OE-Core rev: cf64c9413a2264aa67e26c6302342ff4aa99a575) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a3fc4196a2
commit
7a713b0fbf
@@ -42,6 +42,10 @@ TUNE_CCARGS_remove = "-march=mips32r2"
|
|||||||
SECURITY_CFLAGS_mipsarch = "${SECURITY_NOPIE_CFLAGS}"
|
SECURITY_CFLAGS_mipsarch = "${SECURITY_NOPIE_CFLAGS}"
|
||||||
SECURITY_NOPIE_CFLAGS ??= ""
|
SECURITY_NOPIE_CFLAGS ??= ""
|
||||||
|
|
||||||
|
# go can't be built with ccache:
|
||||||
|
# gcc: fatal error: no input files
|
||||||
|
CCACHE_DISABLE ?= "1"
|
||||||
|
|
||||||
def go_map_arch(a, d):
|
def go_map_arch(a, d):
|
||||||
import re
|
import re
|
||||||
if re.match('i.86', a):
|
if re.match('i.86', a):
|
||||||
|
|||||||
Reference in New Issue
Block a user