]> sourceware.org Git - newlib-cygwin.git/commit
newlib: hoist crt0 install up another dir
authorMike Frysinger <vapier@gentoo.org>
Fri, 28 Jan 2022 12:24:18 +0000 (07:24 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 28 Jan 2022 12:27:19 +0000 (07:27 -0500)
commit7a4bef590b37683b08ebaee384d0694b9afccc57
treeeb5f5a84c93c7360562c37f478ce7c1a7e17e4b6
parent9d3352416413817b37b13277cb44308651c42121
newlib: hoist crt0 install up another dir

Commit dd23de27c8e45513ad276f503a0036c3bc4e487b ("newlib: libc: install
CRT0 straight out of subdir") got rid of the libc/sys/ intermediate for
copying the file up, but the top-level newlib/ dir was still expecting
a libc/crt0.o to exist so it could install.  Update that to also look
for the crt0 file directly under libc/ like we already do for crt1.
newlib/configure
newlib/configure.ac
This page took 0.03181 seconds and 5 git commands to generate.