Re: [oe] [meta-oe][PATCH] php: drop explicite ARM_INSTRUCTION_SET

2023-06-12 Thread Khem Raj
On Mon, Jun 12, 2023 at 10:57 AM Michael Heimpold wrote: > > Am Montag, 12. Juni 2023, 01:44:29 CEST schrieb Khem Raj: > > On Sun, Jun 11, 2023 at 1:53 PM Michael Heimpold wrote: > > > Am Sonntag, 11. Juni 2023, 18:32:31 CEST schrieb Khem Raj: > > > > On Sun, Jun 11, 2023 at 9:05 AM Michael Heimp

Re: [oe] [meta-oe][PATCH] php: drop explicite ARM_INSTRUCTION_SET

2023-06-12 Thread Michael Heimpold
Am Montag, 12. Juni 2023, 01:44:29 CEST schrieb Khem Raj: > On Sun, Jun 11, 2023 at 1:53 PM Michael Heimpold wrote: > > Am Sonntag, 11. Juni 2023, 18:32:31 CEST schrieb Khem Raj: > > > On Sun, Jun 11, 2023 at 9:05 AM Michael Heimpold > > > > wrote: > > > > If my git skills don't trick me, forcin

Re: [oe] [meta-oe][PATCH] php: drop explicite ARM_INSTRUCTION_SET

2023-06-11 Thread Khem Raj
On Sun, Jun 11, 2023 at 1:53 PM Michael Heimpold wrote: > Am Sonntag, 11. Juni 2023, 18:32:31 CEST schrieb Khem Raj: > > On Sun, Jun 11, 2023 at 9:05 AM Michael Heimpold > wrote: > > > If my git skills don't trick me, forcing ARM mode for PHP > > > dates back to year 2015 with commit e836f8f93.

Re: [oe] [meta-oe][PATCH] php: drop explicite ARM_INSTRUCTION_SET

2023-06-11 Thread Michael Heimpold
Am Sonntag, 11. Juni 2023, 18:32:31 CEST schrieb Khem Raj: > On Sun, Jun 11, 2023 at 9:05 AM Michael Heimpold wrote: > > If my git skills don't trick me, forcing ARM mode for PHP > > dates back to year 2015 with commit e836f8f93. > > > > I wondered whether the compile problem still persists and j

Re: [oe] [meta-oe][PATCH] php: drop explicite ARM_INSTRUCTION_SET

2023-06-11 Thread Khem Raj
On Sun, Jun 11, 2023 at 9:05 AM Michael Heimpold wrote: > > If my git skills don't trick me, forcing ARM mode for PHP > dates back to year 2015 with commit e836f8f93. > > I wondered whether the compile problem still persists and just > tested that it compiles fine for qemuarm nowaydays. > > I also

Re: [oe] [meta-oe][PATCH] php: drop explicite ARM_INSTRUCTION_SET

2023-06-11 Thread Martin Jansa
Did you try it on qemuarmv5? as regular qemuarm used Thumb2 since 2019 https://git.openembedded.org/openembedded-core/commit/meta/conf/machine/qemuarm.conf?id=6fc70eb4f3494bee2be10ee24fe3ea1c8b5ff988 (and most of these issues where ARM_INSTRUCTION_SET is explicitly set in the recipe were reproducib

[oe] [meta-oe][PATCH] php: drop explicite ARM_INSTRUCTION_SET

2023-06-11 Thread Michael Heimpold
If my git skills don't trick me, forcing ARM mode for PHP dates back to year 2015 with commit e836f8f93. I wondered whether the compile problem still persists and just tested that it compiles fine for qemuarm nowaydays. I also tested the binaries on a physical device, a NXP iMX6ULL based one, and