diff options
author | scnorton <scnorton@biociphers.org> | 2018-01-09 15:53:17 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2018-01-09 15:53:17 -0500 |
commit | 09d3da101bd1b1c9d7471e7a193f0af7cae0ab73 (patch) | |
tree | daadd17ccf2b101c5e38d3c4ff293d84fe13feae /ld_script.txt | |
parent | 3b097262f5c0244d3517008df76e8683f61e459d (diff) |
Implement agbcc's libc and allow a custom cxx compiler to be passed to build_tools.sh
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 9f922126e..abb9c0d5e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -325,7 +325,10 @@ SECTIONS { tools/agbcc/lib/libgcc.a:fp-bit.o(.text); tools/agbcc/lib/libgcc.a:_lshrdi3.o(.text); tools/agbcc/lib/libgcc.a:_negdi2.o(.text); - src/libc.o(.text); + tools/agbcc/lib/libc.a:memcpy.o(.text); + tools/agbcc/lib/libc.a:memset.o(.text); + tools/agbcc/lib/libc.a:strcmp.o(.text); + tools/agbcc/lib/libc.a:strcpy.o(.text); } =0 .rodata : |