diff options
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 589ae0a..50e5fd6 100755 --- a/gcc/configure +++ b/gcc/configure @@ -6900,7 +6900,7 @@ if test "${enable_mapped_location+set}" = set; then enableval="$enable_mapped_location" else - enable_mapped_location=no + enable_mapped_location=yes fi; if test "$enable_mapped_location" = yes ; then |