1 |
709 |
jeremybenn |
# Copyright (C) 2005, 2006, 2007, 2008, 2011 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 |
|
|
# .
|
18 |
|
|
|
19 |
|
|
## Target part of the Makefile
|
20 |
|
|
|
21 |
|
|
MULTILIB_OPTIONS=mcpu=bf532-none
|
22 |
|
|
MULTILIB_OPTIONS+=mid-shared-library/msep-data/mfdpic mleaf-id-shared-library
|
23 |
|
|
MULTILIB_DIRNAMES=bf532-none mid-shared-library msep-data mfdpic mleaf-id-shared-library
|
24 |
|
|
|
25 |
|
|
MULTILIB_MATCHES=mcpu?bf532-none=mcpu?bf512-none mcpu?bf532-none=mcpu?bf514-none
|
26 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf516-none mcpu?bf532-none=mcpu?bf518-none
|
27 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf522-none mcpu?bf532-none=mcpu?bf523-none
|
28 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf524-none mcpu?bf532-none=mcpu?bf525-none
|
29 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf526-none mcpu?bf532-none=mcpu?bf527-none
|
30 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf531-none mcpu?bf532-none=mcpu?bf533-none
|
31 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf534-none mcpu?bf532-none=mcpu?bf536-none
|
32 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf537-none mcpu?bf532-none=mcpu?bf538-none
|
33 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf539-none mcpu?bf532-none=mcpu?bf542-none
|
34 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf542m-none
|
35 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf544-none
|
36 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf544m-none
|
37 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf547-none
|
38 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf547m-none
|
39 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf548-none
|
40 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf548m-none
|
41 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf549-none
|
42 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf549m-none
|
43 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf561-none
|
44 |
|
|
MULTILIB_MATCHES+=mcpu?bf532-none=mcpu?bf592-none
|
45 |
|
|
|
46 |
|
|
MULTILIB_EXCEPTIONS=mleaf-id-shared-library*
|
47 |
|
|
MULTILIB_EXCEPTIONS+=mcpu=bf532-none/mleaf-id-shared-library*
|
48 |
|
|
MULTILIB_EXCEPTIONS+=*mfdpic/mleaf-id-shared-library*
|
49 |
|
|
MULTILIB_EXCEPTIONS+=*msep-data/mleaf-id-shared-library*
|