comparison gcc/config/sparc/t-rtems @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 # Copyright (C) 2012-2017 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
20 MULTILIB_OPTIONS = msoft-float mcpu=v8/mcpu=leon3/mcpu=leon3v7/mcpu=leon \
21 mfix-ut699/mfix-at697f/mfix-gr712rc
22 MULTILIB_DIRNAMES = soft v8 leon3 leon3v7 leon ut699 at697f gr712rc
23 MULTILIB_MATCHES = msoft-float=mno-fpu mfix-gr712rc=mfix-ut700
24
25 MULTILIB_REQUIRED =
26 MULTILIB_REQUIRED += msoft-float
27 MULTILIB_REQUIRED += mcpu=v8
28 MULTILIB_REQUIRED += mcpu=leon3
29 MULTILIB_REQUIRED += mcpu=leon3v7
30 MULTILIB_REQUIRED += mcpu=leon
31 MULTILIB_REQUIRED += mcpu=leon3/mfix-gr712rc
32 MULTILIB_REQUIRED += mcpu=leon3v7/mfix-gr712rc
33 MULTILIB_REQUIRED += mcpu=leon/mfix-ut699
34 MULTILIB_REQUIRED += mcpu=leon/mfix-at697f
35 MULTILIB_REQUIRED += msoft-float/mcpu=v8
36 MULTILIB_REQUIRED += msoft-float/mcpu=leon3
37 MULTILIB_REQUIRED += msoft-float/mcpu=leon3v7
38 MULTILIB_REQUIRED += msoft-float/mcpu=leon
39 MULTILIB_REQUIRED += msoft-float/mcpu=leon3/mfix-gr712rc
40 MULTILIB_REQUIRED += msoft-float/mcpu=leon3v7/mfix-gr712rc
41 MULTILIB_REQUIRED += msoft-float/mcpu=leon/mfix-ut699
42 MULTILIB_REQUIRED += msoft-float/mcpu=leon/mfix-at697f