Commit 9aea9597 by Richard Stallman

entered into RCS

From-SVN: r1305
parent 7558fb2a
...@@ -42,6 +42,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -42,6 +42,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define LIB_SPEC "%{g:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p} " #define LIB_SPEC "%{g:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p} "
/* gcc should find libgcc.a itself, not ask linker to do so. */
3define LINK_LIBGCC_SPECIAL
/* This is how to align the code that follows an unconditional branch. /* This is how to align the code that follows an unconditional branch.
Don't define it, since it confuses the assembler (we hear). */ Don't define it, since it confuses the assembler (we hear). */
......
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