SPECS: crossavr-binutils.spec - fixed build for non-i686 machines
kosmo
kosmo at pld-linux.org
Fri May 2 22:50:58 CEST 2008
Author: kosmo Date: Fri May 2 20:50:58 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed build for non-i686 machines
---- Files affected:
SPECS:
crossavr-binutils.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: SPECS/crossavr-binutils.spec
diff -u SPECS/crossavr-binutils.spec:1.26 SPECS/crossavr-binutils.spec:1.27
--- SPECS/crossavr-binutils.spec:1.26 Fri Feb 15 19:10:08 2008
+++ SPECS/crossavr-binutils.spec Fri May 2 22:50:52 2008
@@ -74,6 +74,8 @@
--libdir=%{_libdir} \
--mandir=%{_mandir} \
--infodir=%{_infodir} \
+ --host=%{_host} \
+ --build=%{_build} \
--target=%{target}
%{__make} all \
@@ -118,7 +120,7 @@
%dir %{arch}/lib/*
%{arch}/lib/*/*
%{_mandir}/man?/%{target}-*
-%attr(755,root,root) %{_prefix}/i686-pc-linux-gnu/avr/lib/lib*.so
+%attr(755,root,root) %{_prefix}/%{_host}/avr/lib/lib*.so
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -126,6 +128,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2008-05-02 20:50:52 kosmo
+- fixed build for non-i686 machines
+
Revision 1.26 2008-02-15 18:10:08 bszx
- updated to 2.18.50.0.4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossavr-binutils.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list