1# Copyright (C) 2002-2020 Free Software Foundation, Inc.
2#
3# This file is part of GCC.
4#
5# GCC is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 3, or (at your option)
8# any later version.
9#
10# GCC is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with GCC; see the file COPYING3.  If not see
17# <http://www.gnu.org/licenses/>.
18
19# Enable the following if multilibs are needed.
20# See gcc/genmultilib, gcc/gcc.texi and gcc/tm.texi for a
21# description of the options and their values.
22#
23#MULTILIB_OPTIONS	= mcpu=fr500/mcpu=tomcat/mcpu=simple/mcpu=frv msoft-float mdword/mno-dword
24#MULTILIB_DIRNAMES	= fr500 tomcat simple frv nof dw no-dw
25#MULTILIB_MATCHES	= mcpu?simple=mcpu?fr300 mno-double=mcpu?fr500 mcpu?frv=mdouble
26#MULTILIB_EXCEPTIONS	= *mcpu=simple/*msoft-float* *mcpu=frv/*msoft-float*
27#MULTILIB_EXTRA_OPTS	= mlibrary-pic
28
29MULTILIB_OPTIONS	= mcpu=fr400/mcpu=fr550 mno-pack mlibrary-pic/mfdpic
30MULTILIB_DIRNAMES	= fr400 fr550 unpacked pic fdpic
31MULTILIB_MATCHES	= mcpu?simple=mcpu?fr300 \
32			  mlibrary-pic=multilib-library-pic \
33			  mcpu?fr400=mcpu?fr405 mcpu?fr400=mcpu?fr450
34MULTILIB_EXCEPTIONS	= mcpu=frv/mno-pack* mcpu=simple/mno-pack*
35
36EXTRA_HEADERS = $(srcdir)/config/frv/frv-asm.h
37