This is modeled after the ia64 support. Aarch64 can be either big endian or little endian, so we add the case for both. --- native/fdlibm/ieeefp.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/native/fdlibm/ieeefp.h b/native/fdlibm/ieeefp.h index 1a9740f..73455c0 100644 --- a/native/fdlibm/ieeefp.h +++ b/native/fdlibm/ieeefp.h @@ -27,6 +27,14 @@ #endif #endif +#ifdef __aarch64__ +#ifdef __BIG_ENDIAN__ +#define __IEEE_BIG_ENDIAN +#else +#define __IEEE_LITTLE_ENDIAN +#endif +#endif + #ifdef __hppa__ #define __IEEE_BIG_ENDIAN #endif -- 2.16.3 d='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/config-daemon.ac
AgeCommit message (Expand)Author
2019-11-27daemon: GC remove-unused-links phase uses 'statx' when available....Ludovic Courtès
2019-11-13daemon: Don't include <linux/fs.h>....Ludovic Courtès
2019-09-08daemon: Run 'guix substitute' directly and assume a single substituter....Ludovic Courtès
2019-09-08daemon: Run 'guix offload' directly....Ludovic Courtès
2019-09-08daemon: Run 'guix perform-download' directly....Ludovic Courtès
2019-09-08daemon: Run 'guix authenticate' directly....Ludovic Courtès
2019-09-08daemon: Invoke 'guix gc --list-busy' instead of 'list-runtime-roots'....Ludovic Courtès
2019-05-01build: Change default substitute server to "ci.guix.gnu.org"....Ludovic Courtès
2018-12-04build: Default to https://ci.guix.info for substitutes....Ludovic Courtès
2018-11-14daemon: Install 'authenticate' script under LIBEXECDIR/guix....Ludovic Courtès
2018-09-06build: Remove -L flag when $LIBGCRYPT_LIBDIR is empty....Ludovic Courtès
2018-03-05build: Default to berlin.guixsd.org substitutes on aarch64....Ludovic Courtès
2018-03-05build: Always use https substitute URLs....Ludovic Courtès
2018-02-27build: Really build 'guix offload' when possible....Ludovic Courtès
2018-02-26build: Require Guile >= 2.0.13....Ludovic Courtès
2018-01-07daemon: Make libbz2 an optional dependency....Ludovic Courtès
2018-01-07daemon: Add gzip log compression....Ludovic Courtès