View | Details | Raw Unified | Return to bug 224217 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/bsd.port.mk (-3 / +10 lines)
Lines 1097-1106 IGNORE= CROSS_SYSROOT should be defined Link Here
1097
HOSTCC:=	${CC}
1097
HOSTCC:=	${CC}
1098
HOSTCXX:=	${CXX}
1098
HOSTCXX:=	${CXX}
1099
.endif
1099
.endif
1100
.if !defined(CC_FOR_BUILD)
1101
CC_FOR_BUILD:=	${HOSTCC}
1102
CXX_FOR_BUILD:=	${HOSTCXX}
1103
.endif
1104
CONFIGURE_ENV+= HOSTCC="${HOSTCC}" HOSTCXX="${HOSTCXX}" CC_FOR_BUILD="${CC_FOR_BUILD}" CXX_FOR_BUILD="${CXX_FOR_BUILD}"
1105
1100
CC=		${XCC}
1106
CC=		${XCC}
1101
CXX=	${XCXX}
1107
CXX=	${XCXX}
1102
CFLAGS+=	--sysroot=${CROSS_SYSROOT} -isystem ${CROSS_SYSROOT}/usr/include
1108
CFLAGS+=	--sysroot=${CROSS_SYSROOT} -isystem ${CROSS_SYSROOT}/usr/include
1103
CXXFLAGS+=	--sysroot=${CROSS_SYSROOT} -isystem ${CROSS_SYSROOT}/usr/include/c++/v1 -nostdinc++
1109
CXXFLAGS+=	--sysroot=${CROSS_SYSROOT} -isystem ${CROSS_SYSROOT}/usr/include -isystem ${CROSS_SYSROOT}/usr/include/c++/v1 -nostdinc++
1110
CPPFLAGS+=	--sysroot=${CROSS_SYSROOT} -isystem ${CROSS_SYSROOT}/usr/include
1104
LDFLAGS+=	--sysroot=${CROSS_SYSROOT}
1111
LDFLAGS+=	--sysroot=${CROSS_SYSROOT}
1105
.for _tool in AS AR LD NM OBJCOPY RANLIB SIZE STRINGS
1112
.for _tool in AS AR LD NM OBJCOPY RANLIB SIZE STRINGS
1106
${_tool}=	${CROSS_BINUTILS_PREFIX}${tool:tl}
1113
${_tool}=	${CROSS_BINUTILS_PREFIX}${tool:tl}
Lines 2588-2594 VALID_CATEGORIES+= accessibility afterstep arabic archivers astro audio \ Link Here
2588
	tcl textproc tk \
2595
	tcl textproc tk \
2589
	ukrainian vietnamese windowmaker wayland www \
2596
	ukrainian vietnamese windowmaker wayland www \
2590
	x11 x11-clocks x11-drivers x11-fm x11-fonts x11-servers x11-themes \
2597
	x11 x11-clocks x11-drivers x11-fm x11-fonts x11-servers x11-themes \
2591
	x11-toolkits x11-wm xfce zope
2598
	x11-toolkits x11-wm xfce zope base
2592
2599
2593
check-categories:
2600
check-categories:
2594
.for cat in ${CATEGORIES}
2601
.for cat in ${CATEGORIES}
Lines 2635-2641 GNU_CONFIGURE_MANPREFIX?= ${MANPREFIX} Link Here
2635
CONFIG_SITE?=		${PORTSDIR}/Templates/config.site
2642
CONFIG_SITE?=		${PORTSDIR}/Templates/config.site
2636
CONFIGURE_ARGS+=	--prefix=${GNU_CONFIGURE_PREFIX} $${_LATE_CONFIGURE_ARGS}
2643
CONFIGURE_ARGS+=	--prefix=${GNU_CONFIGURE_PREFIX} $${_LATE_CONFIGURE_ARGS}
2637
.if defined(CROSS_TOOLCHAIN)
2644
.if defined(CROSS_TOOLCHAIN)
2638
CROSS_HOST=		${CROSS_TOOLCHAIN:C,-.*$,,}-${OPSYS:tl}
2645
CROSS_HOST=		${CROSS_TOOLCHAIN:C,-.*$,,}-unknown-${OPSYS:tl}${OSREL}
2639
CONFIGURE_ARGS+=	--host=${CROSS_HOST}
2646
CONFIGURE_ARGS+=	--host=${CROSS_HOST}
2640
.endif
2647
.endif
2641
CONFIGURE_ENV+=		CONFIG_SITE=${CONFIG_SITE} lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN}
2648
CONFIGURE_ENV+=		CONFIG_SITE=${CONFIG_SITE} lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN}
(-)base/binutils/Makefile (-2 / +2 lines)
Lines 2-13 Link Here
2
2
3
PORTEPOCH=	0
3
PORTEPOCH=	0
4
CATEGORIES=	base
4
CATEGORIES=	base
5
PKGNAMEPREFIX=	${OPSYS}-
5
PKGNAMEPREFIX=	${OPSYS:tl}-
6
VALID_CATEGORIES=	base
6
VALID_CATEGORIES=	base
7
7
8
COMMENT=	GNU binary tools for base
8
COMMENT=	GNU binary tools for base
9
9
10
MASTERDIR=	${.CURDIR}/../..//devel/binutils
10
MASTERDIR=	${.CURDIR}/../../devel/binutils
11
PLIST=		${.CURDIR}/pkg-plist.${TARGET_ARCH}
11
PLIST=		${.CURDIR}/pkg-plist.${TARGET_ARCH}
12
12
13
.if !defined(CROSS_TOOLCHAIN)
13
.if !defined(CROSS_TOOLCHAIN)
(-)base/gcc/Makefile (-10 / +21 lines)
Lines 1-15 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	gcc
3
PORTNAME=	gcc
4
PORTVERSION=	5.4.0
4
PORTVERSION=	6.3.0
5
CATEGORIES=	devel
5
CATEGORIES=	base
6
MASTER_SITES=	GCC/releases/gcc-${DISTVERSION} \
6
MASTER_SITES=	GCC/releases/gcc-${DISTVERSION} \
7
		http://www.mpfr.org/mpfr-3.1.6/:mpfr \
7
		http://www.mpfr.org/mpfr-current/:mpfr \
8
		http://www.mpfr.org/mpfr-current/:mpfr \
8
		GNU/gmp:gmp \
9
		GNU/gmp:gmp \
9
		http://www.multiprecision.org/mpc/download/:mpc
10
		https://ftp.gnu.org/gnu/mpc/:mpc
10
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
11
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
11
		mpfr-3.1.4.tar.xz:mpfr \
12
		mpfr-3.1.6.tar.xz:mpfr \
12
		gmp-5.1.3.tar.xz:gmp \
13
		gmp-6.1.2.tar.xz:gmp \
13
		mpc-1.0.3.tar.gz:mpc
14
		mpc-1.0.3.tar.gz:mpc
14
PKGNAMEPREFIX=	${OPSYS:tl}-
15
PKGNAMEPREFIX=	${OPSYS:tl}-
15
16
Lines 28-36 LICENSE_COMB= multi Link Here
28
.endif
29
.endif
29
30
30
PREFIX=		/usr
31
PREFIX=		/usr
31
CONFIGURE_ENV=	gcc_gxx_include_dir="/usr/include/c++/v1"
32
CONFIGURE_ENV=	gcc_gxx_include_dir="/usr/include/c++/v1" \
33
		NM=/usr/bin/nm NM_FOR_TARGET=/usr/bin/nm
32
TARGET_ARCH=	${CROSS_TOOLCHAIN:C,-.*$,,}
34
TARGET_ARCH=	${CROSS_TOOLCHAIN:C,-.*$,,}
33
GCC_TARGET=	${TARGET_ARCH}-portbld-${OPSYS:tl}${OSREL}
35
GCC_TARGET=	${TARGET_ARCH}-unknown-${OPSYS:tl}${OSREL}
36
34
37
35
USES=	gmake libtool tar:bzip2 makeinfo
38
USES=	gmake libtool tar:bzip2 makeinfo
36
PLIST_SUB=	TARGETARCH=${TARGET_ARCH} \
39
PLIST_SUB=	TARGETARCH=${TARGET_ARCH} \
Lines 43-51 EXTRA_PATCHES+= ${.CURDIR}/../../devel/powerpc64-gcc/files/freebsd-format-extens Link Here
43
46
44
GNU_CONFIGURE=	yes
47
GNU_CONFIGURE=	yes
45
CONFIGURE_OUTSOURCE=	yes
48
CONFIGURE_OUTSOURCE=	yes
46
CONFIGURE_ARGS+=--target=${GCC_TARGET} --disable-nls \
49
CONFIGURE_ARGS+=	\
50
		--target=${GCC_TARGET} \
47
		--enable-languages=c,c++ \
51
		--enable-languages=c,c++ \
52
		--disable-nls \
48
		--without-headers \
53
		--without-headers \
54
		--with-ld=/usr/bin/ld \
55
		--with-as=/usr/bin/as \
49
		--with-build-sysroot=${CROSS_SYSROOT} \
56
		--with-build-sysroot=${CROSS_SYSROOT} \
50
		-with-pkgversion="GNU Collection for FreeBSD"
57
		-with-pkgversion="GNU Collection for FreeBSD"
51
58
Lines 53-60 ALL_TARGET?= all-gcc Link Here
53
INSTALL_TARGET?=	install-gcc
60
INSTALL_TARGET?=	install-gcc
54
61
55
post-extract:
62
post-extract:
56
	cd ${WRKSRC}; ${LN} -sf ../mpfr-3.1.4 mpfr ; \
63
	cd ${WRKSRC}; ${LN} -sf ../mpfr-3.1.6 mpfr ; \
57
		${LN} -sf ../gmp-5.1.3 gmp ; \
64
		${LN} -sf ../gmp-6.1.2 gmp ; \
58
		${LN} -sf ../mpc-1.0.3 mpc
65
		${LN} -sf ../mpc-1.0.3 mpc
59
66
60
post-patch:
67
post-patch:
Lines 62-69 post-patch: Link Here
62
		${WRKSRC}//gcc/cp/g++spec.c
69
		${WRKSRC}//gcc/cp/g++spec.c
63
70
64
post-install:
71
post-install:
72
	${MV} ${STAGEDIR}/usr/bin/gcov-tool ${STAGEDIR}/usr/bin/${GCC_TARGET}-gcov-tool ; \
65
	for tool in cpp gcc g++ gcov; do \
73
	for tool in cpp gcc g++ gcov; do \
74
		${MV} ${STAGEDIR}/usr/bin/$${tool} ${STAGEDIR}/usr/bin/${GCC_TARGET}-$${tool} ; \
66
		${LN} -sf ${GCC_TARGET}-$${tool}  ${STAGEDIR}/usr/bin/$${tool} ; \
75
		${LN} -sf ${GCC_TARGET}-$${tool}  ${STAGEDIR}/usr/bin/$${tool} ; \
76
		${MV} ${STAGEDIR}/${MANDIR}1/$${tool}.1 ${STAGEDIR}/${MANDIR}1/${GCC_TARGET}-$${tool}.1 ; \
77
		${GZIP_CMD} ${STAGEDIR}/${MANDIR}1/${GCC_TARGET}-$${tool}.1 ; \
67
		${LN} -sf ${GCC_TARGET}-$${tool}.1.gz ${STAGEDIR}/${MANDIR}1/$${tool}.1.gz ; \
78
		${LN} -sf ${GCC_TARGET}-$${tool}.1.gz ${STAGEDIR}/${MANDIR}1/$${tool}.1.gz ; \
68
	done ; \
79
	done ; \
69
	${LN} -sf ${GCC_TARGET}-g++  ${STAGEDIR}/usr/bin/c++ ; \
80
	${LN} -sf ${GCC_TARGET}-g++  ${STAGEDIR}/usr/bin/c++ ; \
(-)base/gcc/distinfo (-7 / +7 lines)
Lines 1-9 Link Here
1
TIMESTAMP = 1472596046
1
TIMESTAMP = 1508105556
2
SHA256 (gcc-5.4.0.tar.bz2) = 608df76dec2d34de6558249d8af4cbee21eceddbcb580d666f7a5a583ca3303a
2
SHA256 (gcc-6.3.0.tar.bz2) = f06ae7f3f790fbf0f018f6d40e844451e6bc3b7bc96e128e63b09825c1f8b29f
3
SIZE (gcc-5.4.0.tar.bz2) = 95661481
3
SIZE (gcc-6.3.0.tar.bz2) = 99903185
4
SHA256 (mpfr-3.1.4.tar.xz) = 761413b16d749c53e2bfd2b1dfaa3b027b0e793e404b90b5fbaeef60af6517f5
4
SHA256 (mpfr-3.1.6.tar.xz) = 7a62ac1a04408614fccdc506e4844b10cf0ad2c2b1677097f8f35d3a1344a950
5
SIZE (mpfr-3.1.4.tar.xz) = 1122152
5
SIZE (mpfr-3.1.6.tar.xz) = 1133672
6
SHA256 (gmp-5.1.3.tar.xz) = dee2eda37f4ff541f30019932db0c37f6f77a30ba3609234933b1818f9b07071
6
SHA256 (gmp-6.1.2.tar.xz) = 87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912
7
SIZE (gmp-5.1.3.tar.xz) = 1818812
7
SIZE (gmp-6.1.2.tar.xz) = 1946336
8
SHA256 (mpc-1.0.3.tar.gz) = 617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3
8
SHA256 (mpc-1.0.3.tar.gz) = 617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3
9
SIZE (mpc-1.0.3.tar.gz) = 669925
9
SIZE (mpc-1.0.3.tar.gz) = 669925
(-)base/gcc/files/patch-Makefile.in (+72 lines)
Added Link Here
1
--- Makefile.in.orig	2016-04-13 11:02:08.000000000 -0700
2
+++ Makefile.in	2017-12-08 14:01:46.149339000 -0800
3
@@ -2784,7 +2784,8 @@
4
 	esac; \
5
 	module_srcdir=libiberty; \
6
 	rm -f no-such-file || : ; \
7
-	CONFIG_SITE=no-such-file $(SHELL) \
8
+	CONFIG_SITE=no-such-file CFLAGS="${HOST_CFLAGS}" \
9
+	  CPPFLAGS="${HOST_CPPFLAGS}" CXXFLAGS="${HOST_CXXFLAGS}" $(SHELL) \
10
 	  $$s/$$module_srcdir/configure \
11
 	  --srcdir=$${topdir}/$$module_srcdir \
12
 	  $(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
13
@@ -2841,7 +2842,8 @@
14
 	esac; \
15
 	module_srcdir=bison; \
16
 	rm -f no-such-file || : ; \
17
-	CONFIG_SITE=no-such-file $(SHELL) \
18
+	CONFIG_SITE=no-such-file CFLAGS="${HOST_CFLAGS}" \
19
+	  CPPFLAGS="${HOST_CPPFLAGS}" CXXFLAGS="${HOST_CXXFLAGS}" $(SHELL) \
20
 	  $$s/$$module_srcdir/configure \
21
 	  --srcdir=$${topdir}/$$module_srcdir \
22
 	  $(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
23
@@ -2898,7 +2900,8 @@
24
 	esac; \
25
 	module_srcdir=flex; \
26
 	rm -f no-such-file || : ; \
27
-	CONFIG_SITE=no-such-file $(SHELL) \
28
+	CONFIG_SITE=no-such-file CFLAGS="${HOST_CFLAGS}" \
29
+	  CPPFLAGS="${HOST_CPPFLAGS}" CXXFLAGS="${HOST_CXXFLAGS}" $(SHELL) \
30
 	  $$s/$$module_srcdir/configure \
31
 	  --srcdir=$${topdir}/$$module_srcdir \
32
 	  $(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
33
@@ -2955,7 +2958,8 @@
34
 	esac; \
35
 	module_srcdir=m4; \
36
 	rm -f no-such-file || : ; \
37
-	CONFIG_SITE=no-such-file $(SHELL) \
38
+	CONFIG_SITE=no-such-file CFLAGS="${HOST_CFLAGS}" \
39
+	  CPPFLAGS="${HOST_CPPFLAGS}" CXXFLAGS="${HOST_CXXFLAGS}" $(SHELL) \
40
 	  $$s/$$module_srcdir/configure \
41
 	  --srcdir=$${topdir}/$$module_srcdir \
42
 	  $(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
43
@@ -3012,7 +3016,8 @@
44
 	esac; \
45
 	module_srcdir=texinfo; \
46
 	rm -f no-such-file || : ; \
47
-	CONFIG_SITE=no-such-file $(SHELL) \
48
+	CONFIG_SITE=no-such-file CFLAGS="${HOST_CFLAGS}" \
49
+	  CPPFLAGS="${HOST_CPPFLAGS}" CXXFLAGS="${HOST_CXXFLAGS}" $(SHELL) \
50
 	  $$s/$$module_srcdir/configure \
51
 	  --srcdir=$${topdir}/$$module_srcdir \
52
 	  $(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
53
@@ -3069,7 +3074,8 @@
54
 	esac; \
55
 	module_srcdir=fixincludes; \
56
 	rm -f no-such-file || : ; \
57
-	CONFIG_SITE=no-such-file $(SHELL) \
58
+	CONFIG_SITE=no-such-file CFLAGS="${HOST_CFLAGS}" \
59
+	  CPPFLAGS="${HOST_CPPFLAGS}" CXXFLAGS="${HOST_CXXFLAGS}" $(SHELL) \
60
 	  $$s/$$module_srcdir/configure \
61
 	  --srcdir=$${topdir}/$$module_srcdir \
62
 	  $(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
63
@@ -3126,7 +3132,8 @@
64
 	esac; \
65
 	module_srcdir=libcpp; \
66
 	rm -f no-such-file || : ; \
67
-	CONFIG_SITE=no-such-file $(SHELL) \
68
+	CONFIG_SITE=no-such-file CFLAGS="${HOST_CFLAGS}" \
69
+	  CPPFLAGS="${HOST_CPPFLAGS}" CXXFLAGS="${HOST_CXXFLAGS}" $(SHELL) \
70
 	  $$s/$$module_srcdir/configure \
71
 	  --srcdir=$${topdir}/$$module_srcdir \
72
 	  $(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
(-)base/gcc/files/patch-gcc-Makefile.in (+11 lines)
Added Link Here
1
--- gcc/Makefile.in.orig	2017-12-09 14:33:56.283411000 -0800
2
+++ gcc/Makefile.in	2017-12-09 14:34:16.979742000 -0800
3
@@ -779,7 +779,7 @@
4
 BUILD_NO_PIE_FLAG = @BUILD_NO_PIE_FLAG@
5
 BUILD_LDFLAGS += $(BUILD_NO_PIE_FLAG)
6
 BUILD_CPPFLAGS= -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \
7
-		-I$(srcdir)/../include @INCINTL@ $(CPPINC) $(CPPFLAGS)
8
+		-I$(srcdir)/../include @INCINTL@ $(CPPINC) $(CPPFLAGS_FOR_BUILD)
9
 
10
 # Actual name to use when installing a native compiler.
11
 GCC_INSTALL_NAME := $(shell echo gcc|sed '$(program_transform_name)')
(-)base/gcc/files/patch-gcc-configure (+11 lines)
Added Link Here
1
--- gcc/configure.orig	2017-12-09 14:33:36.570113000 -0800
2
+++ gcc/configure	2017-12-09 14:33:50.647310000 -0800
3
@@ -11803,7 +11803,7 @@
4
 	CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" \
5
 	CXX="${CXX_FOR_BUILD}" CXXFLAGS="${CXXFLAGS_FOR_BUILD}" \
6
 	LD="${LD_FOR_BUILD}" LDFLAGS="${LDFLAGS_FOR_BUILD}" \
7
-	GMPINC="" CPPFLAGS="${CPPFLAGS} -DGENERATOR_FILE" \
8
+	GMPINC="" CPPFLAGS="${CPPFLAGS_FOR_BUILD} -DGENERATOR_FILE" \
9
 	${realsrcdir}/configure \
10
 		--enable-languages=${enable_languages-all} \
11
 		--target=$target_alias --host=$build_alias --build=$build_alias
(-)base/gcc/pkg-plist (-13 / +45 lines)
Lines 15-20 bin/%%GCC_TARGET%%-gcc-ranlib Link Here
15
bin/%%GCC_TARGET%%-gcov
15
bin/%%GCC_TARGET%%-gcov
16
bin/%%GCC_TARGET%%-gcov-tool
16
bin/%%GCC_TARGET%%-gcov-tool
17
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/README
17
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/README
18
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/libmilter/mfapi.h
18
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/limits.h
19
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/limits.h
19
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_fil.h
20
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_fil.h
20
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_lookup.h
21
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_lookup.h
Lines 29-36 lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/sys/types.h Link Here
29
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/syslimits.h
30
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/syslimits.h
30
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/unistd.h
31
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/unistd.h
31
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/wchar.h
32
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/wchar.h
33
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/altivec.h
32
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/float.h
34
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/float.h
35
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/htmintrin.h
36
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/htmxlintrin.h
33
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/iso646.h
37
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/iso646.h
38
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/paired.h
39
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/ppc-asm.h
40
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/ppu_intrinsics.h
41
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/si2vmx.h
42
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/spe.h
43
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/spu2vmx.h
34
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdalign.h
44
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdalign.h
35
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdarg.h
45
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdarg.h
36
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdatomic.h
46
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdatomic.h
Lines 42-48 lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdint.h Link Here
42
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdnoreturn.h
52
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdnoreturn.h
43
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/tgmath.h
53
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/tgmath.h
44
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/varargs.h
54
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/varargs.h
45
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/visintrin.h
55
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/vec_types.h
46
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/fixinc_list
56
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/fixinc_list
47
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/gsyslimits.h
57
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/gsyslimits.h
48
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/include/README
58
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/include/README
Lines 61-66 lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/attribs.h Link Here
61
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/auto-host.h
71
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/auto-host.h
62
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/auto-profile.h
72
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/auto-profile.h
63
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/b-header-vars
73
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/b-header-vars
74
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/backend.h
64
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/basic-block.h
75
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/basic-block.h
65
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bb-reorder.h
76
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bb-reorder.h
66
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bitmap.h
77
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bitmap.h
Lines 104-115 lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/%%OPSYS%%-spec.h Link Here
104
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/%%OPSYS%%-stdint.h
115
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/%%OPSYS%%-stdint.h
105
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/%%OPSYS%%.h
116
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/%%OPSYS%%.h
106
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/initfini-array.h
117
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/initfini-array.h
107
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/sparc/%%OPSYS%%.h
118
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/default64.h
108
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/sparc/sparc-opts.h
119
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/%%OPSYS%%64.h
109
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/sparc/sparc-protos.h
120
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/option-defaults.h
110
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/sparc/sparc.h
121
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000-builtin.def
111
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/sparc/sysv4.h
122
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000-cpus.def
112
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/vxworks-dummy.h
123
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000-opts.h
124
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000-protos.h
125
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/rs6000.h
126
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/rs6000/sysv4.h
113
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/configargs.h
127
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/configargs.h
114
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/context.h
128
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/context.h
115
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/convert.h
129
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/convert.h
Lines 158-166 lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/filenames.h Link Here
158
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/fixed-value.h
172
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/fixed-value.h
159
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/flag-types.h
173
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/flag-types.h
160
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/flags.h
174
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/flags.h
175
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/fold-const-call.h
161
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/fold-const.h
176
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/fold-const.h
162
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/function.h
177
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/function.h
163
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-plugin.h
178
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-plugin.h
179
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-rich-location.h
164
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-symtab.h
180
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-symtab.h
165
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc.h
181
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc.h
166
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcov-counter.def
182
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcov-counter.def
Lines 179-184 lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-fold.h Link Here
179
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-iterator.h
195
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-iterator.h
180
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-low.h
196
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-low.h
181
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-match.h
197
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-match.h
198
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-predict.h
182
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-pretty-print.h
199
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-pretty-print.h
183
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-ssa.h
200
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-ssa.h
184
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-streamer.h
201
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-streamer.h
Lines 190-199 lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimplify.h Link Here
190
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/glimits.h
207
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/glimits.h
191
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graph.h
208
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graph.h
192
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphds.h
209
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphds.h
193
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphite-isl-ast-to-gimple.h
210
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphite.h
194
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphite-poly.h
195
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphite-scop-detection.h
196
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphite-sese-to-poly.h
197
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gsstruct.def
211
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gsstruct.def
198
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gstab.h
212
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gstab.h
199
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gsyms.h
213
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gsyms.h
Lines 201-214 lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gsyslimits.h Link Here
201
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gtm-builtins.def
215
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gtm-builtins.def
202
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gtype-desc.h
216
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gtype-desc.h
203
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hard-reg-set.h
217
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hard-reg-set.h
218
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-map-traits.h
204
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-map.h
219
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-map.h
205
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-set.h
220
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-set.h
206
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-table.h
221
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-table.h
222
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-traits.h
207
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hashtab.h
223
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hashtab.h
208
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/highlev-plugin-common.h
224
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/highlev-plugin-common.h
209
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hooks.h
225
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hooks.h
210
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hosthooks-def.h
226
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hosthooks-def.h
211
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hosthooks.h
227
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hosthooks.h
228
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hsa-brig-format.h
229
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hsa.h
212
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hw-doloop.h
230
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hw-doloop.h
213
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hwint.h
231
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hwint.h
214
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ifcvt.h
232
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ifcvt.h
Lines 254-273 lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lto-streamer.h Link Here
254
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/machmode.def
272
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/machmode.def
255
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/machmode.h
273
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/machmode.h
256
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/md5.h
274
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/md5.h
275
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/mem-stats-traits.h
276
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/mem-stats.h
277
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/memory-block.h
257
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/mode-classes.def
278
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/mode-classes.def
258
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/objc/objc-tree.def
279
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/objc/objc-tree.def
259
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/obstack.h
280
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/obstack.h
260
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omega.h
261
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omp-builtins.def
281
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omp-builtins.def
262
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omp-low.h
282
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omp-low.h
283
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs-libfuncs.h
284
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs-query.h
285
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs-tree.h
263
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs.def
286
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs.def
264
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs.h
287
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs.h
265
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/options.h
288
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/options.h
266
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/opts-diagnostic.h
289
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/opts-diagnostic.h
267
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/opts.h
290
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/opts.h
268
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/output.h
291
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/output.h
292
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params-enum.h
293
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params-list.h
269
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params.def
294
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params.def
270
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params.h
295
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params.h
296
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params.list
271
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/pass-instances.def
297
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/pass-instances.def
272
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/pass_manager.h
298
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/pass_manager.h
273
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/passes.def
299
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/passes.def
Lines 312-320 lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sese.h Link Here
312
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/shrink-wrap.h
338
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/shrink-wrap.h
313
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/signop.h
339
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/signop.h
314
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sparseset.h
340
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sparseset.h
341
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/spellcheck.h
315
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/splay-tree.h
342
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/splay-tree.h
316
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sreal.h
343
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sreal.h
317
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ssa-iterators.h
344
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ssa-iterators.h
345
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ssa.h
318
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stab.def
346
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stab.def
319
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/statistics.h
347
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/statistics.h
320
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stmt.h
348
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stmt.h
Lines 328-333 lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/system.h Link Here
328
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-def.h
356
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-def.h
329
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-globals.h
357
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-globals.h
330
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-hooks-macros.h
358
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-hooks-macros.h
359
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-insns.def
331
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target.def
360
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target.def
332
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target.h
361
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target.h
333
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/targhooks.h
362
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/targhooks.h
Lines 337-345 lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tm-preds.h Link Here
337
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tm.h
366
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tm.h
338
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tm_p.h
367
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tm_p.h
339
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/toplev.h
368
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/toplev.h
369
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tracer.h
340
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/trans-mem.h
370
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/trans-mem.h
341
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-affine.h
371
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-affine.h
342
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-browser.def
343
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-cfg.h
372
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-cfg.h
344
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-cfgcleanup.h
373
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-cfgcleanup.h
345
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-check.h
374
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-check.h
Lines 351-356 lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-dfa.h Link Here
351
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-diagnostic.h
380
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-diagnostic.h
352
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-dump.h
381
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-dump.h
353
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-eh.h
382
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-eh.h
383
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-hash-traits.h
354
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-hasher.h
384
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-hasher.h
355
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-inline.h
385
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-inline.h
356
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-into-ssa.h
386
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-into-ssa.h
Lines 375-381 lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop.h Link Here
375
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-operands.h
405
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-operands.h
376
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-propagate.h
406
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-propagate.h
377
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-sccvn.h
407
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-sccvn.h
408
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-scopedtables.h
378
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-ter.h
409
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-ter.h
410
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadbackward.h
379
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadedge.h
411
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadedge.h
380
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadupdate.h
412
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadupdate.h
381
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa.h
413
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa.h
(-)devel/binutils/Makefile (-1 / +1 lines)
Lines 36-42 CPE_VENDOR= gnu Link Here
36
GNU_CONFIGURE=	yes
36
GNU_CONFIGURE=	yes
37
37
38
.if defined(PKGNAMEPREFIX)
38
.if defined(PKGNAMEPREFIX)
39
BUTARGET?=	${PKGNAMEPREFIX}${OPSYS:tl}
39
BUTARGET?=	${PKGNAMEPREFIX}unknown-${OPSYS:tl}${OSREL}
40
OPTIONS_EXCLUDE=	NLS
40
OPTIONS_EXCLUDE=	NLS
41
INFO_PATH=	${PKGNAMEPREFIX:S/-$//}/info
41
INFO_PATH=	${PKGNAMEPREFIX:S/-$//}/info
42
CONFIGURE_ARGS+=	--disable-shared \
42
CONFIGURE_ARGS+=	--disable-shared \
(-)devel/powerpc64-binutils/pkg-plist (-98 / +98 lines)
Lines 1-98 Link Here
1
bin/powerpc64-freebsd-addr2line
1
bin/powerpc64-unknown-freebsd12.0-addr2line
2
bin/powerpc64-freebsd-ar
2
bin/powerpc64-unknown-freebsd12.0-ar
3
bin/powerpc64-freebsd-as
3
bin/powerpc64-unknown-freebsd12.0-as
4
bin/powerpc64-freebsd-c++filt
4
bin/powerpc64-unknown-freebsd12.0-c++filt
5
bin/powerpc64-freebsd-elfedit
5
bin/powerpc64-unknown-freebsd12.0-elfedit
6
bin/powerpc64-freebsd-gprof
6
bin/powerpc64-unknown-freebsd12.0-gprof
7
bin/powerpc64-freebsd-ld
7
bin/powerpc64-unknown-freebsd12.0-ld
8
bin/powerpc64-freebsd-ld.bfd
8
bin/powerpc64-unknown-freebsd12.0-ld.bfd
9
bin/powerpc64-freebsd-nm
9
bin/powerpc64-unknown-freebsd12.0-nm
10
bin/powerpc64-freebsd-objcopy
10
bin/powerpc64-unknown-freebsd12.0-objcopy
11
bin/powerpc64-freebsd-objdump
11
bin/powerpc64-unknown-freebsd12.0-objdump
12
bin/powerpc64-freebsd-ranlib
12
bin/powerpc64-unknown-freebsd12.0-ranlib
13
bin/powerpc64-freebsd-readelf
13
bin/powerpc64-unknown-freebsd12.0-readelf
14
bin/powerpc64-freebsd-size
14
bin/powerpc64-unknown-freebsd12.0-size
15
bin/powerpc64-freebsd-strings
15
bin/powerpc64-unknown-freebsd12.0-strings
16
bin/powerpc64-freebsd-strip
16
bin/powerpc64-unknown-freebsd12.0-strip
17
man/man1/powerpc64-freebsd-addr2line.1.gz
17
man/man1/powerpc64-unknown-freebsd12.0-addr2line.1.gz
18
man/man1/powerpc64-freebsd-ar.1.gz
18
man/man1/powerpc64-unknown-freebsd12.0-ar.1.gz
19
man/man1/powerpc64-freebsd-as.1.gz
19
man/man1/powerpc64-unknown-freebsd12.0-as.1.gz
20
man/man1/powerpc64-freebsd-c++filt.1.gz
20
man/man1/powerpc64-unknown-freebsd12.0-c++filt.1.gz
21
man/man1/powerpc64-freebsd-dlltool.1.gz
21
man/man1/powerpc64-unknown-freebsd12.0-dlltool.1.gz
22
man/man1/powerpc64-freebsd-elfedit.1.gz
22
man/man1/powerpc64-unknown-freebsd12.0-elfedit.1.gz
23
man/man1/powerpc64-freebsd-gprof.1.gz
23
man/man1/powerpc64-unknown-freebsd12.0-gprof.1.gz
24
man/man1/powerpc64-freebsd-ld.1.gz
24
man/man1/powerpc64-unknown-freebsd12.0-ld.1.gz
25
man/man1/powerpc64-freebsd-nlmconv.1.gz
25
man/man1/powerpc64-unknown-freebsd12.0-nlmconv.1.gz
26
man/man1/powerpc64-freebsd-nm.1.gz
26
man/man1/powerpc64-unknown-freebsd12.0-nm.1.gz
27
man/man1/powerpc64-freebsd-objcopy.1.gz
27
man/man1/powerpc64-unknown-freebsd12.0-objcopy.1.gz
28
man/man1/powerpc64-freebsd-objdump.1.gz
28
man/man1/powerpc64-unknown-freebsd12.0-objdump.1.gz
29
man/man1/powerpc64-freebsd-ranlib.1.gz
29
man/man1/powerpc64-unknown-freebsd12.0-ranlib.1.gz
30
man/man1/powerpc64-freebsd-readelf.1.gz
30
man/man1/powerpc64-unknown-freebsd12.0-readelf.1.gz
31
man/man1/powerpc64-freebsd-size.1.gz
31
man/man1/powerpc64-unknown-freebsd12.0-size.1.gz
32
man/man1/powerpc64-freebsd-strings.1.gz
32
man/man1/powerpc64-unknown-freebsd12.0-strings.1.gz
33
man/man1/powerpc64-freebsd-strip.1.gz
33
man/man1/powerpc64-unknown-freebsd12.0-strip.1.gz
34
man/man1/powerpc64-freebsd-windmc.1.gz
34
man/man1/powerpc64-unknown-freebsd12.0-windmc.1.gz
35
man/man1/powerpc64-freebsd-windres.1.gz
35
man/man1/powerpc64-unknown-freebsd12.0-windres.1.gz
36
powerpc64-freebsd/bin/ar
36
powerpc64-unknown-freebsd12.0/bin/ar
37
powerpc64-freebsd/bin/as
37
powerpc64-unknown-freebsd12.0/bin/as
38
powerpc64-freebsd/bin/ld
38
powerpc64-unknown-freebsd12.0/bin/ld
39
powerpc64-freebsd/bin/ld.bfd
39
powerpc64-unknown-freebsd12.0/bin/ld.bfd
40
powerpc64-freebsd/bin/nm
40
powerpc64-unknown-freebsd12.0/bin/nm
41
powerpc64-freebsd/bin/objcopy
41
powerpc64-unknown-freebsd12.0/bin/objcopy
42
powerpc64-freebsd/bin/objdump
42
powerpc64-unknown-freebsd12.0/bin/objdump
43
powerpc64-freebsd/bin/ranlib
43
powerpc64-unknown-freebsd12.0/bin/ranlib
44
powerpc64-freebsd/bin/readelf
44
powerpc64-unknown-freebsd12.0/bin/readelf
45
powerpc64-freebsd/bin/strip
45
powerpc64-unknown-freebsd12.0/bin/strip
46
powerpc64-freebsd/bin/size
46
powerpc64-unknown-freebsd12.0/bin/size
47
powerpc64-freebsd/lib/ldscripts/elf32ppc.x
47
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc.x
48
powerpc64-freebsd/lib/ldscripts/elf32ppc.xbn
48
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc.xbn
49
powerpc64-freebsd/lib/ldscripts/elf32ppc.xc
49
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc.xc
50
powerpc64-freebsd/lib/ldscripts/elf32ppc.xd
50
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc.xd
51
powerpc64-freebsd/lib/ldscripts/elf32ppc.xdc
51
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc.xdc
52
powerpc64-freebsd/lib/ldscripts/elf32ppc.xdw
52
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc.xdw
53
powerpc64-freebsd/lib/ldscripts/elf32ppc.xn
53
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc.xn
54
powerpc64-freebsd/lib/ldscripts/elf32ppc.xr
54
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc.xr
55
powerpc64-freebsd/lib/ldscripts/elf32ppc.xs
55
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc.xs
56
powerpc64-freebsd/lib/ldscripts/elf32ppc.xsc
56
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc.xsc
57
powerpc64-freebsd/lib/ldscripts/elf32ppc.xsw
57
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc.xsw
58
powerpc64-freebsd/lib/ldscripts/elf32ppc.xu
58
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc.xu
59
powerpc64-freebsd/lib/ldscripts/elf32ppc.xw
59
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc.xw
60
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.x
60
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc_fbsd.x
61
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xbn
61
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc_fbsd.xbn
62
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xc
62
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc_fbsd.xc
63
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xd
63
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc_fbsd.xd
64
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xdc
64
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc_fbsd.xdc
65
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xdw
65
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc_fbsd.xdw
66
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xn
66
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc_fbsd.xn
67
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xr
67
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc_fbsd.xr
68
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xs
68
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc_fbsd.xs
69
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xsc
69
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc_fbsd.xsc
70
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xsw
70
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc_fbsd.xsw
71
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xu
71
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc_fbsd.xu
72
powerpc64-freebsd/lib/ldscripts/elf32ppc_fbsd.xw
72
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf32ppc_fbsd.xw
73
powerpc64-freebsd/lib/ldscripts/elf64ppc.x
73
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc.x
74
powerpc64-freebsd/lib/ldscripts/elf64ppc.xbn
74
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc.xbn
75
powerpc64-freebsd/lib/ldscripts/elf64ppc.xc
75
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc.xc
76
powerpc64-freebsd/lib/ldscripts/elf64ppc.xd
76
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc.xd
77
powerpc64-freebsd/lib/ldscripts/elf64ppc.xdc
77
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc.xdc
78
powerpc64-freebsd/lib/ldscripts/elf64ppc.xdw
78
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc.xdw
79
powerpc64-freebsd/lib/ldscripts/elf64ppc.xn
79
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc.xn
80
powerpc64-freebsd/lib/ldscripts/elf64ppc.xr
80
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc.xr
81
powerpc64-freebsd/lib/ldscripts/elf64ppc.xs
81
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc.xs
82
powerpc64-freebsd/lib/ldscripts/elf64ppc.xsc
82
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc.xsc
83
powerpc64-freebsd/lib/ldscripts/elf64ppc.xsw
83
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc.xsw
84
powerpc64-freebsd/lib/ldscripts/elf64ppc.xu
84
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc.xu
85
powerpc64-freebsd/lib/ldscripts/elf64ppc.xw
85
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc.xw
86
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.x
86
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc_fbsd.x
87
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xbn
87
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc_fbsd.xbn
88
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xc
88
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc_fbsd.xc
89
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xd
89
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc_fbsd.xd
90
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xdc
90
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc_fbsd.xdc
91
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xdw
91
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc_fbsd.xdw
92
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xn
92
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc_fbsd.xn
93
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xr
93
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc_fbsd.xr
94
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xs
94
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc_fbsd.xs
95
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xsc
95
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc_fbsd.xsc
96
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xsw
96
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc_fbsd.xsw
97
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xu
97
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc_fbsd.xu
98
powerpc64-freebsd/lib/ldscripts/elf64ppc_fbsd.xw
98
powerpc64-unknown-freebsd12.0/lib/ldscripts/elf64ppc_fbsd.xw
(-)devel/powerpc64-gcc/Makefile (-1 / +1 lines)
Lines 29-35 PLIST_SUB= TARGETARCH=${PKGNAMEPREFIX:C/-//g} \ Link Here
29
.if empty(GCC_TARGET)
29
.if empty(GCC_TARGET)
30
# We are building for a FreeBSD target
30
# We are building for a FreeBSD target
31
GCC_TARGET?=	${PKGNAMEPREFIX}unknown-${OPSYS:tl}${OSREL}
31
GCC_TARGET?=	${PKGNAMEPREFIX}unknown-${OPSYS:tl}${OSREL}
32
BU_PREFIX?=	${PKGNAMEPREFIX}${OPSYS:tl}
32
BU_PREFIX?=	${PKGNAMEPREFIX}unknown-${OPSYS:tl}${OSREL}
33
EXTRA_PATCHES+= ${FILESDIR}/freebsd-format-extensions
33
EXTRA_PATCHES+= ${FILESDIR}/freebsd-format-extensions
34
.else
34
.else
35
BU_PREFIX?=	${GCC_TARGET}
35
BU_PREFIX?=	${GCC_TARGET}
(-)devel/powerpc64-xtoolchain-gcc/Makefile (-1 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	xtoolchain
3
PORTNAME=	xtoolchain
4
PORTVERSION=	0.2
4
PORTVERSION=	0.3
5
CATEGORIES=	devel
5
CATEGORIES=	devel
6
MASTER_SITES=	# none
6
MASTER_SITES=	# none
7
DISTFILES=	# none
7
DISTFILES=	# none
Lines 28-33 RUN_DEPENDS?= ${XCC}:devel/${PKGNAMEPREFIX}${X_COMPILER_TYPE} Link Here
28
SUB_FILES=	xtoolchain.mk
28
SUB_FILES=	xtoolchain.mk
29
SUB_LIST=	TARGETARCH=${TOOLCHAIN_PREFIX:C/-//g} \
29
SUB_LIST=	TARGETARCH=${TOOLCHAIN_PREFIX:C/-//g} \
30
		OPSYS=${OPSYS:tl} \
30
		OPSYS=${OPSYS:tl} \
31
		OSREL=${OSREL} \
31
		XCC=${XCC} \
32
		XCC=${XCC} \
32
		XCXX=${XCXX} \
33
		XCXX=${XCXX} \
33
		XCPP=${XCPP} \
34
		XCPP=${XCPP} \
(-)devel/powerpc64-xtoolchain-gcc/files/xtoolchain.mk.in (-1 / +1 lines)
Lines 1-5 Link Here
1
XCC=%%LOCALBASE%%/bin/%%XCC%%
1
XCC=%%LOCALBASE%%/bin/%%XCC%%
2
XCXX=%%LOCALBASE%%/bin/%%XCXX%%
2
XCXX=%%LOCALBASE%%/bin/%%XCXX%%
3
XCPP=%%LOCALBASE%%/bin/%%XCPP%%
3
XCPP=%%LOCALBASE%%/bin/%%XCPP%%
4
CROSS_BINUTILS_PREFIX=%%LOCALBASE%%/%%TARGETARCH%%-%%OPSYS%%/bin/
4
CROSS_BINUTILS_PREFIX=%%LOCALBASE%%/%%TARGETARCH%%-unknown-%%OPSYS%%%%OSREL%%/bin/
5
X_COMPILER_TYPE=%%X_COMPILER_TYPE%%
5
X_COMPILER_TYPE=%%X_COMPILER_TYPE%%
(-)ports-mgmt/pkg/Makefile (+5 lines)
Lines 70-76 pre-everything:: Link Here
70
#define PKG_DEPENDS to nothing to avoid infinite loop looking for pkg :)
70
#define PKG_DEPENDS to nothing to avoid infinite loop looking for pkg :)
71
PKG_DEPENDS=
71
PKG_DEPENDS=
72
.undef INSTALLS_DEPENDS
72
.undef INSTALLS_DEPENDS
73
74
# Use the internal pkg instead, generally, unless this is a cross-build,
75
# in which case that won't work. Hope for the best then.
76
.if !defined(CROSS_TOOLCHAIN)
73
PKG_BIN=	${WRKSRC}/src/pkg-static
77
PKG_BIN=	${WRKSRC}/src/pkg-static
78
.endif
74
79
75
post-install:
80
post-install:
76
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
81
	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Return to bug 224217