From: Richard Henderson Date: Fri, 17 Jan 2003 07:37:13 +0000 (-0800) Subject: * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=011936178c1670d7298524cbd750a2bc6b14bb65;p=gcc.git * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing. From-SVN: r61430 --- 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