mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 08:46:47 +08:00
* config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
From-SVN: r61430
This commit is contained in:
parent
c292e3750e
commit
011936178c
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user