Searched refs:set_build_config (Results 1 - 1 of 1) sorted by relevance

/haiku/3rdparty/kallisti5/
H A Dconfigure.py104 def set_build_config(key, value): function
158 set_build_config("HOST_HAIKU_PORTER", os.path.abspath(args["bootstrap"][0]))
159 set_build_config("HAIKU_PORTS", os.path.abspath(args["bootstrap"][1]))
160 set_build_config("HAIKU_PORTS_CROSS", os.path.abspath(args["bootstrap"][2]))
163 set_build_config("HOST_SHA256", "sha256sum")
164 set_build_config("HOST_EXTENDED_REGEX_SED", "sed -r")
171 set_build_config("HOST_PLATFORM", platform_lookup(host_sysname))
172 set_build_config("HOST_CC", cc)
173 set_build_config("HOST_CC_LD", cmdrun([cc, "-print-prog-name=ld"]).strip())
174 set_build_config("HOST_CC_OBJCOP
[all...]

Completed in 33 milliseconds