1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Create a genscripts driver based on the PowerPC one.

This commit is contained in:
David E. O'Brien 2006-07-22 14:36:15 +00:00
parent 9c82c2e2b6
commit 0b47627195
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160576

View File

@ -0,0 +1,12 @@
# $FreeBSD$
NATIVE_EMULATION= armelf_fbsd
SRCS+= e${NATIVE_EMULATION}.c
CLEANFILES+= e${NATIVE_EMULATION}.c
e${NATIVE_EMULATION}.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em \
scripttempl/elf.sc genscripts.sh stringify.sed
sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${LIBSERACHPATH} \
${TOOLS_PREFIX}/usr \
${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
${NATIVE_EMULATION} "" no ${NATIVE_EMULATION} ${TARGET_TUPLE}