mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-16 08:36:43 +00:00
add OUTPUT_FORMAT and LIB_SEARCH_DIRS
This commit is contained in:
parent
f78195df56
commit
585c92fe44
@ -3,7 +3,9 @@
|
|||||||
# unimportant. The native linker aligns the sections on boundaries
|
# unimportant. The native linker aligns the sections on boundaries
|
||||||
# specified by the -H option.
|
# specified by the -H option.
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
|
||||||
OUTPUT_ARCH(${ARCH})
|
OUTPUT_ARCH(${ARCH})
|
||||||
|
${RELOCATING+${LIB_SEARCH_DIRS}}
|
||||||
ENTRY(__start)
|
ENTRY(__start)
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user