Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37403941
en ru br
Репозитории ALT

Группа :: Разработка/Прочее
Пакет: arm-none-eabi-binutils

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: arm-none-eabi-binutils
Version: 2.41
Release: alt1

Summary: GNU Binary Utility Development Utilities
License: GPLv3+
Group: Development/Other
Url: http://sourceware.org/binutils/

Source: %name-%version-%release.tar

BuildRequires: flex texinfo perl-podlators zlib-devel

%description
Binutils is a collection of binary utilities, including:
+ addr2line: converting addresses to file and line;
+ ar: creating modifying and extracting from archives;
+ nm: listing symbols from object files;
+ objcopy: copying and translating object files;
+ objdump: displaying information from object files;
+ ranlib: generating an index for the contents of an archive;
+ size: listing the section sizes of an object or archive file;
+ strings: listing printable strings from files;
+ strip: discarding symbols.

%define target arm-none-eabi
%define _libexecdir /usr/libexec

%prep
%setup

%build
./configure --target=%target \
           --host=%_configure_platform \
           --build=%_configure_platform \
           --enable-initfini-array \
           --enable-multilib \
           --enable-plugins \
           --disable-nls \
           --disable-shared \
           --disable-threads \
           --with-gcc --with-gnu-as --with-gnu-ld \
           --disable-sim --without-sim \
           --with-system-zlib \
           --prefix=%_libexecdir \
           --bindir=%_bindir \
           --libdir=%_libdir/%target \
           --mandir=%_mandir \
           --infodir=%_infodir \
           --with-docdir=%_docdir/%name \
           --with-pkgversion="%version-%release" \
           --with-bugurl="https://bugzilla.altlinux.org/"

%make_build

%install
%makeinstall_std
# we don't want these as we are a cross version
rm -r %buildroot%_infodir

%files
%doc COPYING* ChangeLog
%_libexecdir/%target
%_bindir/%target-*
%_man1dir/%target-*.1.*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin