ada: add arit64 to runtime

This commit is contained in:
Johannes Kliemann 2019-02-25 16:44:45 +01:00 committed by Christian Helmuth
parent fd6047f5d8
commit fa5de776a6
4 changed files with 5 additions and 3 deletions

View File

@ -15,7 +15,7 @@ SRC_ADS += system.ads \
ada.ads \
ada_exceptions.ads
SRC_ADB += g-io.adb s-stalib.adb s-secsta.adb s-parame.adb i-c.adb
SRC_ADB += g-io.adb s-stalib.adb s-secsta.adb s-parame.adb i-c.adb s-arit64.adb
CUSTOM_ADA_FLAGS = --RTS=$(ADA_RTS) -c -gnatg -gnatp -gnatpg -gnatn2
# C runtime glue code

View File

@ -1 +1 @@
3306700040ccc016230b6fe4e9eae6949f0bb67a
3bfde17bb063de40f07b9b99d7a89a9da1af6296

View File

@ -3,7 +3,7 @@ VERSION := 0
DOWNLOADS := ada-runtime.git ada-runtime-alis.git
URL(ada-runtime) := https://github.com/Componolit/ada-runtime.git
REV(ada-runtime) := 2f6b93c6b7b29db2e2d3f20c345f5b9801e82ee9
REV(ada-runtime) := 116876e3bd7125f4e7804e692c56f60be265ca79
DIR(ada-runtime) := ada-runtime
URL(ada-runtime-alis) := https://github.com/Componolit/ada-runtime-alis.git

View File

@ -11,6 +11,8 @@ MIRROR_FROM_ADA_RT_DIR := \
s-imgint.ads \
s-imgint.adb \
a-unccon.ads \
s-arit64.ads \
s-arit64.adb \
gnat.ads \
g-io.ads \
g-io.adb \