[avr-libc/f19] fix aarch64 support (#925065)

Michal Hlavinka mhlavink at fedoraproject.org
Wed Mar 27 15:25:50 UTC 2013


commit fe0f8b1874aaf363a14429b65030adfc13d58dd3
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Mar 27 16:25:46 2013 +0100

    fix aarch64 support (#925065)

 avr-libc.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/avr-libc.spec b/avr-libc.spec
index f6ecde1..1fd9c7b 100644
--- a/avr-libc.spec
+++ b/avr-libc.spec
@@ -7,7 +7,7 @@
 
 Name:           avr-libc
 Version:        1.8.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        C library for use with GCC on Atmel AVR microcontrollers
 Group:          Development/Tools
 License:        BSD
@@ -68,6 +68,7 @@ sed -i 's|@DOC_INST_DIR@/man|%{_prefix}/avr/share/man|' scripts/avr-man.in
 
 
 %build
+autoreconf -fiv # required for aarch64 support, not needed since autotools 2.69+
 # The ps doc ways in at 7Mb versus 2.5 for the pdf and has little added value
 ./configure --prefix=%{_prefix} --host=avr --build=`./config.guess` #--enable-doc
 # don't use %{?_smp_mflags}, it breaks the build
@@ -120,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc pdf/*
 
 %changelog
+* Wed Mar 27 2013 Michal Hlavinka <mhlavink at redhat.com> - 1.8.0-4
+- fix aarch64 support (#925065)
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list