|
Last change
on this file since 607 was 607, checked in by bird, 22 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
|
File size:
294 bytes
|
| Line | |
|---|
| 1 | # If you change this file, please alsolook at files which source this one:
|
|---|
| 2 | # shlelf_nbsd.sh
|
|---|
| 3 |
|
|---|
| 4 | . ${srcdir}/emulparams/shelf.sh
|
|---|
| 5 |
|
|---|
| 6 | OUTPUT_FORMAT="elf32-sh-nbsd"
|
|---|
| 7 | TEXT_START_ADDR=0x400000
|
|---|
| 8 | MAXPAGESIZE=0x10000
|
|---|
| 9 |
|
|---|
| 10 | DATA_START_SYMBOLS='__data_start = . ;';
|
|---|
| 11 |
|
|---|
| 12 | ENTRY=_start
|
|---|
| 13 |
|
|---|
| 14 | unset EMBEDDED
|
|---|
| 15 | unset OTHER_SECTIONS
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.