pkgsrc/lang/gcc2/files/xm-target64.h
wiz 39b07f0c64 Re-Import gcc2-2.95.3nb7 as lang/gcc2 (previously lang/gcc).
This directory contains the GNU Compiler Collection (GCC) version 2.95.
It includes all of the support for compiling C, C++, Objective C, Fortran,
Java, and Chill.

The GNU Compiler Collection is free software.  See the file COPYING for copying
permission.

See the file gcc.texi (together with other files that it includes) for
installation and porting information.  The file INSTALL contains a
copy of the installation information, as plain ASCII.

See the Bugs chapter of the GCC Manual for how to report bugs
usefully.  An online readable version of the manual is in the files
gcc.info*.
2015-04-25 10:32:07 +00:00

6 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