From 011936178c1670d7298524cbd750a2bc6b14bb65 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 16 Jan 2003 23:37:13 -0800 Subject: [PATCH] * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing. From-SVN: r61430 --- gcc/ChangeLog | 4 ++++ gcc/config/alpha/linux-elf.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6b0f4122ef3..be6b7d999bc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-16 Richard Henderson + + * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing. + 2003-01-16 Richard Henderson * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY. diff --git a/gcc/config/alpha/linux-elf.h b/gcc/config/alpha/linux-elf.h index 49f518137e1..f12cb63c801 100644 --- a/gcc/config/alpha/linux-elf.h +++ b/gcc/config/alpha/linux-elf.h @@ -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 -- 2.30.2