Import of pkgsrc-2014Q1
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
# $NetBSD: Makefile.common,v 1.4 2014/01/27 18:41:11 wiz Exp $ -*- Makefile -*-
|
||||
#
|
||||
# used by cross/nios2-binutils/Makefile
|
||||
# used by cross/nios2-gcc/Makefile
|
||||
|
||||
# sentinel to avoid duplicate
|
||||
.if !defined(NIOS2_MAKEFILECOMMON)
|
||||
NIOS2_MAKEFILECOMMON= # yes
|
||||
DISTNAME= sourceryg++-2013.05-43-nios2-linux-gnu.src
|
||||
CATEGORIES= cross
|
||||
MASTER_SITES= https://sourcery.mentor.com/GNUToolchain/package11649/public/nios2-linux-gnu/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INFO_FILES= #empty
|
||||
USE_PKGLOCALEDIR= yes
|
||||
|
||||
NIOS2_TARGET?= nios2-elf
|
||||
PLIST_SUBST+= NIOS2_TARGET=${NIOS2_TARGET:Q}
|
||||
|
||||
USE_CROSSBASE= yes
|
||||
BUILD_DEFS+= CROSSBASE
|
||||
PATH:= ${CROSSBASE}/bin:${PATH}
|
||||
|
||||
BUILD_DEPENDS+= gtexinfo-[0-9]*:../../devel/gtexinfo
|
||||
# MASTER_SITES with https:// and FETCH_USING= curl
|
||||
BUILD_DEPENDS+= curl-[0-9]*:../../www/curl
|
||||
|
||||
.if defined(GNU_CONFIGURE)
|
||||
CONFIGURE_ARGS= # reset
|
||||
CONFIGURE_ARGS+= --target=${NIOS2_TARGET:Q}
|
||||
# following line to avoid getting
|
||||
# make: exec(nios2--netbsdelf-ar) failed (No such file or directory)
|
||||
USE_GNU_CONFIGURE_HOST= NO
|
||||
.endif
|
||||
|
||||
.endif
|
||||
Reference in New Issue
Block a user