Imported Upstream version 5.18.0.207

Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-11-17 08:23:10 +00:00
parent 8e12397d70
commit eb85e2fc17
28480 changed files with 72 additions and 3866936 deletions

View File

@ -1,36 +0,0 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# Note: Expects to be ran out of $(repo)/build/mono-llvm-6.0
DEB_HOST_ARCH_BITS := $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
ifeq ($(DEB_HOST_ARCH_BITS), 32)
LINUX32 := linux32
endif
Makefile:
@echo "Building package for $(LLVM_TARGET)"
LDFLAGS="-L../../lib -lstdc++" $(LINUX32) cmake ../.. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_FLAGS="-I../../include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -D__NO_CTYPE_INLINE -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" \
-DCMAKE_CXX_FLAGS="-I../../include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -D__NO_CTYPE_INLINE -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" \
-DLLVM_TARGETS_TO_BUILD="X86;AArch64;ARM"
override_dh_auto_build: Makefile
dh_auto_build
override_dh_auto_configure:
echo "Skipping auto configure"
override_dh_usrlocal:
echo "Skipping userlocal"
override_dh_auto_test:
echo "Skipping test"
%:
dh $@