Changeset 777 for spec/trunk/SPECS/binutils.spec
- Timestamp:
- Jun 7, 2016, 6:07:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/binutils.spec
r774 r777 221 221 %endif 222 222 $CARGS \ 223 --enable-plugins \224 --with-bugurl=http:// bugzilla.redhat.com/bugzilla/223 --enable-plugins=no \ 224 --with-bugurl=http://trac.netlabs.org/ports/ 225 225 make %{_smp_mflags} tooldir=%{_prefix} all 226 226 make %{_smp_mflags} tooldir=%{_prefix} info … … 350 350 %defattr(-,root,root,-) 351 351 %doc README 352 %{_bindir}/%{?cross}[!l]* 353 %{_prefix}/%{binutils_target}/ %{?cross}[!l]*354 %if "%{build_gold}" == "both" 355 %{_bindir}/%{?cross}ld .*352 %{_bindir}/%{?cross}[!l]*.exe 353 %{_prefix}/%{binutils_target}/bin/%{?cross}[!l]*.exe 354 %if "%{build_gold}" == "both" 355 %{_bindir}/%{?cross}ld*.exe 356 356 %ghost %{_bindir}/%{?cross}ld 357 357 %else 358 #%{_bindir}/%{?cross}ld* 358 #%{_bindir}/%{?cross}ld*.exe 359 359 %endif 360 360 %{_mandir}/man1/*
Note:
See TracChangeset
for help on using the changeset viewer.