File tree 3 files changed +33
-0
lines changed 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -3600,6 +3600,11 @@ xstormy16-*-elf)
3600
3600
extra_options=stormy16/stormy16.opt
3601
3601
tmake_file="stormy16/t-stormy16"
3602
3602
;;
3603
+ xtensa*-*_zephyr-elf*)
3604
+ tm_file="${tm_file} elfos.h newlib-stdint.h xtensa/elf.h"
3605
+ extra_options="${extra_options} xtensa/elf.opt"
3606
+ tmake_file="${tmake_file} xtensa/t-zephyr"
3607
+ ;;
3603
3608
xtensa*-*-elf*)
3604
3609
tm_file="${tm_file} elfos.h newlib-stdint.h xtensa/elf.h"
3605
3610
extra_options="${extra_options} xtensa/elf.opt"
Original file line number Diff line number Diff line change
1
+ # Copyright (C) 2016, 2023 Intel Corporation.
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 += mabi=call0
21
+ MULTILIB_DIRNAMES += call0
22
+ #MULTILIB_MATCHES = mabi=call0
23
+ #MULTILIB_EXCEPTIONS =
Original file line number Diff line number Diff line change @@ -1531,6 +1531,11 @@ visium-*-elf*)
1531
1531
xstormy16-*-elf)
1532
1532
tmake_file="stormy16/t-stormy16 t-fdpbit"
1533
1533
;;
1534
+ xtensa*-*_zephyr-elf*)
1535
+ tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-elf"
1536
+ extra_parts="$extra_parts crti.o crtn.o"
1537
+ tmake_file="${tmake_file} xtensa/t-zephyr"
1538
+ ;;
1534
1539
xtensa*-*-elf*)
1535
1540
tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-elf"
1536
1541
extra_parts="$extra_parts crti.o crtn.o"
You can’t perform that action at this time.
0 commit comments