[Bug ada/97859] [11 Regression] bootstrap error building a gnat cross compiler targeting ppc64le on x86_64-linux-gnu

2020-11-18 Thread doko at debian dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97859 Matthias Klose changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug ada/97859] [11 Regression] bootstrap error building a gnat cross compiler targeting ppc64le on x86_64-linux-gnu

2020-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97859 --- Comment #8 from CVS Commits --- The master branch has been updated by Matthias Klose : https://gcc.gnu.org/g:ba97b532604815333848ee30e069dde6e36ce4c9 commit r11-5129-gba97b532604815333848ee30e069dde6e36ce4c9 Author: Matthias Klose Date:

[Bug ada/97859] [11 Regression] bootstrap error building a gnat cross compiler targeting ppc64le on x86_64-linux-gnu

2020-11-18 Thread doko at debian dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97859 --- Comment #7 from Matthias Klose --- patch posted at https://gcc.gnu.org/pipermail/gcc-patches/2020-November/559485.html the build succeeds

[Bug ada/97859] [11 Regression] bootstrap error building a gnat cross compiler targeting ppc64le on x86_64-linux-gnu

2020-11-18 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97859 --- Comment #6 from Eric Botcazou --- > target_cpu is powerpc64le > > Makefile.rtl: > > ifeq ($(strip $(filter-out powerpc64,$(target_cpu))),) > ifneq ($(strip $(MULTISUBDIR)),/ppc) > LIBGNAT_TARGET_PAIRS += $(GNATRTL_128BIT_P

[Bug ada/97859] [11 Regression] bootstrap error building a gnat cross compiler targeting ppc64le on x86_64-linux-gnu

2020-11-18 Thread doko at debian dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97859 --- Comment #5 from Matthias Klose --- target_cpu is powerpc64le Makefile.rtl: ifeq ($(strip $(filter-out powerpc64,$(target_cpu))),) ifneq ($(strip $(MULTISUBDIR)),/ppc) LIBGNAT_TARGET_PAIRS += $(GNATRTL_128BIT_PAIRS)

[Bug ada/97859] [11 Regression] bootstrap error building a gnat cross compiler targeting ppc64le on x86_64-linux-gnu

2020-11-18 Thread doko at debian dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97859 --- Comment #4 from Matthias Klose --- hmm, that file doesn't exist for the cross build. $ find -name 's-val*.o' ./build/gcc/ada/libgnat/s-valint.o ./build/gcc/ada/libgnat/s-valuti.o ./build/gcc/ada/libgnat/s-valuns.o ./build/gcc/ada/rts/s-valde

[Bug ada/97859] [11 Regression] bootstrap error building a gnat cross compiler targeting ppc64le on x86_64-linux-gnu

2020-11-17 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97859 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

[Bug ada/97859] [11 Regression] bootstrap error building a gnat cross compiler targeting ppc64le on x86_64-linux-gnu

2020-11-16 Thread doko at debian dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97859 --- Comment #2 from Matthias Klose --- targeting powerpc-linux-gnu also works

[Bug ada/97859] [11 Regression] bootstrap error building a gnat cross compiler targeting ppc64le on x86_64-linux-gnu

2020-11-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97859 Richard Biener changed: What|Removed |Added Target Milestone|--- |11.0

[Bug ada/97859] [11 Regression] bootstrap error building a gnat cross compiler targeting ppc64le on x86_64-linux-gnu

2020-11-16 Thread doko at debian dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97859 --- Comment #1 from Matthias Klose --- targeting aarch64-linux-gnu with the same version works