mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-31 09:30:24 +00:00
* Disable flang on mips64el (currently not supported).
This commit is contained in:
parent
6c740871b8
commit
610c0b7b3a
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -9,6 +9,7 @@ llvm-toolchain-19 (1:19.1.0~++rc3-1~exp2) UNRELEASED; urgency=medium
|
||||
* Factor-out omp architectures.
|
||||
* Disable openmp on riscv64 (ld: cannot find -lomptarget.rtl.host).
|
||||
* Factor-out flang architectures.
|
||||
* Disable flang on mips64el (currently not supported).
|
||||
|
||||
-- Matthias Klose <doko@ubuntu.com> Tue, 27 Aug 2024 11:47:25 +0200
|
||||
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -933,7 +933,7 @@ Description: Post-link optimizer
|
||||
Package: flang-19
|
||||
# no 32bit support
|
||||
# https://github.com/llvm/llvm-project/issues/59845
|
||||
Architecture: amd64 arm64 mips64el ppc64el kfreebsd-amd64 ppc64 sparc64 riscv64 loong64
|
||||
Architecture: amd64 arm64 ppc64el kfreebsd-amd64 ppc64 sparc64 riscv64 loong64
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libflang-19-dev (= ${binary:Version}),
|
||||
Provides: fortran-compiler, gfortran-mod-15
|
||||
Description: Fortran compiler
|
||||
@ -944,7 +944,7 @@ Description: Fortran compiler
|
||||
of examples, some functionalities are still missing.
|
||||
|
||||
Package: libflang-19-dev
|
||||
Architecture: amd64 arm64 mips64el ppc64el kfreebsd-amd64 ppc64 sparc64 riscv64 loong64
|
||||
Architecture: amd64 arm64 ppc64el kfreebsd-amd64 ppc64 sparc64 riscv64 loong64
|
||||
Section: libdevel
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||
Description: Flang library - Development package
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -72,7 +72,7 @@ endif
|
||||
packages := $(shell dh_listpackages)
|
||||
|
||||
# no 32bit support
|
||||
FLANG_ARCHS := amd64 arm64 mips64el ppc64el kfreebsd-amd64 ppc64 sparc64 riscv64 loong64
|
||||
FLANG_ARCHS := amd64 arm64 ppc64el kfreebsd-amd64 ppc64 sparc64 riscv64 loong64
|
||||
|
||||
# flang has some memory hogs, of up to 6.2gb per process. Limit the parallel jobs
|
||||
# based on the available memory
|
||||
|
Loading…
Reference in New Issue
Block a user