mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
Major rewrite of how ld is configured. The major idea
is to use shell scripts to generate everything. * Each emulation is defined by a short shell script with extension *.sh that specifies the emulation-specific parameters (such as the name of the *.sh-sc and *.em files to use). * genscript.sh is the master shell script used to generate an emulation. It is passed various argument, including the name a the emulation-speciic *.sh file that it "sources" to set variables to emulation-specifc parameters.
This commit is contained in:
6
ld/news.sh
Executable file
6
ld/news.sh
Executable file
@ -0,0 +1,6 @@
|
||||
EMULATION_NAME=news
|
||||
SCRIPT_NAME=aout
|
||||
OUTPUT_FORMAT="a.out-newsos3"
|
||||
TEXT_START_ADDR=0
|
||||
PAGE_SIZE=0x1000
|
||||
ARCH=m68k
|
Reference in New Issue
Block a user