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 bce9ea0..5648eca 100755 --- a/gcc/configure +++ b/gcc/configure @@ -25226,7 +25226,7 @@ _ACEOF esac case $target_os in - cygwin* | pe | mingw32* | interix*) + cygwin* | pe | mingw32*) # Recent binutils allows the three-operand form of ".comm" on PE. This # definition is used unconditionally to initialise the default state of # the target option variable that governs usage of the feature. |