diff options
Diffstat (limited to 'libgcc/config.in')
-rw-r--r-- | libgcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/config.in b/libgcc/config.in index 25aa0d9..7de22ee 100644 --- a/libgcc/config.in +++ b/libgcc/config.in @@ -71,3 +71,9 @@ /* Define to 1 if the target use emutls for thread-local storage. */ #undef USE_EMUTLS + +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES |