aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300
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
parent32d41f6ddbcfdca096f753adaa17691d7a1b4afd (diff)
downloadfsf-binutils-gdb-f872d0d643968c1101bb8c07b252edd54f626da2.zip
fsf-binutils-gdb-f872d0d643968c1101bb8c07b252edd54f626da2.tar.gz
fsf-binutils-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')
-rw-r--r--sim/mn10300/ChangeLog4
-rw-r--r--sim/mn10300/configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog
index de9e5ab..e3e59b1 100644
--- a/sim/mn10300/ChangeLog
+++ b/sim/mn10300/ChangeLog
@@ -1,3 +1,7 @@
+Fri May 22 12:17:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * configure.in (SIM_AC_OPTION_HARDWARE): Add argument "yes".
+
start-sanitize-am30
Wed May 6 13:29:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
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)