Skip to content

Commit

Permalink
Fix or1k-rtems
Browse files Browse the repository at this point in the history
* Include elfos.h and others
* Set OR1K_DELAY_DEFAULT
  • Loading branch information
wallento committed Mar 19, 2016
1 parent 8b7bdf1 commit 04b6643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcc/config.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -2185,8 +2185,10 @@ or1k-*-linux-*)
tm_defines="${tm_defines} OR1K_DELAY_DEFAULT=OR1K_DELAY_ON"
;;
or1k*-*-rtems*)
tm_file="${tm_file} dbxelf.h elfos.h ${cpu_type}/elf.h"
tm_file="${tm_file} newlib-stdint.h or1k/rtems.h rtems.h"
extra_parts="crti.o crtbegin.o crtend.o crtn.o"
tm_defines="${tm_defines} OR1K_DELAY_DEFAULT=OR1K_DELAY_ON"
;;
or1knd-*-elf*)
tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h ${cpu_type}/elf.h"
Expand Down

0 comments on commit 04b6643

Please sign in to comment.