0006-Add-linux-x86-latomic-target.patch 929 B

123456789101112131415161718192021222324252627282930
  1. From c80a60dca209813c33ab3d2794bc32d84c12d033 Mon Sep 17 00:00:00 2001
  2. From: Bernd Kuhls <bernd@kuhls.net>
  3. Date: Fri, 28 Jul 2023 17:11:25 +0200
  4. Subject: [PATCH 1/1] Add linux-x86-latomic target
  5. Upstream: https://github.com/openssl/openssl/pull/21590
  6. Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
  7. ---
  8. Configurations/10-main.conf | 4 ++++
  9. 1 file changed, 4 insertions(+)
  10. diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
  11. index 2200a85b16..bcf54a2a53 100644
  12. --- a/Configurations/10-main.conf
  13. +++ b/Configurations/10-main.conf
  14. @@ -861,6 +861,10 @@ my %targets = (
  15. asm_arch => 'x86',
  16. perlasm_scheme => "elf",
  17. },
  18. + "linux-x86-latomic" => {
  19. + inherit_from => [ "linux-x86" ],
  20. + ex_libs => add(threads("-latomic")),
  21. + },
  22. "linux-x86-clang" => {
  23. inherit_from => [ "linux-x86" ],
  24. CC => "clang",
  25. --
  26. 2.39.2