mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-23 10:53:11 +00:00
try to unbreak the s390x build issue
This commit is contained in:
parent
f01f2c149c
commit
3f4584b9bc
4
debian/rules
vendored
4
debian/rules
vendored
@ -445,6 +445,10 @@ VERBOSE=VERBOSE=1
|
|||||||
#VERBOSE=-v
|
#VERBOSE=-v
|
||||||
|
|
||||||
debian-full-build:
|
debian-full-build:
|
||||||
|
if test -f /tmp/cmake/bin/cmake; then \
|
||||||
|
CMAKE_BIN=/tmp/cmake/bin/cmake; \
|
||||||
|
LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/tmp/cmake/bin/; \
|
||||||
|
fi; \
|
||||||
$(PRE_PROCESS) make $(NJOBS) -C $(TARGET_BUILD) $(VERBOSE) CFLAGS="$(CFLAGS_EXTRA)" CXXFLAGS="$(CXXFLAGS_EXTRA)" LDFLAGS="$(LDFLAGS_EXTRA)" REQUIRES_RTTI=1 DEBUGMAKE=1 $(BUILD_METHOD)
|
$(PRE_PROCESS) make $(NJOBS) -C $(TARGET_BUILD) $(VERBOSE) CFLAGS="$(CFLAGS_EXTRA)" CXXFLAGS="$(CXXFLAGS_EXTRA)" LDFLAGS="$(LDFLAGS_EXTRA)" REQUIRES_RTTI=1 DEBUGMAKE=1 $(BUILD_METHOD)
|
||||||
|
|
||||||
# Check the stage 2 build worked
|
# Check the stage 2 build worked
|
||||||
|
Loading…
Reference in New Issue
Block a user