From d49cf4e020313dc9a31c05496bb3928ded8c6ca6 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 19 Feb 2004 10:23:04 +0000 Subject: [PATCH] - remove -mtune* on sparc*; release 2 Changed files: crossmingw32-w32api.spec -> 1.16 --- crossmingw32-w32api.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crossmingw32-w32api.spec b/crossmingw32-w32api.spec index c6f61ed..c732b78 100644 --- a/crossmingw32-w32api.spec +++ b/crossmingw32-w32api.spec @@ -6,7 +6,7 @@ Version: 2.5 %define apisrc w32api-%{apiver} %define runver 3.2 %define runsrc mingw-runtime-%{runver} -Release: 1 +Release: 2 Epoch: 1 License: Free Group: Development/Libraries @@ -31,8 +31,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # strip fails on static COFF files %define no_install_post_strip 1 -%ifarch alpha -# alpha's -mieee is not valid for target's gcc +%ifarch alpha sparc sparc64 sparcv9 +# alpha's -mieee and sparc's -mtune=* are not valid for target's gcc %define optflags -O2 %endif -- 2.43.0