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

Douglas McPherson djm1329 at san.rr.com
Thu Oct 16 21:17:27 UTC 2014


On Oct 16, 2014, at 14:02 , tim Rowledge wrote:

> 
> 
> 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.
> 

+1

I have only Raspberry Pi (ARMv6 ARM11), BeagleBone Black (ARMv7A ARM Cortex-A8) and Parallella (ARMv7 ARM Cortex-A9) boards to develop and test on. I think the ARMv8 development boards are still prohibitively expensive.  

> 
> 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