(LIB_SPEC): Handle -p anmd -pg outermost.

From-SVN: r5551
This commit is contained in:
Richard Stallman 1993-10-01 22:52:36 +00:00
parent e4623f4f57
commit 5ec4e39ecf
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
#endif
#undef LIB_SPEC
#define LIB_SPEC "%{g*:-lg} %{!g*:%{!p:%{!pg:-lc}}%{p:-lgmon -lc_p}%{pg:-lgmon -lc_p}}"
#define LIB_SPEC "%{p:-lgmon -lc_p} %{pg:-lgmon -lc_p} %{!p:%{!pg:%{!g*:-lc} %{g*:-lg}}}"
#undef STARTFILE_SPEC