summaryrefslogtreecommitdiff
path: root/cross/nios2-gcc/Makefile
blob: 6851f62197d6aa2394a05fadcb26c895b679a579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# $NetBSD: Makefile,v 1.10 2016/07/09 06:37:58 wiz Exp $
.include		"../../cross/nios2/Makefile.common"
PKGNAME=		nios2-gcc-${PKG_VERSION}
PKG_VERSION=		4.7.3
PKGREVISION=		4

MAINTAINER=		pkgsrc-users@NetBSD.org
COMMENT=		GNU gcc for Altera FPGA Nios2 processor
LICENSE=		gnu-gpl-v3

DEPENDS+=		nios2-binutils>=2.23:../../cross/nios2-binutils

USE_TOOLS+=		ksh gettext gmake makeinfo perl tar automake autoconf gawk
USE_LIBTOOL=		yes
USE_LANGUAGES+=		c c++
USE_GNU_CONFIGURE_HOST=	no
WRKSRC=			${WRKDIR}/gcc-nios2

CONFIGURE_ARGS+=	--enable-languages=c
#CONFIGURE_ARGS+=	--disable-multilib
CONFIGURE_ARGS+=	--disable-threads
CONFIGURE_ARGS+=	--disable-nls
CONFIGURE_ARGS+=	--disable-libssp
# to avoid strange problem due to long `uname -a` result
CONFIGURE_ARGS+=	--host=${MACHINE_ARCH}--${LOWER_OPSYS}
CONFIGURE_ARGS+=	--build=${MACHINE_ARCH}--${LOWER_OPSYS}
# See line :2760 of configure
CONFIGURE_ARGS+=	--srcdir=.
CONFIG_SHELL=		ksh
CFLAGS+=		-g

PLIST_VARS+=		doc

SUBST_CLASSES+=			host-subdir
# Work around for the problem
# gmake[2]: *** No rule to make target `../.././gcc/libgcc.mvars'.  Stop.
SUBST_MESSAGE.host-subdir= 	Purely work-around, replacing @host-subdir@ in advance
SUBST_STAGE.host-subdir=	post-patch
SUBST_FILES.host-subdir=	libgcc/Makefile.in
SUBST_SED.host-subdir=		'-e /host_subdir = @host_subdir@/s,@host_subdir@,host-${MACHINE_ARCH}--${OPSYS:tl},'

.include "options.mk"

.include "../../devel/gmp/buildlink3.mk"
.include "../../math/mpfr/buildlink3.mk"
.include "../../math/mpcomplex/buildlink3.mk"

do-extract:
	(cd ${WRKDIR}; tar jxf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}	\
	        sourceryg++-2013.05-43-nios2-linux-gnu/gcc-2013.05-43.tar.bz2;\
	tar jxf sourceryg++-2013.05-43-nios2-linux-gnu/gcc-2013.05-43.tar.bz2;\
	)

# to avoid conflict with binutils (to be fixed by more sophisticated way)
post-install:
	${RM}  ${DESTDIR}${PREFIX}/cross/lib/libiberty.a
#  to avoid conflict wit mingw-w64-gcc-4.5.1
	${RM}  ${DESTDIR}${PREFIX}/cross/man/man7/fsf-funding.7
	${RM}  ${DESTDIR}${PREFIX}/cross/man/man7/gfdl.7
	${RM}  ${DESTDIR}${PREFIX}/cross/man/man7/gpl.7
	${RM}  ${DESTDIR}${PREFIX}/cross/info/cpp.info
	${RM}  ${DESTDIR}${PREFIX}/cross/info/cppinternals.info
	${RM}  ${DESTDIR}${PREFIX}/cross/info/gcc.info
	${RM}  ${DESTDIR}${PREFIX}/cross/info/gccinstall.info
	${RM}  ${DESTDIR}${PREFIX}/cross/info/gccint.info

.include "../../mk/bsd.pkg.mk"