From 246fadec6e150f1b5b06d1b240fbf3c533f1770d Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Sat, 19 Feb 2011 18:29:14 +0000 Subject: [PATCH] - filter out some compiler and linker flags Changed files: crossmingw32-bzip2.spec -> 1.10 --- crossmingw32-bzip2.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crossmingw32-bzip2.spec b/crossmingw32-bzip2.spec index 417e518..8d13cdb 100644 --- a/crossmingw32-bzip2.spec +++ b/crossmingw32-bzip2.spec @@ -30,6 +30,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _dlldir /usr/share/wine/windows/system %define __cc %{target}-gcc %define __cxx %{target}-g++ +%define filterout_ld -Wl,-z,.* +%define filterout_c -gdwarf-3 %ifnarch %{ix86} # arch-specific flags (like alpha's -mieee) are not valid for i386 gcc -- 2.44.0