X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgcc.git;a=blobdiff_plain;f=lto-plugin%2Fconfig.h.in;h=ddbde7619d531141a841e9ba0a9e1255f552b4dc;hp=f7f479cf7bba00162635682a1b2c3151694ade09;hb=22e052725189a472e4e86ebb6595278a49f4bcdd;hpb=d8b1c3f075a59fec5316935240929037ea0c69c7 diff --git a/lto-plugin/config.h.in b/lto-plugin/config.h.in index f7f479cf7bba..ddbde7619d53 100644 --- a/lto-plugin/config.h.in +++ b/lto-plugin/config.h.in @@ -86,6 +86,11 @@ /* Version number of package */ #undef VERSION +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS