Commit 01193617 by Richard Henderson Committed by Richard Henderson

* config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.

From-SVN: r61430
parent c292e375
2003-01-16 Richard Henderson <rth@redhat.com>
* config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
2003-01-16 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
(alpha_next_sequence_number): Likewise.
(alpha_this_literal_sequence_number): Likewise.
......
......@@ -45,5 +45,5 @@ Boston, MA 02111-1307, USA. */
#ifndef USE_GNULIBC_1
#undef LIB_SPEC
#define LIB_SPEC \
"%{pthread:-lpthread }%{shared:-lc}%{!shared:%{profile:-lc_p}%{!profile:-lc}} "
"%{pthread:-lpthread} %{shared:-lc}%{!shared:%{profile:-lc_p}%{!profile:-lc}} "
#endif
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