extract the bintils VERSION.
call the new make targets "native-gcc", etc.
This commit is contained in:
parent
ba44f83888
commit
94594f5e48
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.25 2003/03/05 05:28:29 mrg Exp $
|
# $NetBSD: Makefile,v 1.26 2003/03/05 06:17:17 mrg Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -37,17 +37,17 @@ native: .native/.configure_done
|
|||||||
@MAKE=${MAKE:Q} sh ${.CURDIR}/mknative all \
|
@MAKE=${MAKE:Q} sh ${.CURDIR}/mknative all \
|
||||||
${.OBJDIR}/.native ${NEWCONFIGDIR} ${MACHINE_GNU_PLATFORM}
|
${.OBJDIR}/.native ${NEWCONFIGDIR} ${MACHINE_GNU_PLATFORM}
|
||||||
|
|
||||||
mknative-binutils: .native/.configure_done
|
native-binutils: .native/.configure_done
|
||||||
@echo 'Extracting GNU binutils configury for a native toolchain.'
|
@echo 'Extracting GNU binutils configury for a native toolchain.'
|
||||||
@MAKE=${MAKE:Q} sh ${.CURDIR}/mknative binutils \
|
@MAKE=${MAKE:Q} sh ${.CURDIR}/mknative binutils \
|
||||||
${.OBJDIR}/.native ${NEWCONFIGDIR} ${MACHINE_GNU_PLATFORM}
|
${.OBJDIR}/.native ${NEWCONFIGDIR} ${MACHINE_GNU_PLATFORM}
|
||||||
|
|
||||||
mknative-gcc: .native/.configure_done
|
native-gcc: .native/.configure_done
|
||||||
@echo 'Extracting GNU GCC configury for a native toolchain.'
|
@echo 'Extracting GNU GCC configury for a native toolchain.'
|
||||||
@MAKE=${MAKE:Q} sh ${.CURDIR}/mknative gcc \
|
@MAKE=${MAKE:Q} sh ${.CURDIR}/mknative gcc \
|
||||||
${.OBJDIR}/.native ${NEWCONFIGDIR} ${MACHINE_GNU_PLATFORM}
|
${.OBJDIR}/.native ${NEWCONFIGDIR} ${MACHINE_GNU_PLATFORM}
|
||||||
|
|
||||||
mknative-gdb: .native/.configure_done
|
native-gdb: .native/.configure_done
|
||||||
@echo 'Extracting GNU GDB configury for a native toolchain.'
|
@echo 'Extracting GNU GDB configury for a native toolchain.'
|
||||||
@MAKE=${MAKE:Q} sh ${.CURDIR}/mknative gdb \
|
@MAKE=${MAKE:Q} sh ${.CURDIR}/mknative gdb \
|
||||||
${.OBJDIR}/.native ${NEWCONFIGDIR} ${MACHINE_GNU_PLATFORM}
|
${.OBJDIR}/.native ${NEWCONFIGDIR} ${MACHINE_GNU_PLATFORM}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: mknative,v 1.11 2003/03/05 05:28:29 mrg Exp $
|
# $NetBSD: mknative,v 1.12 2003/03/05 06:17:17 mrg Exp $
|
||||||
#
|
#
|
||||||
# Shell script for generating all the constants needed for a native
|
# Shell script for generating all the constants needed for a native
|
||||||
# platform build of src/gnu/dist/toolchain.
|
# platform build of src/gnu/dist/toolchain.
|
||||||
@ -189,7 +189,7 @@ get_binutils () {
|
|||||||
|
|
||||||
{
|
{
|
||||||
getvars binutils/Makefile \
|
getvars binutils/Makefile \
|
||||||
DEFS INCLUDES PROGRAMS
|
VERSION DEFS INCLUDES PROGRAMS
|
||||||
getvars binutils/doc/Makefile \
|
getvars binutils/doc/Makefile \
|
||||||
man_MANS TEXINFOS
|
man_MANS TEXINFOS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user