Re: [Development] Qt patches to support AArch64 architecture

2014-03-15 Thread Dmitry Shachnev
Hi, On Fri, 14 Mar 2014 14:27:27 -0700, Thiago Macieira wrote: > Ah, this is Qt 4, where we got the arch from uname. > What is reported on Qt 5? I think this is the relevant part: |Configure summary | | Build type:linux-g++ (unknown, CPU features:) ... which means that some detection

Re: [Development] Qt patches to support AArch64 architecture

2014-03-14 Thread Lisandro Damián Nicanor Pérez Meyer
On Friday 14 March 2014 14:54:54 Thiago Macieira wrote: > Em sex 14 mar 2014, às 18:52:24, Lisandro Damián Nicanor Pérez Meyer escreveu: > > On Friday 14 March 2014 14:27:27 Thiago Macieira wrote: > > > Em sex 14 mar 2014, às 18:19:36, Lisandro Damián Nicanor Pérez Meyer > > > > > > > System arch

Re: [Development] Qt patches to support AArch64 architecture

2014-03-14 Thread Thiago Macieira
Em sex 14 mar 2014, às 18:52:24, Lisandro Damián Nicanor Pérez Meyer escreveu: > On Friday 14 March 2014 14:27:27 Thiago Macieira wrote: > > Em sex 14 mar 2014, às 18:19:36, Lisandro Damián Nicanor Pérez Meyer > > > System architecture: 'aarch64' > > > > Ah, this is Qt 4, where we got the arch fro

Re: [Development] Qt patches to support AArch64 architecture

2014-03-14 Thread Lisandro Damián Nicanor Pérez Meyer
On Friday 14 March 2014 14:27:27 Thiago Macieira wrote: > Em sex 14 mar 2014, às 18:19:36, Lisandro Damián Nicanor Pérez Meyer escreveu: > > > By the way, when you compile for aarch64, what arch does configure > > > report > > > you're on? > > > > From the excerpt I've got from Wookey [0]: > > >

Re: [Development] Qt patches to support AArch64 architecture

2014-03-14 Thread Thiago Macieira
Em sex 14 mar 2014, às 18:19:36, Lisandro Damián Nicanor Pérez Meyer escreveu: > > By the way, when you compile for aarch64, what arch does configure report > > you're on? > > From the excerpt I've got from Wookey [0]: > > Determining system architecture... (Linux:3.8.0-mustang_sw_1.09.06- > beta

Re: [Development] Qt patches to support AArch64 architecture

2014-03-14 Thread Lisandro Damián Nicanor Pérez Meyer
On Friday 14 March 2014 08:54:20 Thiago Macieira wrote: > Em sex 14 mar 2014, às 10:43:21, Knoll Lars escreveu: > > Hi, > > > > I’m happy to get aarch64 support in. Please add me to the reviews for > > stuff that is under BSD or public domain. > > By the way, when you compile for aarch64, what ar

Re: [Development] Qt patches to support AArch64 architecture

2014-03-14 Thread Thiago Macieira
Em sex 14 mar 2014, às 10:43:21, Knoll Lars escreveu: > Hi, > > I’m happy to get aarch64 support in. Please add me to the reviews for > stuff that is under BSD or public domain. By the way, when you compile for aarch64, what arch does configure report you're on? -- Thiago Macieira - thiago.maci

Re: [Development] Qt patches to support AArch64 architecture

2014-03-14 Thread Knoll Lars
Hi, I’m happy to get aarch64 support in. Please add me to the reviews for stuff that is under BSD or public domain. Thanks, Lars On 11/03/14 17:40, "Dmitry Shachnev" wrote: >Lars: this mail needs your attention. > >Hi, > >AArch64 is a new 64-bit ARM architecture, that will be used in a big >ra

[Development] Qt patches to support AArch64 architecture

2014-03-11 Thread Dmitry Shachnev
Lars: this mail needs your attention. Hi, AArch64 is a new 64-bit ARM architecture, that will be used in a big range of devices, from servers to iPhones. See this Wikipedia article for details: https://en.wikipedia.org/wiki/ARM_architecture#64.2F32-bit_architecture In Debian/Ubuntu, we have bee