summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/t-linux64
diff options
context:
space:
mode:
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-27 19:56:06 +0000
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-27 19:56:06 +0000
commit20c07e7a44ddd93d24c2f6c410939283799a9513 (patch)
tree28e73ca1ae07e2fcef5308ca485e28763e42a280 /gcc/config/rs6000/t-linux64
parentf48da45c36a82ae8915f8e29f53594fc50d212a3 (diff)
downloadgcc-20c07e7a44ddd93d24c2f6c410939283799a9513.tar.gz
Fix speling error in previous commit:
* config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Use ../lib32 as the multilib osdirname if it exists. * config/rs6000/t-linux64 (MULTILIB_OSDIRNAMES): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128846 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/t-linux64')
-rw-r--r--gcc/config/rs6000/t-linux642
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/t-linux64 b/gcc/config/rs6000/t-linux64
index 7614ff5b0e6..2a2e7b0cdc0 100644
--- a/gcc/config/rs6000/t-linux64
+++ b/gcc/config/rs6000/t-linux64
@@ -7,7 +7,7 @@ LIB2FUNCS_EXTRA := $(sort $(LIB2FUNCS_EXTRA))
TARGET_LIBGCC2_CFLAGS += -mno-minimal-toc
-# 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,