diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-07-17 18:54:57 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-07-17 18:54:57 +0000 |
commit | 4923bb187ef9d22cb8479ace6e75f1a4bea38833 (patch) | |
tree | 3f86ce8ca2626b96907fac440385900dd14a2bd8 | |
parent | 47f7fb362140c360f88981e675a0d71fa9b2158d (diff) | |
download | guile-4923bb187ef9d22cb8479ace6e75f1a4bea38833.tar.gz |
Added configuration for ARM.
-rw-r--r-- | guile-config/qthreads.m4 | 7 |
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="" |