From d82d89ec837705583b4af019c4549f00034f79a2 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 19 Jun 2007 14:36:18 -0400 Subject: [PATCH] %{_gnu} gets defined in the platform definitions and _shouldn't_ be -gnu on some arm arches (Lennert Buytenhek, #243523) --- macros | 1 - 1 file changed, 1 deletion(-) diff --git a/macros b/macros index e9aaaa4..1456618 100644 --- a/macros +++ b/macros @@ -5,7 +5,6 @@ # %_vendor redhat %_os linux -%_gnu -gnu %_target_platform %{_target_cpu}-%{_vendor}-%{_target_os}%{?_gnu} #==============================================================================