aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-01-16 23:37:13 -0800
committerRichard Henderson <rth@gcc.gnu.org>2003-01-16 23:37:13 -0800
commit011936178c1670d7298524cbd750a2bc6b14bb65 (patch)
tree3b74b6e1da8647ed96ba4828ec6d02c47260ef60 /gcc
parentc292e3750e0d355f78af346566ed549495dec2a4 (diff)
downloadgcc-011936178c1670d7298524cbd750a2bc6b14bb65.zip
gcc-011936178c1670d7298524cbd750a2bc6b14bb65.tar.gz
gcc-011936178c1670d7298524cbd750a2bc6b14bb65.tar.bz2
* config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
From-SVN: r61430
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/alpha/linux-elf.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6b0f412..be6b7d9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/alpha/linux-elf.h b/gcc/config/alpha/linux-elf.h
index 49f5181..f12cb63 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