This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] libgloss/arm: Add linux syscall interface.


On Thu, May 25, 2006 at 01:54:07PM -0600, Shaun Jackman wrote:
> 2006-05-25  Shaun Jackman  <sjackman@gmail.com>
> 
>       * arm/Makefile.in: Add Linux syscall interface.
>       * arm/linux-crt0.S: New file.
>       * arm/linux-syscall.h: New file.
>       * arm/linux-syscalls0.S: New file.
>       * arm/linux-syscalls1.c: New file.

Has anyone tried "make install" for arm in the last month?  I'm pretty
sure this broke it.

> +LINUX_SCRIPTS = linux.specs

> +install-linux:
> +	set -e; for x in ${LINUX_CRT0} ${LINUX_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
> +	set -e; for x in ${LINUX_SCRIPTS}; do ${INSTALL_DATA} ${srcdir}/${objtype}$$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done

But there's no coff-linux.specs or elf-linux.specs to be found.  This
showed up on our nightly tester.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]