1 # Multilibs for aarch64 RTEMS targets.
3 # Copyright (C) 2024 Free Software Foundation, Inc.
5 # This file is part of GCC.
7 # GCC is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3, or (at your option)
12 # GCC is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with GCC; see the file COPYING3. If not see
19 # <http://www.gnu.org/licenses/>.
25 MULTILIB_OPTIONS += mabi=ilp32
26 MULTILIB_DIRNAMES += ilp32
28 MULTILIB_OPTIONS += mno-outline-atomics
29 MULTILIB_DIRNAMES += nooa
31 MULTILIB_OPTIONS += mcpu=cortex-a53
32 MULTILIB_DIRNAMES += a53
34 MULTILIB_OPTIONS += mfix-cortex-a53-835769
35 MULTILIB_DIRNAMES += fix835769
37 MULTILIB_OPTIONS += mfix-cortex-a53-843419
38 MULTILIB_DIRNAMES += fix843419
40 MULTILIB_REQUIRED += mabi=ilp32
41 MULTILIB_REQUIRED += mabi=ilp32/mno-outline-atomics/mcpu=cortex-a53/mfix-cortex-a53-835769/mfix-cortex-a53-843419
42 MULTILIB_REQUIRED += mno-outline-atomics/mcpu=cortex-a53/mfix-cortex-a53-835769/mfix-cortex-a53-843419