mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-26 05:13:07 +00:00
improve the s390s change doc
This commit is contained in:
parent
af11890030
commit
bf461e4451
5
debian/README.source
vendored
5
debian/README.source
vendored
@ -25,6 +25,9 @@ and symlinks are managed by the other package llvm-defaults
|
|||||||
* For riscv64, the hard-float ABI is used instead of the float one, and
|
* For riscv64, the hard-float ABI is used instead of the float one, and
|
||||||
the target CPU is set to RV64GC instead of RV64I.
|
the target CPU is set to RV64GC instead of RV64I.
|
||||||
|
|
||||||
|
* For s390x: set default abi to z196 for debian, and z13 for ubuntu.
|
||||||
|
See https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-10/+bug/1864226
|
||||||
|
|
||||||
= Libraries =
|
= Libraries =
|
||||||
|
|
||||||
* sonames are created
|
* sonames are created
|
||||||
@ -32,5 +35,5 @@ and symlinks are managed by the other package llvm-defaults
|
|||||||
* Build-ID are enabled
|
* Build-ID are enabled
|
||||||
|
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org>, Wed, 26 Dec 2018 22:56:30 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org>, Mon, 30 Mar 2020 11:08:10 +0200
|
||||||
|
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -75,6 +75,7 @@ ifneq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Change the default CPU for s390x
|
||||||
ZARCH=z196
|
ZARCH=z196
|
||||||
ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
|
ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
|
||||||
ZARCH=z13
|
ZARCH=z13
|
||||||
|
Loading…
Reference in New Issue
Block a user