1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
  
     | 
    
      Source: libstdc++-arm-none-eabi
Section: devel
Priority: optional
Maintainer: Agustin Henze <tin@debian.org>
Uploaders: Thomas Preud'homme <thomas.preudhomme@arm.com>,
 Keith Packard <keithp@keithp.com>
Rules-Requires-Root: no
Build-Depends:
 binutils-arm-none-eabi,
 gcc-arm-none-eabi,
 gcc-arm-none-eabi-source,
 libnewlib-arm-none-eabi,
 picolibc-arm-none-eabi,
 bison,
 debhelper (>= 10),
 dejagnu,
 flex,
 gawk,
 gettext,
 libgmp-dev,
 libmpc-dev,
 libmpfr-dev,
 libtool,
 locales,
 lsb-release,
 lzma,
 m4,
 patchutils,
 sharutils,
 texinfo,
 xz-utils,
 zlib1g-dev,
 rename,
Standards-Version: 4.7.0
Homepage: http://gcc.gnu.org/
Vcs-Git: https://salsa.debian.org/debian/libstdcxx_arm_none_eabi_newlib.git
Vcs-Browser: https://salsa.debian.org/debian/libstdcxx_arm_none_eabi_newlib
Package: libstdc++-arm-none-eabi-dev
Section: libdevel
Architecture: all
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 gcc-arm-none-eabi (= ${gcc:Version}),
Description: GNU Standard C++ Library v3 for ARM Cortex-R/M processors (headers)
 GNU Standard C++ library for embedded ARM chips using Cortex-M, and
 Cortex-R processors.
 .
 This package contains shared headers
Package: libstdc++-arm-none-eabi-newlib
Architecture: all
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 libnewlib-dev,
 libnewlib-arm-none-eabi,
 libstdc++-arm-none-eabi-dev (= ${binary:Version}),
 gcc-arm-none-eabi (= ${gcc:Version}),
Description: GNU Standard C++ Library v3 for ARM Cortex-R/M processors (newlib)
 GNU Standard C++ library for embedded ARM chips using Cortex-M, and
 Cortex-R processors.
 .
 This library is built using newlib as standard C library.
Package: libstdc++-arm-none-eabi-picolibc
Architecture: all
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 picolibc-arm-none-eabi,
 libstdc++-arm-none-eabi-dev (= ${binary:Version}),
 gcc-arm-none-eabi (= ${gcc:Version}),
Description: GNU Standard C++ Library v3 for ARM Cortex-R/M processors (picolibc)
 GNU Standard C++ library for embedded ARM chips using Cortex-M, and
 Cortex-R processors.
 .
 This library is built using picolibc as standard C library.
 
     |