[Vm-dev] Passed: OpenSmalltalk/opensmalltalk-vm#1623 (Cog - 1c6552d)

Travis CI builds at travis-ci.org
Wed Jan 2 14:28:43 UTC 2019


Build Update for OpenSmalltalk/opensmalltalk-vm
-------------------------------------

Build: #1623
Status: Passed

Duration: 50 mins and 33 secs
Commit: 1c6552d (Cog)
Author: Nicolas Cellier
Message: Generate SqueakFFIPrims from VMMaker.oscog-nice.2505

Restore the `__arm__` macro for 32 bits ARM.
>From  http://infocenter.arm.com/help/topic/com.arm.doc.dui0774a/chr1383660321827.html
`__arm__` and `__aarch64__` are clearly exclusive (at least for clang, so probably gcc too)
`__arm__` means A32 or T32 instruction set.

Add the `__ARM_ARCH_ISA_A64` macro for arm64
Retract the `__ARM_ARCH_V8__`, V8 can target both A32 and A64 architectures.

This should fix Issue #333.

Note that I could skip appveyor (in square brackets), but I let it run to make sure we have a clean build.

View the changeset: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/aebf4dc8a248...1c6552daac9c

View the full build log and details: https://travis-ci.org/OpenSmalltalk/opensmalltalk-vm/builds/474386607?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the OpenSmalltalk/opensmalltalk-vm repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=8795279&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190102/6d646b6f/attachment-0001.html>


More information about the Vm-dev mailing list