Skip to content

Commit

Permalink
arc: Add ARC C language extension header.
Browse files Browse the repository at this point in the history
gcc/
2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>

	* config.gcc (extra_headers): Add arcle.h.
	* config/arc/arcle.h: Newfile.
  • Loading branch information
claziss committed Aug 12, 2021
1 parent 69018cb commit c1e04c1
Show file tree
Hide file tree
Showing 2 changed files with 1,652 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/config.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ arc-*-* | arc[eb]*-*-*)
c_target_objs="arc-c.o"
cxx_target_objs="arc-c.o"
extra_options="${extra_options} arc/arc-tables.opt g.opt"
extra_headers="arc-simd.h"
extra_headers="arc-simd.h arcle.h"
;;
arc64-*-*)
cpu_type=arc64
Expand Down
Loading

0 comments on commit c1e04c1

Please sign in to comment.