diff options
| author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-11-08 17:12:24 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-15 15:19:52 +0000 |
| commit | 10354821a492120e8470250374349cea6cb41a16 (patch) | |
| tree | cf59bd54425a1932d900ce4cdc5341e2c89d72ee /meta/conf/bitbake.conf | |
| parent | 3f1ec19b86f45dff125e3c2979a2e63eb8f22d84 (diff) | |
| download | poky-10354821a492120e8470250374349cea6cb41a16.tar.gz | |
bitbake.conf: Reduce duplication in MIPS variants
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES
variable is defined
(From OE-Core rev: 4499bca90887a0a7e7943403372654bf9e902b17)
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
| -rw-r--r-- | meta/conf/bitbake.conf | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9f445bb196..1472e8f847 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -533,16 +533,7 @@ BUILDSDK_LDFLAGS = "-Wl,-O1" | |||
| 533 | 533 | ||
| 534 | LINKER_HASH_STYLE ??= "gnu" | 534 | LINKER_HASH_STYLE ??= "gnu" |
| 535 | # mips does not support GNU hash style therefore we override | 535 | # mips does not support GNU hash style therefore we override |
| 536 | LINKER_HASH_STYLE_mips = "sysv" | 536 | LINKER_HASH_STYLE_mipsarch = "sysv" |
| 537 | LINKER_HASH_STYLE_mipsel = "sysv" | ||
| 538 | LINKER_HASH_STYLE_mips64 = "sysv" | ||
| 539 | LINKER_HASH_STYLE_mips64el = "sysv" | ||
| 540 | LINKER_HASH_STYLE_mips64n32 = "sysv" | ||
| 541 | LINKER_HASH_STYLE_mips64eln32 = "sysv" | ||
| 542 | LINKER_HASH_STYLE_mipsisa32r6 = "sysv" | ||
| 543 | LINKER_HASH_STYLE_mipsisa32r6el = "sysv" | ||
| 544 | LINKER_HASH_STYLE_mipsisa64r6 = "sysv" | ||
| 545 | LINKER_HASH_STYLE_mipsisa64r6el = "sysv" | ||
| 546 | 537 | ||
| 547 | TARGET_LINK_HASH_STYLE ?= "${@['-Wl,--hash-style=gnu',''][d.getVar('LINKER_HASH_STYLE', True) != 'gnu']}" | 538 | TARGET_LINK_HASH_STYLE ?= "${@['-Wl,--hash-style=gnu',''][d.getVar('LINKER_HASH_STYLE', True) != 'gnu']}" |
| 548 | 539 | ||
