diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2023-05-10 01:20:34 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-11 01:28:34 +0200 |
commit | 3ca9f43d1007956251130ee5a59abb63bff8a6b6 (patch) | |
tree | 984844688ca7af40da94bc95e0e0079f4b592335 /soft-fp | |
parent | 1a57ab0c923f269d1d7c29dfe4634c0ae66d69ac (diff) | |
download | glibc-3ca9f43d1007956251130ee5a59abb63bff8a6b6.tar glibc-3ca9f43d1007956251130ee5a59abb63bff8a6b6.tar.gz glibc-3ca9f43d1007956251130ee5a59abb63bff8a6b6.tar.bz2 glibc-3ca9f43d1007956251130ee5a59abb63bff8a6b6.zip |
Stop checking if MiG supports retcode.
We already did the same change for Hurd
(https://git.savannah.gnu.org/cgit/hurd/hurd.git/commit/?id=ef5924402864ef049f40a39e73967628583bc1a4)
Due to MiG requiring the subsystem to be defined early in order to know the
size of a port, this was causing a division by zero error during ./configure.
We could have just move subsystem to the top of the snippet, however it is
simpler to just remove the check given that we have no plans to use some other
MiG anyway.
HAVE_MIG_RETCODE is removed completely since this will be a no-op either
way (compiling against old Hurd headers will work the same, new Hurd
headers will result in the same stubs since retcode is a no-op).
Message-Id: <ZFspor91aoMwbh9T@jupiter.tail36e24.ts.net>
Diffstat (limited to 'soft-fp')
0 files changed, 0 insertions, 0 deletions