[llvm-commits] [llvm-gcc-4.2] r64611 - in /llvm-gcc-4.2/trunk/gcc/config: i386/t-linux64 rs6000/t-linux64
Anton Korobeynikov
asl at math.spbu.ru
Sun Feb 15 14:33:40 PST 2009
Author: asl
Date: Sun Feb 15 16:33:40 2009
New Revision: 64611
URL: http://llvm.org/viewvc/llvm-project?rev=64611&view=rev
Log:
Typo
Modified:
llvm-gcc-4.2/trunk/gcc/config/i386/t-linux64
llvm-gcc-4.2/trunk/gcc/config/rs6000/t-linux64
Modified: llvm-gcc-4.2/trunk/gcc/config/i386/t-linux64
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/config/i386/t-linux64?rev=64611&r1=64610&r2=64611&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/gcc/config/i386/t-linux64 (original)
+++ llvm-gcc-4.2/trunk/gcc/config/i386/t-linux64 Sun Feb 15 16:33:40 2009
@@ -5,7 +5,7 @@
$(srcdir)/config/i386/libgcc-x86_64-glibc.ver
# LLVM LOCAL begin mainline
-# On Debian, Ubuntu and other derivitive distributions, the 32bit libraries
+# On Debian, Ubuntu and other derivative distributions, the 32bit libraries
# are found in /lib32 and /usr/lib32, /lib64 and /usr/lib64 are symlinks to
# /lib and /usr/lib, while other distributions install libraries into /lib64
# and /usr/lib64. The LSB does not enforce the use of /lib64 and /usr/lib64,
Modified: llvm-gcc-4.2/trunk/gcc/config/rs6000/t-linux64
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/config/rs6000/t-linux64?rev=64611&r1=64610&r2=64611&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/gcc/config/rs6000/t-linux64 (original)
+++ llvm-gcc-4.2/trunk/gcc/config/rs6000/t-linux64 Sun Feb 15 16:33:40 2009
@@ -8,7 +8,7 @@
TARGET_LIBGCC2_CFLAGS += -mno-minimal-toc
# LLVM LOCAL begin mainline
-# On Debian, Ubuntu and other derivitive distributions, the 32bit libraries
+# On Debian, Ubuntu and other derivative distributions, the 32bit libraries
# are found in /lib32 and /usr/lib32, /lib64 and /usr/lib64 are symlinks to
# /lib and /usr/lib, while other distributions install libraries into /lib64
# and /usr/lib64. The LSB does not enforce the use of /lib64 and /usr/lib64,
More information about the llvm-commits
mailing list