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

From-SVN: r61430
This commit is contained in:
Richard Henderson 2003-01-16 23:37:13 -08:00 committed by Richard Henderson
parent c292e3750e
commit 011936178c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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