summaryrefslogtreecommitdiff
path: root/sim/mips/configure
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2007-02-17 16:36:32 +0000
committerThiemo Seufer <ths@networkno.de>2007-02-17 16:36:32 +0000
commit8db94267530f114f71ba0c968eddb1808e99f794 (patch)
tree8ab56265d8c47440bd766fabcd42df0e12a09ad4 /sim/mips/configure
parent96387b016e04dad0726535627478019ae5e5c724 (diff)
downloadgdb-8db94267530f114f71ba0c968eddb1808e99f794.tar.gz
* configure.ac (mips*-sde-elf*): Move in front of generic machine
configuration. * configure: Regenerate.
Diffstat (limited to 'sim/mips/configure')
-rwxr-xr-xsim/mips/configure4
1 files changed, 1 insertions, 3 deletions
diff --git a/sim/mips/configure b/sim/mips/configure
index 2ddf7fc8834..acf11c9f283 100755
--- a/sim/mips/configure
+++ b/sim/mips/configure
@@ -5019,9 +5019,7 @@ fi;
mips_fpu=HARDWARE_FLOATING_POINT
mips_fpu_bitsize=
case "${target}" in
- mips*tx39*) mips_fpu=HARD_FLOATING_POINT
- mips_fpu_bitsize=32
- ;;
+ mips*tx39*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
mips*-sde-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
mips64*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
mips16*-*-*) mips_fpu=HARD_FLOATING_POINT ;;