|
From: | Glenn Morris |
Subject: | Re: emacs-26 9e59de9: Use GCALIGNED properly for GCC |
Date: | Thu, 09 Nov 2017 18:31:59 -0500 |
User-agent: | Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Paul Eggert wrote: > branch: emacs-26 > commit 9e59de9449b53c3ecd85b624c11360ba9cafee75 [...] > Use GCALIGNED properly for GCC This seems to cause build failure on 32-bit GNU/Linux. build.i686-linux on hydra fails since this commit was merged to master: https://hydra.nixos.org/eval/1408828 (Sadly the hydra build logs seem to be missing at the moment, so there's nothing informative there.) I reproduced the issue on 64-bit RHEL7 building the emacs-26 branch with ./configure --without-all --without-x CC="gcc -m32" The command "./temacs --batch --load loadup bootstrap" simply exits immediately with no output and status 0. With 9e59de9 reverted, the same build completes ok.
[Prev in Thread] | Current Thread | [Next in Thread] |