aboutsummaryrefslogtreecommitdiff
path: root/sim/sh64/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-03-23 15:07:30 +0000
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-03-23 15:07:30 +0000
commit94c63d78f6c4d0a10c1b4e42a16994d1c89998af (patch)
treebd24382e9c0920631a5401b57a5f52e814515adf /sim/sh64/configure.ac
parentfb61c40addb9bccbd2404d69bfac0836ce8a9462 (diff)
downloadgdb-94c63d78f6c4d0a10c1b4e42a16994d1c89998af.zip
gdb-94c63d78f6c4d0a10c1b4e42a16994d1c89998af.tar.gz
gdb-94c63d78f6c4d0a10c1b4e42a16994d1c89998af.tar.bz2
2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Fail if dv-sockser.o not available. Error when --disable-sim-hardware is specified. * configure: Regenerated.
Diffstat (limited to 'sim/sh64/configure.ac')
-rw-r--r--sim/sh64/configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/sh64/configure.ac b/sim/sh64/configure.ac
index d719ee0..1ce3e75 100644
--- a/sim/sh64/configure.ac
+++ b/sim/sh64/configure.ac
@@ -14,4 +14,13 @@ SIM_AC_OPTION_ENVIRONMENT
SIM_AC_OPTION_INLINE()
SIM_AC_OPTION_CGEN_MAINT
+SIM_AC_OPTION_HARDWARE(always,"","")
+
+if test -z "$SIM_DV_SOCKSER_O"; then
+ AC_MSG_ERROR([Sorry, but hardware support in this simulator
+unconditionally relies on dv-sockser.o which is unavailable for your host.
+Please fix this simulator.])
+fi
+
SIM_AC_OUTPUT
+