Kaydet (Commit) 91a7580e authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

apparently breaks Win-x86@42 tinderbox... disable on Windows.

Note it works well on the Windows Jenkins build check. Go figure.

Change-Id: I05990274d85b1044a94ec7371130bf918f8fd09e
üst 0ab1a87f
......@@ -24,11 +24,15 @@ $(eval $(call gb_ExternalProject_register_targets,firebird,\
# note: this can intentionally only build against internal atomic_op
# note: this can intentionally only build against internal tommath
ifneq ($(OS),WNT)
SET_FCA=&& FB_CPU_ARG='$(filter --jobserver-fds=%,$(MAKEFLAGS))'
endif
# do not set LDFLAGS - it is mysteriously not used by firebird on MacOSX
$(call gb_ExternalProject_get_state_target,firebird,build):
$(call gb_ExternalProject_run,build,\
unset MAKEFLAGS \
&& FB_CPU_ARG='$(filter --jobserver-fds=%,$(MAKEFLAGS))' \
$(SET_FCA) \
&& if [ -n "$${FB_CPU_ARG}" ]; then \
FB_PRLL_ARG="CPU=\$$(EMPTY) $${FB_CPU_ARG}"; \
else \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment