diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-11 21:39:50 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-12 09:29:06 +0100 |
| commit | cd8728373824d4032f407a7f0814d4d719f8204e (patch) | |
| tree | 9f0069d4093534116b217b021a57259a074589eb /meta/classes/go.bbclass | |
| parent | cc5654b870b055629c80baa6be8abd64634b93c1 (diff) | |
| download | poky-cd8728373824d4032f407a7f0814d4d719f8204e.tar.gz | |
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>
Diffstat (limited to 'meta/classes/go.bbclass')
| -rw-r--r-- | meta/classes/go.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/go.bbclass b/meta/classes/go.bbclass index 78c2d6880f..7f5e8b99bf 100644 --- a/meta/classes/go.bbclass +++ b/meta/classes/go.bbclass | |||
| @@ -20,8 +20,6 @@ GOARM_arm_class-target[export] = "1" | |||
| 20 | GO386[export] = "0" | 20 | GO386[export] = "0" |
| 21 | GO386_x86_class-target = "${TARGET_GO386}" | 21 | GO386_x86_class-target = "${TARGET_GO386}" |
| 22 | GO386_x86_class-target[export] = "1" | 22 | GO386_x86_class-target[export] = "1" |
| 23 | GO386_i586_class-target = "${TARGET_GO386}" | ||
| 24 | GO386_i586_class-target[export] = "1" | ||
| 25 | 23 | ||
| 26 | GOMIPS[export] = "0" | 24 | GOMIPS[export] = "0" |
| 27 | GOMIPS_mips_class-target = "${TARGET_GOMIPS}" | 25 | GOMIPS_mips_class-target = "${TARGET_GOMIPS}" |
