mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
ada: add arit64 to runtime
This commit is contained in:
parent
fd6047f5d8
commit
fa5de776a6
@ -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
|
||||
|
@ -1 +1 @@
|
||||
3306700040ccc016230b6fe4e9eae6949f0bb67a
|
||||
3bfde17bb063de40f07b9b99d7a89a9da1af6296
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user