[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] bd898a: Try and restore compilation on ARM32

Nicolas Cellier noreply at github.com
Sat Feb 1 19:42:59 UTC 2020


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: bd898a75d5b00b4111595a2646d74bbda1fcc934
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/bd898a75d5b00b4111595a2646d74bbda1fcc934
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2020-02-01 (Sat, 01 Feb 2020)

  Changed paths:
    M platforms/Cross/vm/sqCogStackAlignment.h
    M platforms/unix/vm/sqUnixMain.c

  Log Message:
  -----------
  Try and restore compilation on ARM32

It seems like __arm32__ is not a predefined macro on gcc
Maybe __arm__ is also defined in case of __aarch64__ I did not check.
But in this case we must first check for __aarch64__, then for __arm__




More information about the Vm-dev mailing list