diff options
author | Mark Salter <msalter@redhat.com> | 2002-01-07 18:12:32 +0000 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2002-01-07 18:12:32 +0000 |
commit | 62a25ce17c6c57a9dff0ecc936026a8060be37f9 (patch) | |
tree | 148fd294fb7d3dfcb44052f4ff43a39604f36633 /libgloss/arm/coff-redboot.specs | |
parent | 4a08cbfefba72068259316476bf0a3b55026ca1c (diff) | |
download | cygnal-62a25ce17c6c57a9dff0ecc936026a8060be37f9.tar.gz cygnal-62a25ce17c6c57a9dff0ecc936026a8060be37f9.tar.bz2 cygnal-62a25ce17c6c57a9dff0ecc936026a8060be37f9.zip |
Add ARM support
Diffstat (limited to 'libgloss/arm/coff-redboot.specs')
-rw-r--r-- | libgloss/arm/coff-redboot.specs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgloss/arm/coff-redboot.specs b/libgloss/arm/coff-redboot.specs new file mode 100644 index 000000000..21977617c --- /dev/null +++ b/libgloss/arm/coff-redboot.specs @@ -0,0 +1,8 @@ +%rename link old_link + +*link: +-T redboot.ld%s -Ttext 0x20000 %(old_link) + +*startfile: +redboot-crt0%O%s redboot-syscalls%O%s + |