mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
libports: enable curl on arm
This commit is contained in:
parent
ea79c0e2e9
commit
0a0f0031a4
@ -1,9 +1,9 @@
|
||||
INC_DIR += $(call select_from_ports,curl)/include
|
||||
|
||||
ifeq ($(filter-out $(SPECS),x86_32),)
|
||||
TARGET_CPUARCH=x86_32
|
||||
else ifeq ($(filter-out $(SPECS),x86_64),)
|
||||
TARGET_CPUARCH=x86_64
|
||||
ifeq ($(filter-out $(SPECS),32bit),)
|
||||
TARGET_CPUARCH=32bit
|
||||
else ifeq ($(filter-out $(SPECS),64bit),)
|
||||
TARGET_CPUARCH=64bit
|
||||
endif
|
||||
|
||||
# include architecture specific curlbuild.h
|
||||
|
6
repos/libports/lib/mk/32bit/curl.mk
Normal file
6
repos/libports/lib/mk/32bit/curl.mk
Normal file
@ -0,0 +1,6 @@
|
||||
INC_DIR += $(call select_from_ports,curl)/include
|
||||
|
||||
INC_DIR += $(REP_DIR)/src/lib/curl/32bit
|
||||
INC_DIR += $(REP_DIR)/src/lib/curl/32bit/curl
|
||||
|
||||
include $(REP_DIR)/lib/mk/curl.inc
|
6
repos/libports/lib/mk/64bit/curl.mk
Normal file
6
repos/libports/lib/mk/64bit/curl.mk
Normal file
@ -0,0 +1,6 @@
|
||||
INC_DIR += $(call select_from_ports,curl)/include
|
||||
|
||||
INC_DIR += $(REP_DIR)/src/lib/curl/64bit
|
||||
INC_DIR += $(REP_DIR)/src/lib/curl/64bit/curl
|
||||
|
||||
include $(REP_DIR)/lib/mk/curl.inc
|
Loading…
Reference in New Issue
Block a user