Don't use custom ldscripts in uspace. (#38)
commita05ec6671002c451fceb01aa0ab3f71f004efb6d
authorJiří Zárevúcky <zarevucky.jiri@gmail.com>
Fri, 25 May 2018 15:42:06 +0000 (25 17:42 +0200)
committerGitHub <noreply@github.com>
Fri, 25 May 2018 15:42:06 +0000 (25 17:42 +0200)
treec2b2b5a83449eb3086c48bf4e6552f4983090fb4
parent774aa33295605fdbbdcdc06516322c0665399f63
Don't use custom ldscripts in uspace. (#38)

Even with the *-linux-gnu targets, there is practically nothing Linux-specific
in the linker itself. We get a few GNU program headers this way, but those
can be safely ignored.
17 files changed:
uspace/Makefile.common
uspace/lib/c/Makefile
uspace/lib/c/arch/abs32le/_link.ld.in [deleted file]
uspace/lib/c/arch/amd64/_link.ld.in [deleted file]
uspace/lib/c/arch/arm32/_link.ld.in [deleted file]
uspace/lib/c/arch/ia32/_link.ld.in [deleted file]
uspace/lib/c/arch/ia64/_link.ld.in [deleted file]
uspace/lib/c/arch/mips32/_link.ld.in [deleted file]
uspace/lib/c/arch/mips32eb/_link.ld.in [deleted symlink]
uspace/lib/c/arch/ppc32/_link.ld.in [deleted file]
uspace/lib/c/arch/riscv64/_link.ld.in [deleted file]
uspace/lib/c/arch/sparc64/_link.ld.in [deleted file]
uspace/lib/pcut/Makefile
uspace/lib/pcut/update-from-master.sh
uspace/lib/posix/Makefile
uspace/srv/loader/Makefile
uspace/srv/loader/elf64_ia64_loader.x [new file with mode: 0644]