You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
557B

  1. # aprofile-validation.specs
  2. #
  3. # Spec file for AArch32 A profile baremetal newlib, libgloss on
  4. # VALIDATION platform with AngelAPI semi-hosting version 2 using the SVC
  5. # trap instruction.
  6. #
  7. # This Spec file is also appropriate for the foundation model.
  8. %rename link old_link
  9. *link:
  10. --defsym=_rdimon_vector_base=0x00000000 -Ttext-segment=0x00010000 %(old_link)
  11. %rename lib libc
  12. *libgloss:
  13. -lrdimon
  14. *lib:
  15. cpu-init/rdimon-aem.o%s --start-group %(libc) %(libgloss) --end-group
  16. *startfile:
  17. crti%O%s crtbegin%O%s %{!pg:rdimon-crt0%O%s} %{pg:rdimon-crt0%O%s}