You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
979 B
34 lines
979 B
package=native_cctools
|
|
$(package)_version=2ef2e931cf641547eb8a68cfebde61003587c9fd
|
|
$(package)_download_path=https://github.com/tpoechtrager/cctools-port/archive
|
|
$(package)_file_name=$($(package)_version).tar.gz
|
|
$(package)_sha256_hash=6b73269efdf5c58a070e7357b66ee760501388549d6a12b423723f45888b074b
|
|
$(package)_build_subdir=cctools
|
|
$(package)_dependencies=native_libtapi
|
|
|
|
define $(package)_set_vars
|
|
$(package)_config_opts=--target=$(host)
|
|
$(package)_ldflags+=-Wl,-rpath=\\$$$$$$$$\$$$$$$$$ORIGIN/../lib
|
|
ifeq ($(strip $(FORCE_USE_SYSTEM_CLANG)),)
|
|
$(package)_config_opts+=--enable-lto-support --with-llvm-config=$(build_prefix)/bin/llvm-config
|
|
endif
|
|
$(package)_cc=$(clang_prog)
|
|
$(package)_cxx=$(clangxx_prog)
|
|
endef
|
|
|
|
define $(package)_config_cmds
|
|
$($(package)_autoconf)
|
|
endef
|
|
|
|
define $(package)_build_cmds
|
|
$(MAKE)
|
|
endef
|
|
|
|
define $(package)_stage_cmds
|
|
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
|
endef
|
|
|
|
define $(package)_postprocess_cmds
|
|
rm -rf share
|
|
endef
|