diff options
author | Per Bothner <per@bothner.com> | 2004-06-08 18:12:01 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2004-06-08 18:12:01 -0700 |
commit | 74ee16427180c49e1e2dfa01991770d2e3e7ab7e (patch) | |
tree | fbef72a40851839e12f2525a83796c5114fea93b /gcc/config.in | |
parent | 898c05b8bd9d73fdb3dd1e9e4e4044b0ac74a789 (diff) | |
download | gcc-74ee16427180c49e1e2dfa01991770d2e3e7ab7e.tar.gz |
* configure.ac: New --enable-mapped-location sets USE_MAPPED_LOCATION.
From-SVN: r82809
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 376759e70df..2de75fd55d0 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -542,6 +542,9 @@ /* Define if gcc should use -lunwind. */ #undef USE_LIBUNWIND_EXCEPTIONS +/* Define if location_t is fileline integer cookie. */ +#undef USE_MAPPED_LOCATION + /* Define to be the last portion of registry key on windows hosts. */ #undef WIN32_REGISTRY_KEY |