mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-06 13:52:49 +00:00
Disable libllvmlibc-18-dev on armhf (Closes: #1065503)
This commit is contained in:
parent
9fe6ae31e2
commit
7f41bce4f0
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
llvm-toolchain-18 (1:18.1.0~rc4-2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Disable libllvmlibc-18-dev on armhf (Closes: #1065503)
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 05 Mar 2024 19:08:29 +0100
|
||||||
|
|
||||||
llvm-toolchain-18 (1:18.1.0~rc4-1) unstable; urgency=medium
|
llvm-toolchain-18 (1:18.1.0~rc4-1) unstable; urgency=medium
|
||||||
|
|
||||||
[ John Paul Adrian Glaubitz ]
|
[ John Paul Adrian Glaubitz ]
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -961,7 +961,7 @@ Description: Flang library - Development package
|
|||||||
|
|
||||||
Package: libllvmlibc-18-dev
|
Package: libllvmlibc-18-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: amd64 arm64 armhf
|
Architecture: amd64 arm64
|
||||||
Description: LLVM C Library - dev package
|
Description: LLVM C Library - dev package
|
||||||
Implementation of the C standard library targeting C17 and above.
|
Implementation of the C standard library targeting C17 and above.
|
||||||
.
|
.
|
||||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -961,7 +961,7 @@ Description: Flang library - Development package
|
|||||||
|
|
||||||
Package: libllvmlibc-@LLVM_VERSION@-dev
|
Package: libllvmlibc-@LLVM_VERSION@-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: amd64 arm64 armhf
|
Architecture: amd64 arm64
|
||||||
Description: LLVM C Library - dev package
|
Description: LLVM C Library - dev package
|
||||||
Implementation of the C standard library targeting C17 and above.
|
Implementation of the C standard library targeting C17 and above.
|
||||||
.
|
.
|
||||||
|
Loading…
Reference in New Issue
Block a user