0001-Drop-hardening-related-flags.patch 796 B

12345678910111213141516171819202122232425262728
  1. From 1528980ee15e9589a7e27ec6d12a33cd8aab57b4 Mon Sep 17 00:00:00 2001
  2. From: Bernd Kuhls <bernd.kuhls@t-online.de>
  3. Date: Tue, 8 Jun 2021 07:51:40 +0200
  4. Subject: [PATCH] Drop hardening-related flags
  5. These will be set by Buildroot depending on toolchain capabilities and
  6. global Buildroot options.
  7. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  8. ---
  9. Source/GmmLib/Linux.cmake | 1 -
  10. 1 file changed, 1 deletion(-)
  11. diff --git a/Source/GmmLib/Linux.cmake b/Source/GmmLib/Linux.cmake
  12. index 1a09bc4..b28fc1b 100644
  13. --- a/Source/GmmLib/Linux.cmake
  14. +++ b/Source/GmmLib/Linux.cmake
  15. @@ -97,7 +97,6 @@ SET (GMMLIB_COMPILER_FLAGS_COMMON
  16. -DUSE_SSE3
  17. -DUSE_SSSE3
  18. # Other common flags
  19. - -fstack-protector
  20. -fdata-sections
  21. -ffunction-sections
  22. -fmessage-length=0
  23. --
  24. 2.29.2