OSDN Git Service

* config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Jan 2003 07:37:13 +0000 (07:37 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Jan 2003 07:37:13 +0000 (07:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61430 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 6b0f412..be6b7d9 100644 (file)
@@ -1,5 +1,9 @@
 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.
        (alpha_next_sequence_number): Likewise.
        (alpha_this_literal_sequence_number): Likewise.
index 49f5181..f12cb63 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