* config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
authorRichard Henderson <rth@redhat.com>
Fri, 17 Jan 2003 07:37:13 +0000 (23:37 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 17 Jan 2003 07:37:13 +0000 (23:37 -0800)
From-SVN: r61430

gcc/ChangeLog
gcc/config/alpha/linux-elf.h

index 6b0f4122ef3049f3d258e13b8f76c93c95af3cc5..be6b7d999bc20db67b2a928e0ca398c31d5edb01 100644 (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.
index 49f518137e166155760570392404ac54aaeb7c38..f12cb63c801bef650effe849cf0cfcee93a702e6 100644 (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