Codebase list openssl / a06d301
Make loongarch64 little endian (Closes: #1029281). Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Sebastian Andrzej Siewior 1 year, 3 months ago
2 changed file(s) with 10 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 openssl (3.0.7-3) UNRELEASED; urgency=medium
1
2 * Make loongarch64 little endian (Closes: #1029281).
3
4 -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Mon, 06 Feb 2023 20:58:28 +0100
5
06 openssl (3.0.7-2) unstable; urgency=medium
17
28 [ Sebastian Andrzej Siewior ]
22 Subject: debian-targets
33
44 ---
5 Configurations/20-debian.conf | 170 ++++++++++++++++++++++++++++++++++++++++++
6 1 file changed, 170 insertions(+)
5 Configurations/20-debian.conf | 169 ++++++++++++++++++++++++++++++++++++++++++
6 1 file changed, 169 insertions(+)
77 create mode 100644 Configurations/20-debian.conf
88
99 diff --git a/Configurations/20-debian.conf b/Configurations/20-debian.conf
1010 new file mode 100644
11 index 000000000000..0b1f6851abdc
11 index 000000000000..c6860ed4b7d7
1212 --- /dev/null
1313 +++ b/Configurations/20-debian.conf
14 @@ -0,0 +1,170 @@
14 @@ -0,0 +1,169 @@
1515 +my %targets = (
1616 + "debian" => {
1717 + cflags => add("-Wa,--noexecstack -Wall -fzero-call-used-regs=used-gpr -DOPENSSL_TLS_SECURITY_LEVEL=2"),
7272 + },
7373 + "debian-loong64" => {
7474 + inherit_from => [ "linux64-loongarch64", "debian" ],
75 + cflags => add("-DB_ENDIAN"),
7675 + },
7776 + "debian-m68k" => {
7877 + inherit_from => [ "linux-latomic", "debian" ],