diff options
author | Richard Guenther <rguenther@suse.de> | 2009-02-13 10:52:08 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2009-02-13 10:52:08 +0000 |
commit | 601b3e1ab1554c308761fd33c629f037ae87507f (patch) | |
tree | 514123e31b6c324a9e80fd2c3bab45663756b1e5 /gcc/config.in | |
parent | f007042e20e61d8e9b6472b47bb4005bc91baec0 (diff) | |
download | gcc-601b3e1ab1554c308761fd33c629f037ae87507f.zip gcc-601b3e1ab1554c308761fd33c629f037ae87507f.tar.gz gcc-601b3e1ab1554c308761fd33c629f037ae87507f.tar.bz2 |
configure.ac: Enable LFS.
2009-02-13 Richard Guenther <rguenther@suse.de>
* configure.ac: Enable LFS.
* configure: Re-generate.
* config.in: Likewise.
libcpp/
* configure.ac: Enable LFS.
* configure: Re-generate.
* config.in: Likewise.
From-SVN: r144151
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index cb4d82b..5696a2b 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1506,6 +1506,18 @@ #endif +/* Number of bits in a file offset, on hosts where this is settable. */ +#ifndef USED_FOR_TARGET +#undef _FILE_OFFSET_BITS +#endif + + +/* Define for large files, on AIX-style hosts. */ +#ifndef USED_FOR_TARGET +#undef _LARGE_FILES +#endif + + /* Define to 1 if on MINIX. */ #ifndef USED_FOR_TARGET #undef _MINIX |