Bug#1060075: gcc-13 FTCBFS: target system type set to nvptx-unknown-none

2024-04-30 Thread Emanuele Rocca
Control: retitle -1 gcc-13 FTCBFS: nvptx does not cross compile On 2024-01-06 01:10, Matthias Klose wrote: > no, the target is always nvptx-unknown-none. Ack, but in order to cross build nvptx we probably have to set build and host? I tried cross building gcc 13.2.0-23 on a x86 system with:

Bug#1060075: gcc-13 FTCBFS: target system type set to nvptx-unknown-none

2024-01-06 Thread Matthias Klose
> My understanding is that both the host and target system type > should be aarch64-unknown-linux-gnu instead. no, the target is always nvptx-unknown-none. and the package should be part of a cross build, you want to have the same set of packages.

Bug#1060075: gcc-13 FTCBFS: target system type set to nvptx-unknown-none

2024-01-05 Thread Emanuele Rocca
Source: gcc-13 Version: 13.2.0-9 User: debian-cr...@lists.debian.org Usertags: ftcbfs X-Debbugs-CC: debian-cr...@lists.debian.org Hi, cross-building the native compiler (build_type = cross-build-native) fails due to (1) an issue with m2, and (2) nvptx being confused about the host/target system.