diff options
author | Zan Dobersek <zan@falconsigh.net> | 2021-02-24 14:25:09 +0000 |
---|---|---|
committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-04-19 16:33:41 -0500 |
commit | 4442defeb9b63ac983d8fe0d7fbf2f4c234cc0aa (patch) | |
tree | d08972df9af0b0c7f47655848f0f6853e0b545d3 /recipes-bsp/powervr-drivers | |
parent | 916b2256dbb8c6d5e5dd18136f71d634c925aa69 (diff) | |
download | meta-ti-4442defeb9b63ac983d8fe0d7fbf2f4c234cc0aa.tar.gz |
ti-sgx-ddk-km: properly handle arm-poky-linux-gnueabi compiler prefix
The additional patch for ti-sgx-ddk-km remaps the arm-oe-linux-gnueabi prefix
to the arm-linux-gnueabihf preferred target. Same should be done for the
arm-poky-linux-gnueabi prefix.
Signed-off-by: Zan Dobersek <zan@falconsigh.net>
Reviewed-by: Gowtham Tammana <g-tammana@ti.com>
Diffstat (limited to 'recipes-bsp/powervr-drivers')
-rw-r--r-- | recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch index 071ce0ca..15105eac 100644 --- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch +++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch | |||
@@ -17,7 +17,7 @@ index dead2f9..2ba3e5e 100644 | |||
17 | ifneq ($$(filter aarch64-%,$$($(1)_compiler_preferred_target)),) | 17 | ifneq ($$(filter aarch64-%,$$($(1)_compiler_preferred_target)),) |
18 | $(1)_compiler_preferred_target := aarch64-linux-gnu | 18 | $(1)_compiler_preferred_target := aarch64-linux-gnu |
19 | endif | 19 | endif |
20 | + ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-gnueabi,$$($(1)_compiler_preferred_target)),) | 20 | + ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-gnueabi arm-poky-linux-gnueabi,$$($(1)_compiler_preferred_target)),) |
21 | + $(1)_compiler_preferred_target := arm-linux-gnueabihf | 21 | + $(1)_compiler_preferred_target := arm-linux-gnueabihf |
22 | + endif | 22 | + endif |
23 | ifneq ($$(filter arm-%-gnueabi armv7a-cros-linux-gnueabi armv7hl-redhat-linux-gnueabi,$$($(1)_compiler_preferred_target)),) | 23 | ifneq ($$(filter arm-%-gnueabi armv7a-cros-linux-gnueabi armv7hl-redhat-linux-gnueabi,$$($(1)_compiler_preferred_target)),) |