[Vm-dev] [commit][3103] Add ARMV7 defines for various support files.

tim Rowledge tim at rowledge.org
Thu Oct 16 21:02:12 UTC 2014


On 16-10-2014, at 1:08 PM, Holger Hans Peter Freyther <holger at freyther.de> wrote:

> 
> On Mon, Oct 13, 2014 at 02:24:20PM -0700, commits at squeakvm.org wrote:
> 
> Good Evening,
> 
>> -#if defined(__arm__) && defined(__ARM_ARCH_6__)
>> +#if defined(__arm__) && (defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_7A__))
> 
> What about other 7A ISA? What about ARMv8? 

One thing at a time. When we have some example v7notA machine to play with we’ll extend the code. And a v8 might be  while coming; the only v8 machines easily available are Apple phones and tablets (unless you know differently?) and they aren’t going to be allowed Squeak any time soon.


tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
For every action, there is an equal and opposite criticism.




More information about the Vm-dev mailing list