[rtems commit] moxiesim/configure.ac: Fix typo

Joel Sherril joel at rtems.org
Tue Oct 20 23:08:08 UTC 2015


Module:    rtems
Branch:    master
Commit:    473294c5a20d787ff5c011361d37ccb6996609cc
Changeset: http://git.rtems.org/rtems/commit/?id=473294c5a20d787ff5c011361d37ccb6996609cc

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Tue Oct 20 18:07:00 2015 -0500

moxiesim/configure.ac: Fix typo

updates 2254.

---

 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