Codebase list gcc-defaults / 1f420e0
* Drop references to powerpcspe. Matthias Klose 2 years ago
2 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
55 LP: #1562598.
66 * d/rules: Factor-out mips* architectures into macros (Yunqiang Su).
77 * Stop building the cross pkg-config packages for Ubuntu.
8 * Drop references to powerpcspe.
89
910 -- Matthias Klose <doko@debian.org> Thu, 10 Jun 2021 09:44:48 +0200
1011
212212 DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
213213
214214 all_archs_mips = mips mipsel mipsn32 mipsn32el mips64 mips64el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el
215 all_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k or1k powerpc powerpcspe ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386 \
215 all_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k or1k powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386 \
216216 $(all_archs_mips)
217217
218 gcc10_archs = powerpcspe
218 gcc10_archs =
219219 gcc11_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k or1k powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386 \
220220 $(all_archs_mips)
221221
222 gnat_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k or1k powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386 \
222 gnat_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k or1k powerpc ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386 \
223223 $(all_archs_mips)
224224 gnat9_archs =
225225
321321
322322 go_archs = alpha amd64 arm64 armel armhf i386 ia64 \
323323 $(all_archs_mips) \
324 powerpc powerpcspe ppc64 ppc64el riscv64 s390 s390x sparc sparc64 x32
324 powerpc ppc64 ppc64el riscv64 s390 s390x sparc sparc64 x32
325325
326326 go_multilib_archs = $(filter $(go_archs), $(filter-out armel armhf, $(multilib_archs)))
327327
356356 HOST_ARCHS_i386 = amd64 arm64 ppc64el x32
357357 HOST_ARCHS_m68k = amd64 i386 x32
358358 HOST_ARCHS_powerpc = amd64 i386 x32 ppc64el
359 HOST_ARCHS_powerpcspe = amd64 i386 x32
360359 HOST_ARCHS_ppc64 = amd64 i386 x32 ppc64el
361360 HOST_ARCHS_ppc64el = amd64 i386 x32 ppc64 arm64
362361 HOST_ARCHS_riscv64 = amd64 i386 x32 arm64 ppc64el