From ce2b51b8758ae959a44b338fe0156ef825572438 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mar 27 2013 15:24:30 +0000 Subject: fix aarch64 support (#925065) --- 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 - 1.8.0-4 +- fix aarch64 support (#925065) + * Wed Feb 13 2013 Fedora Release Engineering - 1.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild