Actions
Bug #7015
closedlibc tests need to use LINK64 correctly, rather than just passing -m64
Start date:
2016-05-30
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
We have a LINK64.c makefile macro, that does the right thing when linking 64-bit stuff. libc-tests uses LINK.c and passes -m64, which is not the same thing.
Updated by Electric Monk about 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 1919e1f72d0a8141a10acd516bd1daa5064c8d07
commit 1919e1f72d0a8141a10acd516bd1daa5064c8d07 Author: Richard Lowe <richlowe@richlowe.net> Date: 2016-06-01T18:50:51.000Z 7015 libc tests need to use LINK64 correctly, rather than just passing -m64 Reviewed by: Dan McDonald <damncd@omniti.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Actions