[bts-link] source package gcc-10

2020-04-23 Thread debian-bts-link
# # bts-link upstream status pull for source package gcc-10 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # https://bts-link-team.pages.debian.net/bts-link/ # user debian-bts-l...@lists.debian.org # remote status report for #958062 (http://bugs.debian.org/958062) #

Processed: [bts-link] source package gcc-10

2020-04-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # > # bts-link upstream status pull for source package gcc-10 > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # https://bts-link-team.pages.debian.net/bts-link/ > # > user debian-bts-l...@lists.debian.org Setting

Bug#958546: arm-linux-gnueabi-gcc ignores glibc in sysroot

2020-04-23 Thread Andrei POPESCU
Control: reassign -1 gcc-arm-linux-gnueabi 4:8.3.0-1 On Jo, 23 apr 20, 22:54:09, Lin Zhangpeng wrote: > Package: gcc-arm-linux-gnueabi Version: 4:8.3.0-1 When I compile a program > with `arm-linux-gnueabi-gcc --sysroot /path/to/sysroot foo.c -o foo' , the > output `foo' linked to the glibc from

Bug#958544: arm-linux-gnueabi-gcc does not use glibc in specified sysroot

2020-04-23 Thread Len Kagamine
Package: gcc-arm-linux-gnueabi Version: 4:8.3.0-1 When I compile a program with `arm-linux-gnueabi-gcc --sysroot /path/to/sysroot foo.c -o foo' , the output `foo' linked to the glibc from libc6-armel-cross, rather than that in `/path/to/sysroot' Steps to reproduce: 1. Prepare dummy.c: `int main()