# $NetBSD: libcincludes.mk,v 1.2 2014/08/10 23:39:08 matt Exp $ # Makefile fragment shared across several parts that want to look # inside libc's include tree. LIBC_MACHINE_ARCH?= ${MACHINE_ARCH} LIBC_MACHINE_CPU?= ${MACHINE_CPU} .if defined(LIBC_MACHINE_ARCH) && \ exists(${NETBSDSRCDIR}/lib/libc/arch/${LIBC_MACHINE_ARCH}/SYS.h) ARCHSUBDIR= ${LIBC_MACHINE_ARCH} .elif exists(${NETBSDSRCDIR}/lib/libc/arch/${LIBC_MACHINE_CPU}/SYS.h) ARCHSUBDIR= ${LIBC_MACHINE_CPU} .else .BEGIN: @echo no ARCHDIR for ${LIBC_MACHINE_ARCH} nor ${LIBC_MACHINE_CPU} @false .endif ARCHDIR= ${NETBSDSRCDIR}/lib/libc/arch/${ARCHSUBDIR} c-10.99.5 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/tools/amiga-elf2bb/sys
AgeCommit message (Expand)Author
2014-01-03Remove the borked definition of ELF64_Shalf from some more places.dsl
2010-08-28Replace the current usage of Elf64_Half with Elf64_Word and renamejoerg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2004-11-28Convert remaining host tools for amiga to correct cross tools. Now allowsjmc