summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-04-01 21:45:07 -0400
committermidipix <writeonce@midipix.org>2015-04-01 21:45:07 -0400
commit84d07b425fcf5436443630c796593832f91d98de (patch)
tree715523117fd88aba264e9ad8b7e3a91bbfa81348 /gcc/configure
parent683c237408b2a530321cfc3daf2c180a366f4ccf (diff)
downloadcbb-gcc-4.6.4-84d07b425fcf5436443630c796593832f91d98de.tar.bz2
cbb-gcc-4.6.4-84d07b425fcf5436443630c796593832f91d98de.tar.xz
fix biarch definitions for the midipix targets.
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index da02181b1..9607d6796 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -6928,7 +6928,7 @@ else
case $target in
powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
- i?86*-*-mingw* | x86_64*-*-mingw* | \
+ i?86*-*-mingw* | x86_64*-*-mingw* | i?86*-*-midipix* | x86_64*-*-midipix* | \
i?86*-*-cygwin*)
enable_decimal_float=yes
;;
@@ -23564,7 +23564,7 @@ _ACEOF
esac
case $target_os in
- cygwin* | pe | mingw32*)
+ cygwin* | pe | mingw32* | midipix*)
# 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.