Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37040211
en ru br
ALT Linux repos
S:13.2-alt1

Group :: Development/Debuggers
RPM: arm-none-eabi-gdb

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: arm-none-eabi-gdb
Version: 13.2
Release: alt1

Summary: A GNU source-level debugger for C, C++ and other languages
License: GPLv3+
Group: Development/Debuggers
Url: https://www.sourceware.org/gdb/

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

BuildRequires: gcc-c++ flex makeinfo
BuildRequires: libtinfo-devel libreadline-devel libgmp-devel libexpat-devel liblzma-devel zlib-devel

%description
GDB is a full featured, command driven debugger.  GDB allows you to
trace the execution of programs and examine their internal state at
any time.  The debugger is most effective when used together with a
supported compiler, such as those from the GNU Compiler Collection.
This package contains GDB built for arm-none-eabi target.

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

%prep
%setup
echo '%version-%release (%distribution)' > gdb/version.in

%build
mkdir obj-%target; cd obj-%target
../configure    --target=%target \
               --prefix=%_prefix \
               --with-gdb-datadir=%_libexecdir/%target/share/gdb \
               --with-gnu-ld \
               --with-lzma \
               --with-system-readline \
               --with-system-zlib \
               --without-libunwind \
               --enable-plugins \
               --disable-tui \
               --disable-sim \
               --disable-gas \
               --disable-binutils \
               --disable-ld \
               --disable-gold \
               --disable-gprof \
               --disable-debuginfod \
               --without-auto-load-safe-path

%make_build

%install
%makeinstall_std -C obj-%target
mkdir -p %buildroot%_libexecdir/%target/share/gdb/auto-load

%files
%doc COPYING*
%_bindir/%target-gdb
%_libexecdir/%target/share/gdb/auto-load

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin