diff options
author | Steve Ellcey <sellcey@imgtec.com> | 2013-05-29 15:16:30 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2013-05-29 15:16:30 +0000 |
commit | 4fc43c398b6faac6cede5045a1b6f6c8855a4d7d (patch) | |
tree | 1657fd990919ccd70de732bb95340b2bff64018e /gcc/config/mips/mti-linux.h | |
parent | 065ce7f17967ba542669469836127e02bd7f9e83 (diff) | |
download | gcc-4fc43c398b6faac6cede5045a1b6f6c8855a4d7d.zip gcc-4fc43c398b6faac6cede5045a1b6f6c8855a4d7d.tar.gz gcc-4fc43c398b6faac6cede5045a1b6f6c8855a4d7d.tar.bz2 |
mti-linux.h (SYSROOT_SUFFIX_SPEC): Add micromips and mips16 directories.
2013-05-29 Steve Ellcey <sellcey@imgtec.com>
* config/mips/mti-linux.h (SYSROOT_SUFFIX_SPEC): Add micromips
and mips16 directories.
* config/mips/t-mti-linux (MULTILIB_OPTIONS): Add micromips and
mips16.
(MULTILIB_DIRNAMES): Ditto.
(MULTILIB_EXCEPTIONS): Add new exceptions.
* config/mips/t-mti-elf (MULTILIB_OPTIONS): Add micromips.
(MULTILIB_DIRNAMES): Ditto.
(MULTILIB_EXCEPTIONS): Add new exceptions.
From-SVN: r199411
Diffstat (limited to 'gcc/config/mips/mti-linux.h')
-rw-r--r-- | gcc/config/mips/mti-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mti-linux.h b/gcc/config/mips/mti-linux.h index a3fb489..45bc0b8 100644 --- a/gcc/config/mips/mti-linux.h +++ b/gcc/config/mips/mti-linux.h @@ -20,7 +20,7 @@ along with GCC; see the file COPYING3. If not see /* This target is a multilib target, specify the sysroot paths. */ #undef SYSROOT_SUFFIX_SPEC #define SYSROOT_SUFFIX_SPEC \ - "%{mips32:/mips32}%{mips64:/mips64}%{mips64r2:/mips64r2}%{mabi=64:/64}%{mel|EL:/el}%{msoft-float:/sof}" + "%{mips32:/mips32}%{mips64:/mips64}%{mips64r2:/mips64r2}%{mips16:/mips16}%{mmicromips:/micromips}%{mabi=64:/64}%{mel|EL:/el}%{msoft-float:/sof}" #undef DRIVER_SELF_SPECS #define DRIVER_SELF_SPECS \ |