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 m'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/search.scm
AgeCommit message (Expand)Author
2024-11-24gnu: ugrep: Update to 7.1.0....* gnu/packages/search.scm (ugrep): Update to 7.1.0. Change-Id: Ifb4b6b92dbd8b60b81bb23900451fd634580f9d7 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Ashish SHUKLA
2024-11-15gnu: ugrep: Update to 7.0.4....* gnu/packages/search.scm (ugrep): Update to 7.0.4. Ashish SHUKLA
2024-10-30gnu: ugrep: Update to 7.0.2....* gnu/packages/search.scm (ugrep): Update to 7.0.2. Change-Id: Ia270e6be43c8154865ae965af60ff52ff81d00e2 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Ashish SHUKLA
2024-10-26gnu: ugrep: Update to 7.0.0....* gnu/packages/search.scm (ugrep): Update to 7.0.0. Change-Id: I761b7dce107428a919992e3c4966bfa7dabf5c62 Ashish SHUKLA
2024-08-31gnu: swish-e: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/search.scm (swish-e)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Iff70ecd244e2ca89c28015e2685e5966c08cf0d7 Maxime Devos
2024-08-28gnu: ugrep: Update to 6.5.0....* gnu/packages/search.scm (ugrep): Update to 6.5.0. Change-Id: Icfbd8874b7c668cae4c761ec21530ff1e3a0e041 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Ashish SHUKLA
2024-08-09gnu: ugrep: Update to 6.4.1....* gnu/packages/search (ugrep): Update to 6.4.1. Change-Id: I2b16899aa77518f0575b71ff57342ad3d91e67d4 Signed-off-by: jgart <jgart@dismail.de> Ashish SHUKLA
2024-08-07gnu: ugrep: Update to 6.4.0....* gnu/packages/search.scm (ugrep): Update to 6.4.0. Change-Id: I8a58b4f4b084cd254cd2e09ca81a5c2c980cadd1 Signed-off-by: jgart <jgart@dismail.de> Ashish SHUKLA
2024-08-01gnu: ugrep: Update to 6.3.0....* gnu/packages/search.scm (ugrep): Update to 6.3.0. [source]: Don't delete linux binaries, they're no longer included. [inputs]: Add dependency on brotli for brotli support. Change-Id: If1dc15b5f554079a5bc084501683bd6c5b5926d2 Signed-off-by: Christopher Baines <mail@cbaines.net> Ashish SHUKLA