[rtems commit] moxiesim/configure.ac: Fix typo
Joel Sherril
joel at rtems.org
Tue Oct 20 23:08:53 UTC 2015
Module: rtems
Branch: 4.11
Commit: ec6f20fc803eb4625918cf886af9343bc760d427
Changeset: http://git.rtems.org/rtems/commit/?id=ec6f20fc803eb4625918cf886af9343bc760d427
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Tue Oct 20 18:07:00 2015 -0500
moxiesim/configure.ac: Fix typo
---
c/src/lib/libbsp/moxie/moxiesim/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/c/src/lib/libbsp/moxie/moxiesim/configure.ac b/c/src/lib/libbsp/moxie/moxiesim/configure.ac
index ff87add..544ff41 100644
--- a/c/src/lib/libbsp/moxie/moxiesim/configure.ac
+++ b/c/src/lib/libbsp/moxie/moxiesim/configure.ac
@@ -21,7 +21,7 @@ AC_MSG_CHECKING([for old moxie assembly syntax])
AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM(
[],
- [asm("sub.l $r0, $r0");])],
+ [asm("sub.l \$r0, \$r0");])],
[HAVE_OLD_MOXIE_ASM=yes],
[HAVE_OLD_MOXIE_ASM=no])
AC_MSG_RESULT([$HAVE_OLD_MOXIE_ASM])
More information about the vc
mailing list