Commit b82d0df9 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* config/cris/t-elfmulti (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)

	(MULTILIB_MATCHES): Add multilib for -march=v8.

From-SVN: r203639
parent 147b2c1f
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> 2013-10-15 Sriraman Tallam <tmsriram@google.com>
PR target/57756 PR target/57756
......
...@@ -16,9 +16,10 @@ ...@@ -16,9 +16,10 @@
# along with GCC; see the file COPYING3. If not see # along with GCC; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>. # <http://www.gnu.org/licenses/>.
MULTILIB_OPTIONS = march=v10/march=v32 MULTILIB_OPTIONS = march=v8/march=v10/march=v32
MULTILIB_DIRNAMES = v10 v32 MULTILIB_DIRNAMES = v8 v10 v32
MULTILIB_MATCHES = \ MULTILIB_MATCHES = \
march?v8=mcpu?v8 \
march?v10=mcpu?etrax100lx \ march?v10=mcpu?etrax100lx \
march?v10=mcpu?ng \ march?v10=mcpu?ng \
march?v10=march?etrax100lx \ march?v10=march?etrax100lx \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment