mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 20:11:42 +00:00
Try to disable mips64el-fix.diff (struct_kernel_stat_sz) to workaround a mips issue with some new C{XX}FLAGS see https://reviews.llvm.org/D59702
This commit is contained in:
parent
c27a5a490e
commit
0806a02a8c
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
llvm-toolchain-8 (1:8-4) unstable; urgency=medium
|
||||
|
||||
* Try to disable mips64el-fix.diff (struct_kernel_stat_sz)
|
||||
to workaround a mips issue with some new C{XX}FLAGS
|
||||
see https://reviews.llvm.org/D59702
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 29 Apr 2019 08:58:57 +0200
|
||||
|
||||
llvm-toolchain-8 (1:8-3) unstable; urgency=medium
|
||||
|
||||
* Fix the FTBFS on mips (introduced by my previous change)
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -127,7 +127,6 @@ kfreebsd/lib_Target_X86.diff
|
||||
kfreebsd/lldb_source_Host_freebsd_Host.cpp.diff
|
||||
kfreebsd/lldb_source_Plugins_Process_FreeBSD.diff
|
||||
kfreebsd/tools_llvm-shlib_CMakeLists.txt.diff
|
||||
mips64el-fix.diff
|
||||
|
||||
# patches for intel-opencl-clang
|
||||
OpenCL-Change-type-of-block-pointer-for-OpenCL.patch
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -100,6 +100,10 @@ ifneq (,$(filter $(DEB_HOST_ARCH),mips64el))
|
||||
# avoid an issue with search path on mips64el
|
||||
# https://bugs.llvm.org/show_bug.cgi?id=41204
|
||||
CMAKE_EXTRA += -DLLVM_HOST_TRIPLE=mips64el-linux-gnuabi64
|
||||
# Try to workaround another issue with struct_kernel_stat_sz
|
||||
# https://reviews.llvm.org/D59702
|
||||
CFLAGS_EXTRA +="-mabi=32"
|
||||
CXXFLAGS_EXTRA += "-mabi=32"
|
||||
endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user