Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Select correct toolchain
Browse files Browse the repository at this point in the history
ref #84
  • Loading branch information
jklmnn committed Aug 2, 2022
1 parent bb38751 commit eda905a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,12 @@ proof: stm32f0 nrf52

install_gnat_11:
alr toolchain --install gnat_native=11.2.1 && \
alr toolchain --select gnat_native=11.2.1 && \
mkdir -p build && \
cd build && \
alr init --lib -n gnat_11 && \
alr -n init --lib gnat_11 && \
cd gnat_11 && \
alr with -n aunit
alr -n with aunit

printenv_gnat_11:
@test -d build/gnat_11 && \
Expand Down

0 comments on commit eda905a

Please sign in to comment.