Commit 0fffa5e1 by Richard Kenner

(LIB_SPEC): Define to avoid -lg.

From-SVN: r10025
parent 245c3e25
...@@ -227,6 +227,11 @@ extern int target_flags; ...@@ -227,6 +227,11 @@ extern int target_flags;
#define LINK_SPEC "%{!shared:-u main} %{shared:-b}" #define LINK_SPEC "%{!shared:-u main} %{shared:-b}"
/* We don't want -lg. */
#ifndef LIB_SPEC
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
#endif
/* Allow $ in identifiers. */ /* Allow $ in identifiers. */
#define DOLLARS_IN_IDENTIFIERS 2 #define DOLLARS_IN_IDENTIFIERS 2
......
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