mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
go.bbclass: Remove unused override
The x86 override means the i586 one isn't necessary. (From OE-Core rev: 1658bf2dbdfe1a5b38efcc03359c9937506c120c) Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -20,8 +20,6 @@ GOARM_arm_class-target[export] = "1"
|
||||
GO386[export] = "0"
|
||||
GO386_x86_class-target = "${TARGET_GO386}"
|
||||
GO386_x86_class-target[export] = "1"
|
||||
GO386_i586_class-target = "${TARGET_GO386}"
|
||||
GO386_i586_class-target[export] = "1"
|
||||
|
||||
GOMIPS[export] = "0"
|
||||
GOMIPS_mips_class-target = "${TARGET_GOMIPS}"
|
||||
|
||||
Reference in New Issue
Block a user