From e5475deba54ef5112aab26c550b13bd3f76e481a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sep 28 2011 14:45:25 +0000 Subject: build armv5tel on armv7l since they are the same abi armv7hl is a incompatable ABI --- diff --git a/redhat-rpm-config-9.1.0-arm.patch b/redhat-rpm-config-9.1.0-arm.patch index f620294..e059347 100644 --- a/redhat-rpm-config-9.1.0-arm.patch +++ b/redhat-rpm-config-9.1.0-arm.patch @@ -22,8 +22,7 @@ diff -urNp redhat-rpm-config-9.1.0_orig/rpmrc redhat-rpm-config-9.1.0/rpmrc buildarchtranslate: armv5tejl: armv5tel buildarchtranslate: armv6l: armv5tel --buildarchtranslate: armv7l: armv5tel -+buildarchtranslate: armv7l: armv7hl + buildarchtranslate: armv7l: armv5tel +buildarchtranslate: armv7hl: armv7hl +buildarchtranslate: armv7hnl: armv7hl diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 2174edb..a6d018e 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,7 +1,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config Version: 9.1.0 -Release: 20%{?dist} +Release: 21%{?dist} # No version specified. License: GPL+ Group: Development/System @@ -69,6 +69,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_sysconfdir}/rpm/* %changelog +* Wed Sep 28 2011 Dennis Gilmore - 9.1.0-21 +- build armv5tel on armv7l since they are the same abi armv7hl is +- a incompatable ABI + * Wed Sep 28 2011 Jens Petersen - 9.1.0-20 - add armv7hl to ghc_arches