]> git.pld-linux.org Git - packages/crossavr-binutils.git/commitdiff
- fixed build for non-i686 machines
authorkosmo <kosmo@pld-linux.org>
Fri, 2 May 2008 20:50:52 +0000 (20:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossavr-binutils.spec -> 1.27

crossavr-binutils.spec

index b918391e77ec80cf153414f391ede1189d75f909..a0030d891b1d36ce2bcf6104d2a27f2516fe38dc 100644 (file)
@@ -73,6 +73,8 @@ sparc32 \
        --libdir=%{_libdir} \
        --mandir=%{_mandir} \
        --infodir=%{_infodir} \
+       --host=%{_host} \
+       --build=%{_build} \
        --target=%{target}
 
 %{__make} all \
@@ -117,4 +119,4 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.043684 seconds and 4 git commands to generate.