mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
parent
b8cc468f02
commit
c2d85ff554
@ -75,7 +75,7 @@ endif
|
|||||||
# We need to override these to build the ada runtime
|
# We need to override these to build the ada runtime
|
||||||
#
|
#
|
||||||
CUSTOM_ADA_MAKE ?= $(GNATMAKE)
|
CUSTOM_ADA_MAKE ?= $(GNATMAKE)
|
||||||
CUSTOM_ADA_FLAGS ?= -q -c --GCC=$(CC) --RTS=$(ADA_RTS)
|
CUSTOM_ADA_FLAGS ?= -q -c --GCC=$(ADA_CC) --RTS=$(ADA_RTS)
|
||||||
CUSTOM_ADA_OPT ?= -cargs $(CC_ADA_OPT)
|
CUSTOM_ADA_OPT ?= -cargs $(CC_ADA_OPT)
|
||||||
CUSTOM_ADA_INCLUDE ?= -I- $(INCLUDES)
|
CUSTOM_ADA_INCLUDE ?= -I- $(INCLUDES)
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@ CUSTOM_RANLIB ?= $(CROSS_DEV_PREFIX)ranlib
|
|||||||
CUSTOM_STRIP ?= $(CROSS_DEV_PREFIX)strip
|
CUSTOM_STRIP ?= $(CROSS_DEV_PREFIX)strip
|
||||||
CUSTOM_GNATMAKE ?= $(CROSS_DEV_PREFIX)gnatmake
|
CUSTOM_GNATMAKE ?= $(CROSS_DEV_PREFIX)gnatmake
|
||||||
CUSTOM_HOST_CC ?= gcc
|
CUSTOM_HOST_CC ?= gcc
|
||||||
|
CUSTOM_ADA_CC ?= $(CUSTOM_CC)
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU utilities
|
# GNU utilities
|
||||||
@ -51,6 +52,7 @@ RANLIB = $(CUSTOM_RANLIB)
|
|||||||
STRIP = $(CUSTOM_STRIP)
|
STRIP = $(CUSTOM_STRIP)
|
||||||
GNATMAKE = $(CUSTOM_GNATMAKE)
|
GNATMAKE = $(CUSTOM_GNATMAKE)
|
||||||
HOST_CC = $(CUSTOM_HOST_CC)
|
HOST_CC = $(CUSTOM_HOST_CC)
|
||||||
|
ADA_CC = $(CUSTOM_ADA_CC)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Nim toolchain
|
# Nim toolchain
|
||||||
|
Loading…
Reference in New Issue
Block a user