aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300/configure.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-05-22 05:23:04 +0000
committerAndrew Cagney <cagney@redhat.com>1998-05-22 05:23:04 +0000
commitf872d0d643968c1101bb8c07b252edd54f626da2 (patch)
tree2adb6b0e807371efa17f46a5c5625194d770abac /sim/mn10300/configure.in
parent32d41f6ddbcfdca096f753adaa17691d7a1b4afd (diff)
downloadgdb-f872d0d643968c1101bb8c07b252edd54f626da2.zip
gdb-f872d0d643968c1101bb8c07b252edd54f626da2.tar.gz
gdb-f872d0d643968c1101bb8c07b252edd54f626da2.tar.bz2
Only enable H/W on some mips targets.
Move common hw-obj to Make-common Pacify GCC
Diffstat (limited to 'sim/mn10300/configure.in')
-rw-r--r--sim/mn10300/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mn10300/configure.in b/sim/mn10300/configure.in
index d9dfa6b..c0aef7e 100644
--- a/sim/mn10300/configure.in
+++ b/sim/mn10300/configure.in
@@ -14,7 +14,7 @@ SIM_AC_OPTION_RESERVED_BITS
SIM_AC_OPTION_BITSIZE(32,31)
SIM_AC_OPTION_INLINE()
# start-sanitize-am30
-SIM_AC_OPTION_HARDWARE(,mn103cpu mn103int)
+SIM_AC_OPTION_HARDWARE(yes,,mn103cpu mn103int)
# end-sanitize-am30
AC_CHECK_FUNCS(time chmod utime fork execve execv chown)