36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# $NetBSD: Makefile.common,v 1.6 2020/05/15 13:01:52 rillig 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
|
|
GNU_CONFIGURE_STRICT= no # has sub-configures
|
|
INFO_FILES= yes
|
|
|
|
NIOS2_TARGET?= nios2-elf
|
|
PLIST_SUBST+= NIOS2_TARGET=${NIOS2_TARGET:Q}
|
|
|
|
GNU_CONFIGURE_PREFIX= ${PREFIX}/cross
|
|
PATH:= ${PREFIX}/cross/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
|