mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-09 11:48:52 +00:00
disable bolt on arm64
This commit is contained in:
parent
5bfe8cc3c2
commit
46d44aa1c8
6
debian/control
vendored
6
debian/control
vendored
@ -810,7 +810,8 @@ Description: Multi-Level Intermediate Representation library
|
||||
# ------------- bolt -------------
|
||||
|
||||
Package: bolt-15
|
||||
Architecture: amd64 arm64
|
||||
Architecture: amd64
|
||||
# Disable on arm64 because libbolt_rt_hugify.a isn't generated
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libbolt-15-dev (= ${binary:Version}),
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: Post-link optimizer
|
||||
@ -820,7 +821,8 @@ Description: Post-link optimizer
|
||||
|
||||
Package: libbolt-15-dev
|
||||
Section: libdevel
|
||||
Architecture: amd64 arm64
|
||||
Architecture: amd64
|
||||
#arm64
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Post-link optimizer
|
||||
TODO
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -268,7 +268,8 @@ ifneq (,$(filter $(DEB_HOST_ARCH),$(BINUTILS_GOLD_ARCHS)))
|
||||
endif
|
||||
endif
|
||||
|
||||
BOLT_ARCHS := amd64 arm64
|
||||
BOLT_ARCHS := amd64
|
||||
# arm64
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH),$(BOLT_ARCHS)))
|
||||
PROJECTS += ;bolt
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user