* config/cris/t-elfmulti (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
authorHans-Peter Nilsson <hp@axis.com>
Wed, 16 Oct 2013 01:38:27 +0000 (01:38 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Wed, 16 Oct 2013 01:38:27 +0000 (01:38 +0000)
(MULTILIB_MATCHES): Add multilib for -march=v8.

From-SVN: r203639

gcc/ChangeLog
gcc/config/cris/t-elfmulti

index 6997461..fb5b267 100644 (file)
@@ -1,3 +1,8 @@
+2013-10-16  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/cris/t-elfmulti (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
+       (MULTILIB_MATCHES): Add multilib for -march=v8.
+
 2013-10-15 Sriraman Tallam  <tmsriram@google.com>
 
        PR target/57756
index f4dfb85..aff60fc 100644 (file)
 # along with GCC; see the file COPYING3.  If not see
 # <http://www.gnu.org/licenses/>.
 
-MULTILIB_OPTIONS = march=v10/march=v32
-MULTILIB_DIRNAMES = v10 v32
+MULTILIB_OPTIONS = march=v8/march=v10/march=v32
+MULTILIB_DIRNAMES = v8 v10 v32
 MULTILIB_MATCHES = \
+               march?v8=mcpu?v8 \
                march?v10=mcpu?etrax100lx \
                march?v10=mcpu?ng \
                march?v10=march?etrax100lx \