mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
Ada: do not use default directories for gnatmake
This commit is contained in:
parent
069a9ad56f
commit
ddee65722f
@ -77,7 +77,7 @@ endif
|
||||
CUSTOM_ADA_MAKE ?= $(GNATMAKE)
|
||||
CUSTOM_ADA_FLAGS ?= -q -c --GCC=$(CC) --RTS=$(ADA_RTS)
|
||||
CUSTOM_ADA_OPT ?= -cargs $(CC_ADA_OPT)
|
||||
CUSTOM_ADA_INCLUDE ?= $(INCLUDES)
|
||||
CUSTOM_ADA_INCLUDE ?= -I- $(INCLUDES)
|
||||
|
||||
%.o: %.adb
|
||||
$(MSG_COMP)$@
|
||||
|
Loading…
x
Reference in New Issue
Block a user