diff options
author | Alexey Neyman <stilor@att.net> | 2018-12-07 17:45:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-07 17:45:11 -0800 |
commit | 1f65837c01bc6f25b33f4fa108045cb5082f708c (patch) | |
tree | 762a25e20d8d227dddeadb075a9ac7dd97801f88 /scripts/build/libc | |
parent | 2a4ea327b6af55e40c7cebfe6d6fa79c245cbf26 (diff) | |
parent | 7a7a20bfee243cd0078ba843e6c3dce977d61ec9 (diff) | |
download | crosstool-ng-1f65837c01bc6f25b33f4fa108045cb5082f708c.tar.gz crosstool-ng-1f65837c01bc6f25b33f4fa108045cb5082f708c.tar.bz2 crosstool-ng-1f65837c01bc6f25b33f4fa108045cb5082f708c.zip |
Merge pull request #1112 from stilor/moxie-fix
Moxie fix
Diffstat (limited to 'scripts/build/libc')
-rw-r--r-- | scripts/build/libc/moxiebox.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/build/libc/moxiebox.sh b/scripts/build/libc/moxiebox.sh index 96a63ff4..f5421878 100644 --- a/scripts/build/libc/moxiebox.sh +++ b/scripts/build/libc/moxiebox.sh @@ -23,14 +23,6 @@ moxiebox_main() { newlib_main - # newlib installs the linker script, moxiebox.ld, to the - # PREFIX/moxie-unknown-moxiebox/lib, but ld searches PREFIX/lib when - # configured for that target. ld does find scripts in PREFIX/TARGET/lib - # for other targets, so this seems to be moxie architecture's quirk. - # Move it to PREFIX/lib. - # TBD CT_DoExecLog ALL mv -v "${CT_SYSROOT_DIR}/lib/"*.ld "${CT_PREFIX_DIR}/lib" - # TBD what about moxie-*-elf? Does it need the same? - CT_DoStep INFO "Installing moxiebox runtime and VM" CT_mkdir_pushd "${CT_BUILD_DIR}/build-libc-moxiebox" |