summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guile-config/qthreads.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/guile-config/qthreads.m4 b/guile-config/qthreads.m4
index e169f1cb5..8557620a5 100644
--- a/guile-config/qthreads.m4
+++ b/guile-config/qthreads.m4
@@ -127,6 +127,13 @@ AC_DEFUN([QTHREADS_CONFIGURE],[
qtmdc_c=md/null.c
qtdmdb_s=md/axp_b.s
;;
+ arm*-*-*)
+ port_name=arm
+ qtmd_h=md/arm.h
+ qtmds_s=md/arm.s
+ qtmdc_c=md/null.c
+ qtdmdb_s=
+ ;;
*)
echo "Unknown configuration; threads package disabled"
THREAD_PACKAGE=""