mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
7 lines
159 B
C
7 lines
159 B
C
/* Hack to extend HOST_WIDE_INT on 64-bit target cross compilers. */
|
|
|
|
#ifdef __GNUC__
|
|
#define HOST_WIDE_INT long long
|
|
#define HOST_BITS_PER_WIDE_INT 64
|
|
#endif
|