diff options
Diffstat (limited to 'recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch')
-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)),) |