mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-17 19:06:36 +00:00
10 lines
256 B
Bash
10 lines
256 B
Bash
|
# If you change this file, please also look at files which source this one:
|
||
|
# elf32l4300.sh
|
||
|
|
||
|
EMBEDDED=yes
|
||
|
. ${srcdir}/emulparams/elf32bmip.sh
|
||
|
TEXT_START_ADDR=0xa0020000
|
||
|
unset SHLIB_TEXT_START_ADDR
|
||
|
EXECUTABLE_SYMBOLS='_DYNAMIC_LINK = 0;'
|
||
|
DYNAMIC_LINK=FALSE
|