# Overview

MicroEJ Architecture for GNU Tools for ARMv8-A 32 bits Processors (arm-buildroot-linux-gnueabihf-gcc.br_real).

- Name: `oliveARMv8A_1`.
- Version: `8.6.0`.
- Instruction Set Architecture: `ARMv8A`.
- Compilation Toolchain Tag: `GNUv113_ARMv8A_32bits_HF_Linux`.

# Usage

To import the **Evaluation** Architecture, add the following line to the `module.ivy` file of your Platform configuration project:

    <dependency org="com.microej.architecture.ARMv8A.GNUv113_ARMv8A_32bits_HF_Linux" name="oliveARMv8A_1" rev="8.6.0">
        <artifact name="oliveARMv8A_1" m:classifier="eval" ext="xpf"/>
    </dependency>
    
To import the **Production** Architecture, add the following line to the `module.ivy` file of your Platform configuration project:

    <dependency org="com.microej.architecture.ARMv8A.GNUv113_ARMv8A_32bits_HF_Linux" name="oliveARMv8A_1" rev="8.6.0">
        <artifact name="oliveARMv8A_1" m:classifier="prod" ext="xpf"/>
    </dependency>    


# Requirements

MicroEJ SDK `4.x` or higher.

# Dependencies

_All dependencies are retrieved transitively by MicroEJ Module Manager_.

# Source

N/A.

# Restrictions

None.
