xtensa: intel_s1000: turn on XTENSA_ASM2
This adds the necessary bits to support ASM2 with XCC for Intel S1000 SoC. With ASM2 enabled, xcc is now required to build for Intel S1000 SoC. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
ecfc1b4ec1
commit
c229126f55
4 changed files with 270 additions and 0 deletions
|
@ -315,6 +315,7 @@ SECTIONS
|
|||
_text_start = ABSOLUTE(.);
|
||||
*(.entry.text)
|
||||
*(.init.literal)
|
||||
*(.iram0.text)
|
||||
KEEP(*(.init))
|
||||
*(.literal .text .literal.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
|
||||
*(.fini.literal)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue