From 1fa54f8b2ff904fea848cff73c184ea284bdb6b8c9cb2b779f0d1b014085a95e Mon Sep 17 00:00:00 2001 From: Bernhard Wiedemann Date: Wed, 29 Dec 2021 04:41:25 +0000 Subject: [PATCH] revert likely leftover from https://github.com/facebook/zstd/issues/2632 OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=70 --- zstd.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/zstd.spec b/zstd.spec index b02f0d2..6b5f3c1 100644 --- a/zstd.spec +++ b/zstd.spec @@ -92,9 +92,6 @@ Needed for compiling programs that link with the library. %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects export CFLAGS="%{optflags}" -%ifarch armv6l armv6hl -export CFLAGS+="-DMEM_FORCE_MEMORY_ACCESS=1" -%endif export CXXFLAGS="$CFLAGS -std=c++11" # lib-mt is alias for multi-threaded library support %make_build -C lib lib-mt