mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 16:39:39 +00:00
solo5: update bindings
Update the Solo5 upstream to accomadate changes to the Block session and stack protection support in the base library. Ref #3275 Ref #3283
This commit is contained in:
committed by
Christian Helmuth
parent
b85071174a
commit
3e848dff10
1
repos/libports/src/test/solo5/ssp/target.mk
Normal file
1
repos/libports/src/test/solo5/ssp/target.mk
Normal file
@ -0,0 +1 @@
|
||||
include $(REP_DIR)/src/test/solo5/test.inc
|
@ -1,7 +1,9 @@
|
||||
TEST_NAME := test_$(subst $(REP_DIR)/src/test/solo5/,,$(PRG_DIR))
|
||||
TARGET = solo5-$(TEST_NAME)
|
||||
|
||||
LIBS += solo5
|
||||
LIBS += base solo5
|
||||
|
||||
CC_OPT += -fstack-protector-strong
|
||||
|
||||
SRC_C += $(TEST_NAME).c
|
||||
|
||||
|
Reference in New Issue
Block a user