Codebase list gcc-snapshot / 055e296
* Configure --with-arch=i686 for the Hurd. Closes: #960929. Matthias Klose 3 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 gcc-10 (10.1.0-3) UNRELEASED; urgency=medium
1
2 * Configure --with-arch=i686 for the Hurd. Closes: #960929.
3
4 -- Matthias Klose <doko@debian.org> Mon, 18 May 2020 15:52:29 +0200
5
06 gcc-10 (10.1.0-2) unstable; urgency=medium
17
28 * Update to git 20200515 from the gcc-10 branch.
584584 endif
585585
586586 ifneq (,$(filter $(DEB_TARGET_ARCH), hurd-i386))
587 CONFARGS += --with-arch=i586
587 CONFARGS += --with-arch=i686
588588 endif
589589
590590 ifneq (,$(filter $(DEB_TARGET_ARCH), amd64 i386 hurd-i386 kfreebsd-i386 kfreebsd-amd64))