Commit ae381d95 by Michael Meissner

Fix typo in last change.

From-SVN: r11878
parent 67d743fe
...@@ -971,7 +971,7 @@ do { \ ...@@ -971,7 +971,7 @@ do { \
/* Motorola MVME support. */ /* Motorola MVME support. */
#ifndef LIB_MVME_SPEC #ifndef LIB_MVME_SPEC
#define LIB_MVME_SPEC "-( -lmvme -lc -) }" #define LIB_MVME_SPEC "-( -lmvme -lc -)"
#endif #endif
#ifndef STARTFILE_MVME_SPEC #ifndef STARTFILE_MVME_SPEC
...@@ -992,7 +992,7 @@ do { \ ...@@ -992,7 +992,7 @@ do { \
/* PowerPC simulator based on netbsd system calls support. */ /* PowerPC simulator based on netbsd system calls support. */
#ifndef LIB_SIM_SPEC #ifndef LIB_SIM_SPEC
#define LIB_SIM_SPEC "-( -lsim -lc -) }" #define LIB_SIM_SPEC "-( -lsim -lc -)"
#endif #endif
#ifndef STARTFILE_SIM_SPEC #ifndef STARTFILE_SIM_SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment