diff options
author | Matthias Klose <doko@gcc.gnu.org> | 2007-09-27 19:56:06 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2007-09-27 19:56:06 +0000 |
commit | b91bd851582e05a8e6cc1035dd0a84a02c43d06b (patch) | |
tree | 28e73ca1ae07e2fcef5308ca485e28763e42a280 /gcc/config | |
parent | c1bb79f4df1e867ba69aeb91ed10f8a6bfa2f963 (diff) | |
download | gcc-b91bd851582e05a8e6cc1035dd0a84a02c43d06b.zip gcc-b91bd851582e05a8e6cc1035dd0a84a02c43d06b.tar.gz gcc-b91bd851582e05a8e6cc1035dd0a84a02c43d06b.tar.bz2 |
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.
From-SVN: r128846
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/t-linux64 | 2 | ||||
-rw-r--r-- | gcc/config/rs6000/t-linux64 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/t-linux64 b/gcc/config/i386/t-linux64 index 3eaea6e..0490d78 100644 --- a/gcc/config/i386/t-linux64 +++ b/gcc/config/i386/t-linux64 @@ -4,7 +4,7 @@ SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver \ $(srcdir)/config/i386/libgcc-x86_64-glibc.ver -# 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, diff --git a/gcc/config/rs6000/t-linux64 b/gcc/config/rs6000/t-linux64 index 7614ff5..2a2e7b0 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, |