diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-11-14 22:45:25 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2012-11-14 22:45:25 +0000 |
commit | d3547cab78d67d520da35f7ec44659f9be362602 (patch) | |
tree | 15cc988db8f9f79d7013f1e3f4a5da9967a17655 /gcc/config.gcc | |
parent | 0c9afb50c4f83f0764a4675a8d3d5e3150a666d6 (diff) | |
download | gcc-d3547cab78d67d520da35f7ec44659f9be362602.zip gcc-d3547cab78d67d520da35f7ec44659f9be362602.tar.gz gcc-d3547cab78d67d520da35f7ec44659f9be362602.tar.bz2 |
t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
2012-11-14 Matthias Klose <doko@ubuntu.com>
* config/sparc/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
* config/sparc/t-linux: New file; define MULTIARCH_DIRNAME.
* config.gcc <sparc-*-linux*> (tmake_file): Include sparc/t-linux
for 32bit non-biarch configurations.
From-SVN: r193510
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 665a743..ef64e92 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2422,6 +2422,7 @@ sparc-*-linux*) tmake_file="${tmake_file} sparc/t-linux64" else tm_file="${tm_file} sparc/linux.h" + tmake_file="${tmake_file} sparc/t-linux" fi ;; sparc-*-netbsdelf*) |