summaryrefslogtreecommitdiff
path: root/cross/nios2-gcc41
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-10-17 20:56:39 +0000
committermaya <maya@pkgsrc.org>2019-10-17 20:56:39 +0000
commita47d2bc1d83debbd9e09229510e8574920898e49 (patch)
tree59700010bf20e90df0270d574e68284b357e86d3 /cross/nios2-gcc41
parent7842f3ef1670ed619d1ad21b24ad7add6560b4a5 (diff)
downloadpkgsrc-a47d2bc1d83debbd9e09229510e8574920898e49.tar.gz
nios2-gcc41: Remove, successor nios2-gcc.
Diffstat (limited to 'cross/nios2-gcc41')
-rw-r--r--cross/nios2-gcc41/DESCR1
-rw-r--r--cross/nios2-gcc41/Makefile63
-rw-r--r--cross/nios2-gcc41/PLIST614
-rw-r--r--cross/nios2-gcc41/distinfo12
-rw-r--r--cross/nios2-gcc41/options.mk40
-rw-r--r--cross/nios2-gcc41/patches/patch-aa53
-rw-r--r--cross/nios2-gcc41/patches/patch-gcc_config_nios2_nios2-proto.h22
-rw-r--r--cross/nios2-gcc41/patches/patch-gcc_config_nios2_nios2.c28
-rw-r--r--cross/nios2-gcc41/patches/patch-gcc_doc_invoke.texi15
-rw-r--r--cross/nios2-gcc41/patches/patch-gcc_toplev.h20
-rw-r--r--cross/nios2-gcc41/patches/patch-libjava_classpath_script_loc24
11 files changed, 0 insertions, 892 deletions
diff --git a/cross/nios2-gcc41/DESCR b/cross/nios2-gcc41/DESCR
deleted file mode 100644
index 8c2b829b9d6..00000000000
--- a/cross/nios2-gcc41/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Cross gcc-4.1 for ALTERA Nios2 processor.
diff --git a/cross/nios2-gcc41/Makefile b/cross/nios2-gcc41/Makefile
deleted file mode 100644
index 0a69775b8bf..00000000000
--- a/cross/nios2-gcc41/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2019/08/11 13:18:18 wiz Exp $
-
-DISTNAME= nios2_gnu_gcc4_13.0
-PKG_VERSION= 4.1.2
-PKGNAME= nios2-gcc41-${PKG_VERSION}
-PKGREVISION= 6
-CATEGORIES= cross
-MASTER_SITES= ftp://ftp.altera.com/outgoing/download/support/ip/processors/nios2/gnu/
-EXTRACT_SUFX= .gz
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-COMMENT= GNU gcc 4.1 for Altera FPGA Nios2 processor
-LICENSE= gnu-gpl-v2
-
-DEPENDS+= nios2-binutils-[0-9]*:../../cross/nios2-binutils
-BUILD_DEPENDS+= gtexinfo-[0-9]*:../../devel/gtexinfo
-
-GNU_CONFIGURE= yes
-INFO_FILES= no
-EXTRACT_ELEMENTS= gcc-4.1
-WRKSRC= ${WRKDIR}/${EXTRACT_ELEMENTS}
-PATH:= ${PREFIX}/cross/bin:${PATH}
-GNU_CONFIGURE_PREFIX= ${PREFIX}/cross
-USE_TOOLS+= gmake makeinfo perl bison tar
-# following line to avoid getting
-# make: exec(nios2--netbsdelf-ar) failed (No such file or directory)
-USE_GNU_CONFIGURE_HOST= NO
-
-NIOS2_TARGET?= nios2-elf
-
-CONFIGURE_ARGS= # reset
-CONFIGURE_ARGS+= --target=${NIOS2_TARGET:Q}
-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}
-CFLAGS+= -g
-
-PLIST_SUBST+= NIOS2_TARGET=${NIOS2_TARGET:Q}
-PLIST_VARS+= doc
-.include "options.mk"
-
-do-extract:
- (cd ${WRKDIR}; tar zxf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_ELEMENTS} )
-
-# 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"
diff --git a/cross/nios2-gcc41/PLIST b/cross/nios2-gcc41/PLIST
deleted file mode 100644
index 9cb82b30ac9..00000000000
--- a/cross/nios2-gcc41/PLIST
+++ /dev/null
@@ -1,614 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2016/07/07 12:56:21 rillig Exp $
-cross/bin/${NIOS2_TARGET}-cpp
-cross/bin/${NIOS2_TARGET}-gcc
-cross/bin/${NIOS2_TARGET}-gcc-${PKGVERSION}
-cross/bin/${NIOS2_TARGET}-gccbug
-cross/bin/${NIOS2_TARGET}-gcov
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/crtbegin.o
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/crtbeginS.o
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/crtbeginT.o
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/crtend.o
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/crtendS.o
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/crti.o
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/crtn.o
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include-fixed/README
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include-fixed/limits.h
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include-fixed/syslimits.h
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/float.h
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/iso646.h
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/stdarg.h
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/stdbool.h
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/stddef.h
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/unwind.h
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/varargs.h
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/fixinc_list
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/gsyslimits.h
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/include/README
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/include/limits.h
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/macro_list
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/mkheaders.conf
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/libgcc.a
-cross/lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/libgcov.a
-cross/libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/cc1
-cross/libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/collect2
-cross/libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/fixinc.sh
-cross/libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/fixincl
-cross/libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/mkheaders
-cross/libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/mkinstalldirs
-cross/man/man1/${NIOS2_TARGET}-cpp.1
-cross/man/man1/${NIOS2_TARGET}-gcc.1
-cross/man/man1/${NIOS2_TARGET}-gcov.1
-${PLIST.doc}cross/share/doc/cpp/Argument-Prescan.html
-${PLIST.doc}cross/share/doc/cpp/Assertions.html
-${PLIST.doc}cross/share/doc/cpp/C_002b_002b-Named-Operators.html
-${PLIST.doc}cross/share/doc/cpp/Character-sets.html
-${PLIST.doc}cross/share/doc/cpp/Common-Predefined-Macros.html
-${PLIST.doc}cross/share/doc/cpp/Computed-Includes.html
-${PLIST.doc}cross/share/doc/cpp/Concatenation.html
-${PLIST.doc}cross/share/doc/cpp/Concept-Index.html
-${PLIST.doc}cross/share/doc/cpp/Conditional-Syntax.html
-${PLIST.doc}cross/share/doc/cpp/Conditional-Uses.html
-${PLIST.doc}cross/share/doc/cpp/Conditionals.html
-${PLIST.doc}cross/share/doc/cpp/Defined.html
-${PLIST.doc}cross/share/doc/cpp/Deleted-Code.html
-${PLIST.doc}cross/share/doc/cpp/Diagnostics.html
-${PLIST.doc}cross/share/doc/cpp/Differences-from-previous-versions.html
-${PLIST.doc}cross/share/doc/cpp/Directives-Within-Macro-Arguments.html
-${PLIST.doc}cross/share/doc/cpp/Duplication-of-Side-Effects.html
-${PLIST.doc}cross/share/doc/cpp/Elif.html
-${PLIST.doc}cross/share/doc/cpp/Else.html
-${PLIST.doc}cross/share/doc/cpp/Environment-Variables.html
-${PLIST.doc}cross/share/doc/cpp/Function_002dlike-Macros.html
-${PLIST.doc}cross/share/doc/cpp/GNU-Free-Documentation-License.html
-${PLIST.doc}cross/share/doc/cpp/Header-Files.html
-${PLIST.doc}cross/share/doc/cpp/Identifier-characters.html
-${PLIST.doc}cross/share/doc/cpp/If.html
-${PLIST.doc}cross/share/doc/cpp/Ifdef.html
-${PLIST.doc}cross/share/doc/cpp/Implementation-Details.html
-${PLIST.doc}cross/share/doc/cpp/Implementation-limits.html
-${PLIST.doc}cross/share/doc/cpp/Implementation_002ddefined-behavior.html
-${PLIST.doc}cross/share/doc/cpp/Include-Operation.html
-${PLIST.doc}cross/share/doc/cpp/Include-Syntax.html
-${PLIST.doc}cross/share/doc/cpp/Index-of-Directives.html
-${PLIST.doc}cross/share/doc/cpp/Initial-processing.html
-${PLIST.doc}cross/share/doc/cpp/Invocation.html
-${PLIST.doc}cross/share/doc/cpp/Line-Control.html
-${PLIST.doc}cross/share/doc/cpp/Macro-Arguments.html
-${PLIST.doc}cross/share/doc/cpp/Macro-Pitfalls.html
-${PLIST.doc}cross/share/doc/cpp/Macros.html
-${PLIST.doc}cross/share/doc/cpp/Misnesting.html
-${PLIST.doc}cross/share/doc/cpp/Newlines-in-Arguments.html
-${PLIST.doc}cross/share/doc/cpp/Object_002dlike-Macros.html
-${PLIST.doc}cross/share/doc/cpp/Obsolete-Features.html
-${PLIST.doc}cross/share/doc/cpp/Obsolete-once_002donly-headers.html
-${PLIST.doc}cross/share/doc/cpp/Once_002dOnly-Headers.html
-${PLIST.doc}cross/share/doc/cpp/Operator-Precedence-Problems.html
-${PLIST.doc}cross/share/doc/cpp/Option-Index.html
-${PLIST.doc}cross/share/doc/cpp/Other-Directives.html
-${PLIST.doc}cross/share/doc/cpp/Overview.html
-${PLIST.doc}cross/share/doc/cpp/Pragmas.html
-${PLIST.doc}cross/share/doc/cpp/Predefined-Macros.html
-${PLIST.doc}cross/share/doc/cpp/Preprocessor-Output.html
-${PLIST.doc}cross/share/doc/cpp/Search-Path.html
-${PLIST.doc}cross/share/doc/cpp/Self_002dReferential-Macros.html
-${PLIST.doc}cross/share/doc/cpp/Standard-Predefined-Macros.html
-${PLIST.doc}cross/share/doc/cpp/Stringification.html
-${PLIST.doc}cross/share/doc/cpp/Swallowing-the-Semicolon.html
-${PLIST.doc}cross/share/doc/cpp/System-Headers.html
-${PLIST.doc}cross/share/doc/cpp/System_002dspecific-Predefined-Macros.html
-${PLIST.doc}cross/share/doc/cpp/The-preprocessing-language.html
-${PLIST.doc}cross/share/doc/cpp/Tokenization.html
-${PLIST.doc}cross/share/doc/cpp/Traditional-Mode.html
-${PLIST.doc}cross/share/doc/cpp/Traditional-lexical-analysis.html
-${PLIST.doc}cross/share/doc/cpp/Traditional-macros.html
-${PLIST.doc}cross/share/doc/cpp/Traditional-miscellany.html
-${PLIST.doc}cross/share/doc/cpp/Traditional-warnings.html
-${PLIST.doc}cross/share/doc/cpp/Undefining-and-Redefining-Macros.html
-${PLIST.doc}cross/share/doc/cpp/Variadic-Macros.html
-${PLIST.doc}cross/share/doc/cpp/Wrapper-Headers.html
-${PLIST.doc}cross/share/doc/cpp/Wtrigraphs.html
-${PLIST.doc}cross/share/doc/cpp/dashMF.html
-${PLIST.doc}cross/share/doc/cpp/fdollars_002din_002didentifiers.html
-${PLIST.doc}cross/share/doc/cpp/index.html
-${PLIST.doc}cross/share/doc/cpp/trigraphs.html
-${PLIST.doc}cross/share/doc/cppinternals/Concept-Index.html
-${PLIST.doc}cross/share/doc/cppinternals/Conventions.html
-${PLIST.doc}cross/share/doc/cppinternals/Files.html
-${PLIST.doc}cross/share/doc/cppinternals/Guard-Macros.html
-${PLIST.doc}cross/share/doc/cppinternals/Hash-Nodes.html
-${PLIST.doc}cross/share/doc/cppinternals/Invalid-identifiers.html
-${PLIST.doc}cross/share/doc/cppinternals/Lexer.html
-${PLIST.doc}cross/share/doc/cppinternals/Lexing-a-line.html
-${PLIST.doc}cross/share/doc/cppinternals/Line-Numbering.html
-${PLIST.doc}cross/share/doc/cppinternals/Macro-Expansion.html
-${PLIST.doc}cross/share/doc/cppinternals/Token-Spacing.html
-${PLIST.doc}cross/share/doc/cppinternals/index.html
-${PLIST.doc}cross/share/doc/gcc/ARC-Options.html
-${PLIST.doc}cross/share/doc/gcc/ARM-NEON-Intrinsics.html
-${PLIST.doc}cross/share/doc/gcc/ARM-Options.html
-${PLIST.doc}cross/share/doc/gcc/ARM-Pragmas.html
-${PLIST.doc}cross/share/doc/gcc/ARM-iWMMXt-Built_002din-Functions.html
-${PLIST.doc}cross/share/doc/gcc/AVR-Options.html
-${PLIST.doc}cross/share/doc/gcc/Actual-Bugs.html
-${PLIST.doc}cross/share/doc/gcc/Alignment.html
-${PLIST.doc}cross/share/doc/gcc/Alpha-Built_002din-Functions.html
-${PLIST.doc}cross/share/doc/gcc/Altera-Nios-II-Built_002din-Functions.html
-${PLIST.doc}cross/share/doc/gcc/Altera-Nios-II-Options.html
-${PLIST.doc}cross/share/doc/gcc/Altera-Nios-II-Pragmas.html
-${PLIST.doc}cross/share/doc/gcc/Alternate-Keywords.html
-${PLIST.doc}cross/share/doc/gcc/Architecture-implementation.html
-${PLIST.doc}cross/share/doc/gcc/Argument-Types.html
-${PLIST.doc}cross/share/doc/gcc/Arrays-and-pointers-implementation.html
-${PLIST.doc}cross/share/doc/gcc/Asm-Labels.html
-${PLIST.doc}cross/share/doc/gcc/Assembler-Options.html
-${PLIST.doc}cross/share/doc/gcc/Atomic-Builtins.html
-${PLIST.doc}cross/share/doc/gcc/Attribute-Syntax.html
-${PLIST.doc}cross/share/doc/gcc/Backwards-Compatibility.html
-${PLIST.doc}cross/share/doc/gcc/Blackfin-Built_002din-Functions.html
-${PLIST.doc}cross/share/doc/gcc/Blackfin-Options.html
-${PLIST.doc}cross/share/doc/gcc/Bound-member-functions.html
-${PLIST.doc}cross/share/doc/gcc/Bug-Criteria.html
-${PLIST.doc}cross/share/doc/gcc/Bug-Reporting.html
-${PLIST.doc}cross/share/doc/gcc/Bugs.html
-${PLIST.doc}cross/share/doc/gcc/C-Dialect-Options.html
-${PLIST.doc}cross/share/doc/gcc/C-Extensions.html
-${PLIST.doc}cross/share/doc/gcc/C-Implementation.html
-${PLIST.doc}cross/share/doc/gcc/C99-Thread_002dLocal-Edits.html
-${PLIST.doc}cross/share/doc/gcc/CRIS-Options.html
-${PLIST.doc}cross/share/doc/gcc/CRX-Options.html
-${PLIST.doc}cross/share/doc/gcc/C_002b_002b-Attributes.html
-${PLIST.doc}cross/share/doc/gcc/C_002b_002b-Comments.html
-${PLIST.doc}cross/share/doc/gcc/C_002b_002b-Dialect-Options.html
-${PLIST.doc}cross/share/doc/gcc/C_002b_002b-Extensions.html
-${PLIST.doc}cross/share/doc/gcc/C_002b_002b-Interface.html
-${PLIST.doc}cross/share/doc/gcc/C_002b_002b-Misunderstandings.html
-${PLIST.doc}cross/share/doc/gcc/C_002b_002b98-Thread_002dLocal-Edits.html
-${PLIST.doc}cross/share/doc/gcc/Case-Ranges.html
-${PLIST.doc}cross/share/doc/gcc/Cast-to-Union.html
-${PLIST.doc}cross/share/doc/gcc/Character-Escapes.html
-${PLIST.doc}cross/share/doc/gcc/Characters-implementation.html
-${PLIST.doc}cross/share/doc/gcc/Code-Gen-Options.html
-${PLIST.doc}cross/share/doc/gcc/Compatibility.html
-${PLIST.doc}cross/share/doc/gcc/Complex.html
-${PLIST.doc}cross/share/doc/gcc/Compound-Literals.html
-${PLIST.doc}cross/share/doc/gcc/Conditionals.html
-${PLIST.doc}cross/share/doc/gcc/Constant-string-objects.html
-${PLIST.doc}cross/share/doc/gcc/Constraints.html
-${PLIST.doc}cross/share/doc/gcc/Constructing-Calls.html
-${PLIST.doc}cross/share/doc/gcc/Contributing.html
-${PLIST.doc}cross/share/doc/gcc/Contributors.html
-${PLIST.doc}cross/share/doc/gcc/Copy-Assignment.html
-${PLIST.doc}cross/share/doc/gcc/Copying.html
-${PLIST.doc}cross/share/doc/gcc/Cross_002dCompiler-Problems.html
-${PLIST.doc}cross/share/doc/gcc/Cross_002dprofiling.html
-${PLIST.doc}cross/share/doc/gcc/DEC-Alpha-Options.html
-${PLIST.doc}cross/share/doc/gcc/DEC-Alpha_002fVMS-Options.html
-${PLIST.doc}cross/share/doc/gcc/Darwin-Options.html
-${PLIST.doc}cross/share/doc/gcc/Darwin-Pragmas.html
-${PLIST.doc}cross/share/doc/gcc/Debugging-Options.html
-${PLIST.doc}cross/share/doc/gcc/Declarators-implementation.html
-${PLIST.doc}cross/share/doc/gcc/Deprecated-Features.html
-${PLIST.doc}cross/share/doc/gcc/Designated-Inits.html
-${PLIST.doc}cross/share/doc/gcc/Directly_002dmapped-Integer-Functions.html
-${PLIST.doc}cross/share/doc/gcc/Directly_002dmapped-Media-Functions.html
-${PLIST.doc}cross/share/doc/gcc/Directory-Options.html
-${PLIST.doc}cross/share/doc/gcc/Disappointments.html
-${PLIST.doc}cross/share/doc/gcc/Dollar-Signs.html
-${PLIST.doc}cross/share/doc/gcc/Empty-Structures.html
-${PLIST.doc}cross/share/doc/gcc/Environment-Variables.html
-${PLIST.doc}cross/share/doc/gcc/Environment-implementation.html
-${PLIST.doc}cross/share/doc/gcc/Escaped-Newlines.html
-${PLIST.doc}cross/share/doc/gcc/Example-of-asm-with-clobbered-asm-reg.html
-${PLIST.doc}cross/share/doc/gcc/Executing-code-before-main.html
-${PLIST.doc}cross/share/doc/gcc/Explicit-Reg-Vars.html
-${PLIST.doc}cross/share/doc/gcc/Extended-Asm.html
-${PLIST.doc}cross/share/doc/gcc/FRV-Options.html
-${PLIST.doc}cross/share/doc/gcc/FR_002dV-Built_002din-Functions.html
-${PLIST.doc}cross/share/doc/gcc/Fixed-Headers.html
-${PLIST.doc}cross/share/doc/gcc/Floating-point-implementation.html
-${PLIST.doc}cross/share/doc/gcc/Function-Attributes.html
-${PLIST.doc}cross/share/doc/gcc/Function-Names.html
-${PLIST.doc}cross/share/doc/gcc/Function-Prototypes.html
-${PLIST.doc}cross/share/doc/gcc/Funding.html
-${PLIST.doc}cross/share/doc/gcc/GNU-Free-Documentation-License.html
-${PLIST.doc}cross/share/doc/gcc/GNU-Project.html
-${PLIST.doc}cross/share/doc/gcc/GNU_002fLinux-Options.html
-${PLIST.doc}cross/share/doc/gcc/G_002b_002b-and-GCC.html
-${PLIST.doc}cross/share/doc/gcc/Garbage-Collection.html
-${PLIST.doc}cross/share/doc/gcc/Gcov-Data-Files.html
-${PLIST.doc}cross/share/doc/gcc/Gcov-Intro.html
-${PLIST.doc}cross/share/doc/gcc/Gcov-and-Optimization.html
-${PLIST.doc}cross/share/doc/gcc/Gcov.html
-${PLIST.doc}cross/share/doc/gcc/Global-Reg-Vars.html
-${PLIST.doc}cross/share/doc/gcc/H8_002f300-Options.html
-${PLIST.doc}cross/share/doc/gcc/HPPA-Options.html
-${PLIST.doc}cross/share/doc/gcc/Hex-Floats.html
-${PLIST.doc}cross/share/doc/gcc/Hints-implementation.html
-${PLIST.doc}cross/share/doc/gcc/IA_002d64-Options.html
-${PLIST.doc}cross/share/doc/gcc/Identifiers-implementation.html
-${PLIST.doc}cross/share/doc/gcc/Incompatibilities.html
-${PLIST.doc}cross/share/doc/gcc/Incomplete-Enums.html
-${PLIST.doc}cross/share/doc/gcc/Initializers.html
-${PLIST.doc}cross/share/doc/gcc/Inline.html
-${PLIST.doc}cross/share/doc/gcc/Integers-implementation.html
-${PLIST.doc}cross/share/doc/gcc/Interoperation.html
-${PLIST.doc}cross/share/doc/gcc/Invoking-GCC.html
-${PLIST.doc}cross/share/doc/gcc/Invoking-G_002b_002b.html
-${PLIST.doc}cross/share/doc/gcc/Invoking-Gcov.html
-${PLIST.doc}cross/share/doc/gcc/Java-Exceptions.html
-${PLIST.doc}cross/share/doc/gcc/Keyword-Index.html
-${PLIST.doc}cross/share/doc/gcc/Labels-as-Values.html
-${PLIST.doc}cross/share/doc/gcc/Language-Independent-Options.html
-${PLIST.doc}cross/share/doc/gcc/Library-functions-implementation.html
-${PLIST.doc}cross/share/doc/gcc/Link-Options.html
-${PLIST.doc}cross/share/doc/gcc/Local-Labels.html
-${PLIST.doc}cross/share/doc/gcc/Local-Reg-Vars.html
-${PLIST.doc}cross/share/doc/gcc/Locale_002dspecific-behavior-implementation.html
-${PLIST.doc}cross/share/doc/gcc/Long-Long.html
-${PLIST.doc}cross/share/doc/gcc/M32C-Options.html
-${PLIST.doc}cross/share/doc/gcc/M32C-Pragmas.html
-${PLIST.doc}cross/share/doc/gcc/M32R_002fD-Options.html
-${PLIST.doc}cross/share/doc/gcc/M680x0-Options.html
-${PLIST.doc}cross/share/doc/gcc/M68hc1x-Options.html
-${PLIST.doc}cross/share/doc/gcc/MCore-Options.html
-${PLIST.doc}cross/share/doc/gcc/MIPS-DSP-Built_002din-Functions.html
-${PLIST.doc}cross/share/doc/gcc/MIPS-Options.html
-${PLIST.doc}cross/share/doc/gcc/MIPS-Paired_002dSingle-Support.html
-${PLIST.doc}cross/share/doc/gcc/MIPS_002d3D-Built_002din-Functions.html
-${PLIST.doc}cross/share/doc/gcc/MMIX-Options.html
-${PLIST.doc}cross/share/doc/gcc/MN10300-Options.html
-${PLIST.doc}cross/share/doc/gcc/MT-Options.html
-${PLIST.doc}cross/share/doc/gcc/Machine-Constraints.html
-${PLIST.doc}cross/share/doc/gcc/Mixed-Declarations.html
-${PLIST.doc}cross/share/doc/gcc/Modifiers.html
-${PLIST.doc}cross/share/doc/gcc/Multi_002dAlternative.html
-${PLIST.doc}cross/share/doc/gcc/Name-lookup.html
-${PLIST.doc}cross/share/doc/gcc/Nested-Functions.html
-${PLIST.doc}cross/share/doc/gcc/Non_002dbugs.html
-${PLIST.doc}cross/share/doc/gcc/Object-Size-Checking.html
-${PLIST.doc}cross/share/doc/gcc/Objective_002dC-and-Objective_002dC_002b_002b-Dialect-Options.html
-${PLIST.doc}cross/share/doc/gcc/Objective_002dC.html
-${PLIST.doc}cross/share/doc/gcc/Offsetof.html
-${PLIST.doc}cross/share/doc/gcc/Optimize-Options.html
-${PLIST.doc}cross/share/doc/gcc/Option-Index.html
-${PLIST.doc}cross/share/doc/gcc/Option-Summary.html
-${PLIST.doc}cross/share/doc/gcc/Other-Built_002din-Functions.html
-${PLIST.doc}cross/share/doc/gcc/Other-Builtins.html
-${PLIST.doc}cross/share/doc/gcc/Overall-Options.html
-${PLIST.doc}cross/share/doc/gcc/PDP_002d11-Options.html
-${PLIST.doc}cross/share/doc/gcc/Paired_002dSingle-Arithmetic.html
-${PLIST.doc}cross/share/doc/gcc/Paired_002dSingle-Built_002din-Functions.html
-${PLIST.doc}cross/share/doc/gcc/Pointer-Arith.html
-${PLIST.doc}cross/share/doc/gcc/PowerPC-AltiVec-Built_002din-Functions.html
-${PLIST.doc}cross/share/doc/gcc/PowerPC-Options.html
-${PLIST.doc}cross/share/doc/gcc/Pragmas.html
-${PLIST.doc}cross/share/doc/gcc/Precompiled-Headers.html
-${PLIST.doc}cross/share/doc/gcc/Preprocessing-directives-implementation.html
-${PLIST.doc}cross/share/doc/gcc/Preprocessor-Options.html
-${PLIST.doc}cross/share/doc/gcc/Protoize-Caveats.html
-${PLIST.doc}cross/share/doc/gcc/Qualifiers-implementation.html
-${PLIST.doc}cross/share/doc/gcc/RS_002f6000-and-PowerPC-Options.html
-${PLIST.doc}cross/share/doc/gcc/RS_002f6000-and-PowerPC-Pragmas.html
-${PLIST.doc}cross/share/doc/gcc/Raw-read_002fwrite-Functions.html
-${PLIST.doc}cross/share/doc/gcc/Restricted-Pointers.html
-${PLIST.doc}cross/share/doc/gcc/Return-Address.html
-${PLIST.doc}cross/share/doc/gcc/Running-Protoize.html
-${PLIST.doc}cross/share/doc/gcc/SH-Options.html
-${PLIST.doc}cross/share/doc/gcc/SPARC-Options.html
-${PLIST.doc}cross/share/doc/gcc/SPARC-VIS-Built_002din-Functions.html
-${PLIST.doc}cross/share/doc/gcc/S_002f390-and-zSeries-Options.html
-${PLIST.doc}cross/share/doc/gcc/Service.html
-${PLIST.doc}cross/share/doc/gcc/Simple-Constraints.html
-${PLIST.doc}cross/share/doc/gcc/Solaris-Format-Checks.html
-${PLIST.doc}cross/share/doc/gcc/Solaris-Pragmas.html
-${PLIST.doc}cross/share/doc/gcc/Spec-Files.html
-${PLIST.doc}cross/share/doc/gcc/Standard-Libraries.html
-${PLIST.doc}cross/share/doc/gcc/Standards.html
-${PLIST.doc}cross/share/doc/gcc/Statement-Exprs.html
-${PLIST.doc}cross/share/doc/gcc/Statements-implementation.html
-${PLIST.doc}cross/share/doc/gcc/Static-Definitions.html
-${PLIST.doc}cross/share/doc/gcc/Strong-Using.html
-${PLIST.doc}cross/share/doc/gcc/Structure_002dPacking-Pragmas.html
-${PLIST.doc}cross/share/doc/gcc/Structures-unions-enumerations-and-bit_002dfields-implementation.html
-${PLIST.doc}cross/share/doc/gcc/Submodel-Options.html
-${PLIST.doc}cross/share/doc/gcc/Subscripting.html
-${PLIST.doc}cross/share/doc/gcc/Symbol_002dRenaming-Pragmas.html
-${PLIST.doc}cross/share/doc/gcc/System-V-Options.html
-${PLIST.doc}cross/share/doc/gcc/TMS320C3x_002fC4x-Options.html
-${PLIST.doc}cross/share/doc/gcc/Target-Builtins.html
-${PLIST.doc}cross/share/doc/gcc/Target-Format-Checks.html
-${PLIST.doc}cross/share/doc/gcc/Target-Options.html
-${PLIST.doc}cross/share/doc/gcc/Template-Instantiation.html
-${PLIST.doc}cross/share/doc/gcc/Temporaries.html
-${PLIST.doc}cross/share/doc/gcc/Thread_002dLocal.html
-${PLIST.doc}cross/share/doc/gcc/Translation-implementation.html
-${PLIST.doc}cross/share/doc/gcc/Trouble.html
-${PLIST.doc}cross/share/doc/gcc/Type-Attributes.html
-${PLIST.doc}cross/share/doc/gcc/Type-encoding.html
-${PLIST.doc}cross/share/doc/gcc/Typeof.html
-${PLIST.doc}cross/share/doc/gcc/Unnamed-Fields.html
-${PLIST.doc}cross/share/doc/gcc/V850-Options.html
-${PLIST.doc}cross/share/doc/gcc/VAX-Options.html
-${PLIST.doc}cross/share/doc/gcc/Vague-Linkage.html
-${PLIST.doc}cross/share/doc/gcc/Variable-Attributes.html
-${PLIST.doc}cross/share/doc/gcc/Variable-Length.html
-${PLIST.doc}cross/share/doc/gcc/Variadic-Macros.html
-${PLIST.doc}cross/share/doc/gcc/Vector-Extensions.html
-${PLIST.doc}cross/share/doc/gcc/Volatiles.html
-${PLIST.doc}cross/share/doc/gcc/VxWorks-Options.html
-${PLIST.doc}cross/share/doc/gcc/Warning-Options.html
-${PLIST.doc}cross/share/doc/gcc/Warnings-and-Errors.html
-${PLIST.doc}cross/share/doc/gcc/Weak-Pragmas.html
-${PLIST.doc}cross/share/doc/gcc/What-you-can-and-what-you-cannot-do-in-_002bload.html
-${PLIST.doc}cross/share/doc/gcc/Wtrigraphs.html
-${PLIST.doc}cross/share/doc/gcc/X86-Built_002din-Functions.html
-${PLIST.doc}cross/share/doc/gcc/Xstormy16-Options.html
-${PLIST.doc}cross/share/doc/gcc/Xtensa-Options.html
-${PLIST.doc}cross/share/doc/gcc/Zero-Length.html
-${PLIST.doc}cross/share/doc/gcc/compatibility_005falias.html
-${PLIST.doc}cross/share/doc/gcc/cpp.pdf
-${PLIST.doc}cross/share/doc/gcc/cppinternals.pdf
-${PLIST.doc}cross/share/doc/gcc/dashMF.html
-${PLIST.doc}cross/share/doc/gcc/fdollars_002din_002didentifiers.html
-${PLIST.doc}cross/share/doc/gcc/gcc.pdf
-${PLIST.doc}cross/share/doc/gcc/gccinstall.pdf
-${PLIST.doc}cross/share/doc/gcc/gccint.pdf
-${PLIST.doc}cross/share/doc/gcc/i386-and-x86_002d64-Options.html
-${PLIST.doc}cross/share/doc/gcc/index.html
-${PLIST.doc}cross/share/doc/gcc/x86_002d64-Options.html
-${PLIST.doc}cross/share/doc/gcc/zSeries-Options.html
-${PLIST.doc}cross/share/doc/gccinstall/index.html
-${PLIST.doc}cross/share/doc/gccint/Accessors.html
-${PLIST.doc}cross/share/doc/gccint/Ada-Tests.html
-${PLIST.doc}cross/share/doc/gccint/Adding-new-DECL-node-types.html
-${PLIST.doc}cross/share/doc/gccint/Addressing-Modes.html
-${PLIST.doc}cross/share/doc/gccint/Aggregate-Return.html
-${PLIST.doc}cross/share/doc/gccint/Alias-analysis.html
-${PLIST.doc}cross/share/doc/gccint/Alignment-Output.html
-${PLIST.doc}cross/share/doc/gccint/All-Debuggers.html
-${PLIST.doc}cross/share/doc/gccint/Allocation-Order.html
-${PLIST.doc}cross/share/doc/gccint/Annotations.html
-${PLIST.doc}cross/share/doc/gccint/Arithmetic.html
-${PLIST.doc}cross/share/doc/gccint/Assembler-Format.html
-${PLIST.doc}cross/share/doc/gccint/Assembler.html
-${PLIST.doc}cross/share/doc/gccint/Attr-Example.html
-${PLIST.doc}cross/share/doc/gccint/Attributes.html
-${PLIST.doc}cross/share/doc/gccint/Back-End.html
-${PLIST.doc}cross/share/doc/gccint/Basic-Blocks.html
-${PLIST.doc}cross/share/doc/gccint/Bit_002dFields.html
-${PLIST.doc}cross/share/doc/gccint/Blocks.html
-${PLIST.doc}cross/share/doc/gccint/Build.html
-${PLIST.doc}cross/share/doc/gccint/C-Tests.html
-${PLIST.doc}cross/share/doc/gccint/C_002b_002b-ABI.html
-${PLIST.doc}cross/share/doc/gccint/Caller-Saves.html
-${PLIST.doc}cross/share/doc/gccint/Calls.html
-${PLIST.doc}cross/share/doc/gccint/Class-Preferences.html
-${PLIST.doc}cross/share/doc/gccint/Classes.html
-${PLIST.doc}cross/share/doc/gccint/Cleanups.html
-${PLIST.doc}cross/share/doc/gccint/Code-Macros.html
-${PLIST.doc}cross/share/doc/gccint/Collect2.html
-${PLIST.doc}cross/share/doc/gccint/Comparisons.html
-${PLIST.doc}cross/share/doc/gccint/Compound-Expressions.html
-${PLIST.doc}cross/share/doc/gccint/Compound-Lvalues.html
-${PLIST.doc}cross/share/doc/gccint/Concept-Index.html
-${PLIST.doc}cross/share/doc/gccint/Condition-Code.html
-${PLIST.doc}cross/share/doc/gccint/Conditional-Execution.html
-${PLIST.doc}cross/share/doc/gccint/Conditional-Expressions.html
-${PLIST.doc}cross/share/doc/gccint/Config-Fragments.html
-${PLIST.doc}cross/share/doc/gccint/Configuration-Files.html
-${PLIST.doc}cross/share/doc/gccint/Configuration.html
-${PLIST.doc}cross/share/doc/gccint/Configure-Terms.html
-${PLIST.doc}cross/share/doc/gccint/Constant-Attributes.html
-${PLIST.doc}cross/share/doc/gccint/Constant-Definitions.html
-${PLIST.doc}cross/share/doc/gccint/Constants.html
-${PLIST.doc}cross/share/doc/gccint/Constraints.html
-${PLIST.doc}cross/share/doc/gccint/Containers.html
-${PLIST.doc}cross/share/doc/gccint/Contributing.html
-${PLIST.doc}cross/share/doc/gccint/Contributors.html
-${PLIST.doc}cross/share/doc/gccint/Control-Flow.html
-${PLIST.doc}cross/share/doc/gccint/Conversions.html
-${PLIST.doc}cross/share/doc/gccint/Copying.html
-${PLIST.doc}cross/share/doc/gccint/Costs.html
-${PLIST.doc}cross/share/doc/gccint/Current-structure-hierarchy.html
-${PLIST.doc}cross/share/doc/gccint/DBX-Hooks.html
-${PLIST.doc}cross/share/doc/gccint/DBX-Options.html
-${PLIST.doc}cross/share/doc/gccint/Data-Output.html
-${PLIST.doc}cross/share/doc/gccint/Debugging-Info.html
-${PLIST.doc}cross/share/doc/gccint/Declarations.html
-${PLIST.doc}cross/share/doc/gccint/Deficiencies.html
-${PLIST.doc}cross/share/doc/gccint/Defining-Attributes.html
-${PLIST.doc}cross/share/doc/gccint/Defining-Mode-Macros.html
-${PLIST.doc}cross/share/doc/gccint/Defining-Predicates.html
-${PLIST.doc}cross/share/doc/gccint/Delay-Slots.html
-${PLIST.doc}cross/share/doc/gccint/Dependent-Patterns.html
-${PLIST.doc}cross/share/doc/gccint/Dispatch-Tables.html
-${PLIST.doc}cross/share/doc/gccint/Documentation.html
-${PLIST.doc}cross/share/doc/gccint/Driver.html
-${PLIST.doc}cross/share/doc/gccint/Edges.html
-${PLIST.doc}cross/share/doc/gccint/Elimination.html
-${PLIST.doc}cross/share/doc/gccint/Empty-Statements.html
-${PLIST.doc}cross/share/doc/gccint/Example.html
-${PLIST.doc}cross/share/doc/gccint/Examples.html
-${PLIST.doc}cross/share/doc/gccint/Exception-Handling.html
-${PLIST.doc}cross/share/doc/gccint/Exception-Region-Output.html
-${PLIST.doc}cross/share/doc/gccint/Exception-handling-routines.html
-${PLIST.doc}cross/share/doc/gccint/Expander-Definitions.html
-${PLIST.doc}cross/share/doc/gccint/Expression-trees.html
-${PLIST.doc}cross/share/doc/gccint/Expressions.html
-${PLIST.doc}cross/share/doc/gccint/File-Framework.html
-${PLIST.doc}cross/share/doc/gccint/File-Names-and-DBX.html
-${PLIST.doc}cross/share/doc/gccint/Files.html
-${PLIST.doc}cross/share/doc/gccint/Filesystem.html
-${PLIST.doc}cross/share/doc/gccint/Flags.html
-${PLIST.doc}cross/share/doc/gccint/Floating-Point.html
-${PLIST.doc}cross/share/doc/gccint/Fragments.html
-${PLIST.doc}cross/share/doc/gccint/Frame-Layout.html
-${PLIST.doc}cross/share/doc/gccint/Frame-Registers.html
-${PLIST.doc}cross/share/doc/gccint/Front-End-Config.html
-${PLIST.doc}cross/share/doc/gccint/Front-End-Directory.html
-${PLIST.doc}cross/share/doc/gccint/Front-End.html
-${PLIST.doc}cross/share/doc/gccint/Function-Basics.html
-${PLIST.doc}cross/share/doc/gccint/Function-Bodies.html
-${PLIST.doc}cross/share/doc/gccint/Function-Entry.html
-${PLIST.doc}cross/share/doc/gccint/Functions.html
-${PLIST.doc}cross/share/doc/gccint/Funding.html
-${PLIST.doc}cross/share/doc/gccint/GENERIC.html
-${PLIST.doc}cross/share/doc/gccint/GGC-Roots.html
-${PLIST.doc}cross/share/doc/gccint/GIMPLE-Example.html
-${PLIST.doc}cross/share/doc/gccint/GIMPLE-Exception-Handling.html
-${PLIST.doc}cross/share/doc/gccint/GIMPLE-Expressions.html
-${PLIST.doc}cross/share/doc/gccint/GIMPLE.html
-${PLIST.doc}cross/share/doc/gccint/GNU-Free-Documentation-License.html
-${PLIST.doc}cross/share/doc/gccint/GNU-Project.html
-${PLIST.doc}cross/share/doc/gccint/GTY-Options.html
-${PLIST.doc}cross/share/doc/gccint/Gimplification-pass.html
-${PLIST.doc}cross/share/doc/gccint/Header-Dirs.html
-${PLIST.doc}cross/share/doc/gccint/Headers.html
-${PLIST.doc}cross/share/doc/gccint/Host-Common.html
-${PLIST.doc}cross/share/doc/gccint/Host-Config.html
-${PLIST.doc}cross/share/doc/gccint/Host-Fragment.html
-${PLIST.doc}cross/share/doc/gccint/Host-Misc.html
-${PLIST.doc}cross/share/doc/gccint/Identifiers.html
-${PLIST.doc}cross/share/doc/gccint/Incdec.html
-${PLIST.doc}cross/share/doc/gccint/Including-Patterns.html
-${PLIST.doc}cross/share/doc/gccint/Initialization.html
-${PLIST.doc}cross/share/doc/gccint/Insn-Attributes.html
-${PLIST.doc}cross/share/doc/gccint/Insn-Canonicalizations.html
-${PLIST.doc}cross/share/doc/gccint/Insn-Lengths.html
-${PLIST.doc}cross/share/doc/gccint/Insn-Splitting.html
-${PLIST.doc}cross/share/doc/gccint/Insns.html
-${PLIST.doc}cross/share/doc/gccint/Instruction-Output.html
-${PLIST.doc}cross/share/doc/gccint/Integer-library-routines.html
-${PLIST.doc}cross/share/doc/gccint/Interface.html
-${PLIST.doc}cross/share/doc/gccint/Interfaces.html
-${PLIST.doc}cross/share/doc/gccint/Internal-structure.html
-${PLIST.doc}cross/share/doc/gccint/Jump-Patterns.html
-${PLIST.doc}cross/share/doc/gccint/Jumps.html
-${PLIST.doc}cross/share/doc/gccint/Label-Output.html
-${PLIST.doc}cross/share/doc/gccint/Languages.html
-${PLIST.doc}cross/share/doc/gccint/Leaf-Functions.html
-${PLIST.doc}cross/share/doc/gccint/Libgcc.html
-${PLIST.doc}cross/share/doc/gccint/Library-Calls.html
-${PLIST.doc}cross/share/doc/gccint/Library-Files.html
-${PLIST.doc}cross/share/doc/gccint/Liveness-information.html
-${PLIST.doc}cross/share/doc/gccint/Logical-Operators.html
-${PLIST.doc}cross/share/doc/gccint/Looping-Patterns.html
-${PLIST.doc}cross/share/doc/gccint/Loops.html
-${PLIST.doc}cross/share/doc/gccint/MIPS-Coprocessors.html
-${PLIST.doc}cross/share/doc/gccint/Machine-Constraints.html
-${PLIST.doc}cross/share/doc/gccint/Machine-Desc.html
-${PLIST.doc}cross/share/doc/gccint/Machine-Modes.html
-${PLIST.doc}cross/share/doc/gccint/Machine_002dIndependent-Predicates.html
-${PLIST.doc}cross/share/doc/gccint/Macros-and-Functions.html
-${PLIST.doc}cross/share/doc/gccint/Macros-for-Initialization.html
-${PLIST.doc}cross/share/doc/gccint/Macros.html
-${PLIST.doc}cross/share/doc/gccint/Maintaining-the-CFG.html
-${PLIST.doc}cross/share/doc/gccint/Makefile.html
-${PLIST.doc}cross/share/doc/gccint/Man-Page-Generation.html
-${PLIST.doc}cross/share/doc/gccint/Misc.html
-${PLIST.doc}cross/share/doc/gccint/Miscellaneous-Docs.html
-${PLIST.doc}cross/share/doc/gccint/Miscellaneous-routines.html
-${PLIST.doc}cross/share/doc/gccint/Mode-Macros.html
-${PLIST.doc}cross/share/doc/gccint/Mode-Switching.html
-${PLIST.doc}cross/share/doc/gccint/Modifiers.html
-${PLIST.doc}cross/share/doc/gccint/Multi_002dAlternative.html
-${PLIST.doc}cross/share/doc/gccint/Namespaces.html
-${PLIST.doc}cross/share/doc/gccint/Option-Index.html
-${PLIST.doc}cross/share/doc/gccint/Option-file-format.html
-${PLIST.doc}cross/share/doc/gccint/Option-properties.html
-${PLIST.doc}cross/share/doc/gccint/Options.html
-${PLIST.doc}cross/share/doc/gccint/Output-Statement.html
-${PLIST.doc}cross/share/doc/gccint/Output-Template.html
-${PLIST.doc}cross/share/doc/gccint/Overview.html
-${PLIST.doc}cross/share/doc/gccint/PCH-Target.html
-${PLIST.doc}cross/share/doc/gccint/PIC.html
-${PLIST.doc}cross/share/doc/gccint/Parsing-pass.html
-${PLIST.doc}cross/share/doc/gccint/Pass-manager.html
-${PLIST.doc}cross/share/doc/gccint/Passes.html
-${PLIST.doc}cross/share/doc/gccint/Pattern-Ordering.html
-${PLIST.doc}cross/share/doc/gccint/Patterns.html
-${PLIST.doc}cross/share/doc/gccint/Peephole-Definitions.html
-${PLIST.doc}cross/share/doc/gccint/Per_002dFunction-Data.html
-${PLIST.doc}cross/share/doc/gccint/Portability.html
-${PLIST.doc}cross/share/doc/gccint/Predicates.html
-${PLIST.doc}cross/share/doc/gccint/Processor-pipeline-description.html
-${PLIST.doc}cross/share/doc/gccint/Profile-information.html
-${PLIST.doc}cross/share/doc/gccint/Profiling.html
-${PLIST.doc}cross/share/doc/gccint/RTL-Classes.html
-${PLIST.doc}cross/share/doc/gccint/RTL-Declarations.html
-${PLIST.doc}cross/share/doc/gccint/RTL-Objects.html
-${PLIST.doc}cross/share/doc/gccint/RTL-Template.html
-${PLIST.doc}cross/share/doc/gccint/RTL-passes.html
-${PLIST.doc}cross/share/doc/gccint/RTL.html
-${PLIST.doc}cross/share/doc/gccint/Reading-RTL.html
-${PLIST.doc}cross/share/doc/gccint/Register-Arguments.html
-${PLIST.doc}cross/share/doc/gccint/Register-Basics.html
-${PLIST.doc}cross/share/doc/gccint/Register-Classes.html
-${PLIST.doc}cross/share/doc/gccint/Registers.html
-${PLIST.doc}cross/share/doc/gccint/Regs-and-Memory.html
-${PLIST.doc}cross/share/doc/gccint/Rough-GIMPLE-Grammar.html
-${PLIST.doc}cross/share/doc/gccint/Run_002dtime-Target.html
-${PLIST.doc}cross/share/doc/gccint/SDB-and-DWARF.html
-${PLIST.doc}cross/share/doc/gccint/SSA.html
-${PLIST.doc}cross/share/doc/gccint/Scalar-Return.html
-${PLIST.doc}cross/share/doc/gccint/Scheduling.html
-${PLIST.doc}cross/share/doc/gccint/Scopes.html
-${PLIST.doc}cross/share/doc/gccint/Sections.html
-${PLIST.doc}cross/share/doc/gccint/Selection-Statements.html
-${PLIST.doc}cross/share/doc/gccint/Sharing.html
-${PLIST.doc}cross/share/doc/gccint/Side-Effects.html
-${PLIST.doc}cross/share/doc/gccint/Simple-Constraints.html
-${PLIST.doc}cross/share/doc/gccint/Soft-float-library-routines.html
-${PLIST.doc}cross/share/doc/gccint/Source-Tree.html
-${PLIST.doc}cross/share/doc/gccint/Special-Accessors.html
-${PLIST.doc}cross/share/doc/gccint/Stack-Arguments.html
-${PLIST.doc}cross/share/doc/gccint/Stack-Checking.html
-${PLIST.doc}cross/share/doc/gccint/Stack-Registers.html
-${PLIST.doc}cross/share/doc/gccint/Stack-Smashing-Protection.html
-${PLIST.doc}cross/share/doc/gccint/Stack-and-Calling.html
-${PLIST.doc}cross/share/doc/gccint/Standard-Names.html
-${PLIST.doc}cross/share/doc/gccint/Statement-Operands.html
-${PLIST.doc}cross/share/doc/gccint/Statement-Sequences.html
-${PLIST.doc}cross/share/doc/gccint/Statements.html
-${PLIST.doc}cross/share/doc/gccint/Storage-Layout.html
-${PLIST.doc}cross/share/doc/gccint/Subdirectories.html
-${PLIST.doc}cross/share/doc/gccint/Substitutions.html
-${PLIST.doc}cross/share/doc/gccint/System-Config.html
-${PLIST.doc}cross/share/doc/gccint/TARGET_005fSHIFT_005fTRUNCATION_005fMASK.html
-${PLIST.doc}cross/share/doc/gccint/Tagging-Insns.html
-${PLIST.doc}cross/share/doc/gccint/Tail-Calls.html
-${PLIST.doc}cross/share/doc/gccint/Target-Attributes.html
-${PLIST.doc}cross/share/doc/gccint/Target-Fragment.html
-${PLIST.doc}cross/share/doc/gccint/Target-Macros.html
-${PLIST.doc}cross/share/doc/gccint/Target-Structure.html
-${PLIST.doc}cross/share/doc/gccint/Temporaries.html
-${PLIST.doc}cross/share/doc/gccint/Test-Directives.html
-${PLIST.doc}cross/share/doc/gccint/Test-Idioms.html
-${PLIST.doc}cross/share/doc/gccint/Testsuites.html
-${PLIST.doc}cross/share/doc/gccint/Texinfo-Manuals.html
-${PLIST.doc}cross/share/doc/gccint/Top-Level.html
-${PLIST.doc}cross/share/doc/gccint/Trampolines.html
-${PLIST.doc}cross/share/doc/gccint/Tree-SSA.html
-${PLIST.doc}cross/share/doc/gccint/Tree-overview.html
-${PLIST.doc}cross/share/doc/gccint/Tree_002dSSA-passes.html
-${PLIST.doc}cross/share/doc/gccint/Trees.html
-${PLIST.doc}cross/share/doc/gccint/Type-Information.html
-${PLIST.doc}cross/share/doc/gccint/Type-Layout.html
-${PLIST.doc}cross/share/doc/gccint/Types.html
-${PLIST.doc}cross/share/doc/gccint/Uninitialized-Data.html
-${PLIST.doc}cross/share/doc/gccint/VMS-Debug.html
-${PLIST.doc}cross/share/doc/gccint/Values-in-Registers.html
-${PLIST.doc}cross/share/doc/gccint/Varargs.html
-${PLIST.doc}cross/share/doc/gccint/Vector-Operations.html
-${PLIST.doc}cross/share/doc/gccint/Working-with-declarations.html
-${PLIST.doc}cross/share/doc/gccint/compat-Testing.html
-${PLIST.doc}cross/share/doc/gccint/define_005fpeephole.html
-${PLIST.doc}cross/share/doc/gccint/define_005fpeephole2.html
-${PLIST.doc}cross/share/doc/gccint/epilogue-instruction-pattern.html
-${PLIST.doc}cross/share/doc/gccint/gcc-Directory.html
-${PLIST.doc}cross/share/doc/gccint/gcov-Testing.html
-${PLIST.doc}cross/share/doc/gccint/index.html
-${PLIST.doc}cross/share/doc/gccint/libgcj-Tests.html
-${PLIST.doc}cross/share/doc/gccint/profopt-Testing.html
-${PLIST.doc}cross/share/doc/gccint/prologue-instruction-pattern.html
-${PLIST.doc}cross/share/doc/gccint/shift-patterns.html
diff --git a/cross/nios2-gcc41/distinfo b/cross/nios2-gcc41/distinfo
deleted file mode 100644
index e9dc7e57932..00000000000
--- a/cross/nios2-gcc41/distinfo
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: distinfo,v 1.4 2019/06/08 10:53:29 rillig Exp $
-
-SHA1 (nios2_gnu_gcc4_13.0.gz) = 1df8e0ebd1f0e42ab4dd8a507c0a3dc85c1d598b
-RMD160 (nios2_gnu_gcc4_13.0.gz) = 5331366fc1ab307909bbe6a2ef1fc11d70b0f523
-SHA512 (nios2_gnu_gcc4_13.0.gz) = b6d370bfa801c6be5cdb3be4664b126816a60c08460fadc3ce525affc3ad08ec9cc0a042e25973ff857fe0c49a013401b166bf90a4602dea927fb7bc8a502625
-Size (nios2_gnu_gcc4_13.0.gz) = 110799088 bytes
-SHA1 (patch-aa) = d0e4b6b0073cf673659a2abd89a5922f6ad7a431
-SHA1 (patch-gcc_config_nios2_nios2-proto.h) = 8d3006b98fe47a825c45e15e8b218f5179e8e663
-SHA1 (patch-gcc_config_nios2_nios2.c) = bc5655083a1bb641e1b606b547a27903900252fd
-SHA1 (patch-gcc_doc_invoke.texi) = 75bc85c7713d0579ec960c3f777484ca7d555214
-SHA1 (patch-gcc_toplev.h) = 912ab0e138be638983e496ff650546a35a23510e
-SHA1 (patch-libjava_classpath_script_loc) = 039d83c8dcb19f07a684edfe860ec687a50e636b
diff --git a/cross/nios2-gcc41/options.mk b/cross/nios2-gcc41/options.mk
deleted file mode 100644
index 432278740d5..00000000000
--- a/cross/nios2-gcc41/options.mk
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD: options.mk,v 1.4 2018/07/04 13:40:12 jperkin Exp $
-
-### Set options
-PKG_OPTIONS_VAR= PKG_OPTIONS.nios2-gcc
-PKG_SUPPORTED_OPTIONS= doc sysroot
-PKG_SUGGESTED_OPTIONS= sysroot
-
-.include "../../mk/bsd.options.mk"
-
-# See http://mail-index.netbsd.org/tech-toolchain/2011/03/21/msg001511.html
-.if !empty(PKG_OPTIONS:Msysroot)
-CFLAGS+= -DTARGET_SYSTEM_ROOT=0 -DTARGET_SYSTEM_ROOT_RELOCATABLE
-.endif
-
-# conditional SUBST_CLASSES
-.if empty(PKG_OPTIONS:Mdoc)
-SUBST_CLASSES+= nios
-SUBST_STAGE.nios= pre-configure
-SUBST_FILES.nios= gcc/Makefile.in
-SUBST_SED.nios= -e s/@@DOC@@//
-SUBST_SED.nios+= -e s/@@INSTALL_HTML@@//
-SUBST_SED.nios+= -e s/@@INSTALL_PDF@@//
-.else
-
-# bin/tex is required
-BUILD_DEPENDS+= web2c-[0-9]*:../../print/web2c
-BUILD_DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
-BUILD_DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
-BUILD_DEPENDS+= tex-pdftex-doc-[0-9]*:../../print/tex-pdftex-doc
-BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
-BUILD_DEPENDS+= gtexinfo-[0-9]*:../../devel/gtexinfo
-PLIST.doc= yes
-
-SUBST_CLASSES+= nios
-SUBST_STAGE.nios= pre-configure
-SUBST_FILES.nios= gcc/Makefile.in
-SUBST_SED.nios= -e s/@@DOC@@/doc/
-SUBST_SED.nios+= -e s/@@INSTALL_HTML@@/install-html/
-SUBST_SED.nios+= -e s/@@INSTALL_PDF@@/install-pdf/
-.endif
diff --git a/cross/nios2-gcc41/patches/patch-aa b/cross/nios2-gcc41/patches/patch-aa
deleted file mode 100644
index acf0a1b1619..00000000000
--- a/cross/nios2-gcc41/patches/patch-aa
+++ /dev/null
@@ -1,53 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2019/06/08 10:53:29 rillig Exp $
-
-#
-# (1) craft FPBIT_FUNCS and DPBIT_FUNCS lists to avoid routine collision
-# against NetBSD softfloat implementation. Following twelve are to
-# be eliminated;
-# _addsub_df.o _addsub_sf.o _df_to_sf.o _df_to_si.o
-# _div_df.o _div_sf.o _mul_df.o _mul_sf.o _sf_to_df.o _sf_to_si.o
-# _si_to_df.o _si_to_sf.o
-# (2) To swith with and without documents, put @@VAR@@ type words.
-
---- gcc/Makefile.in.orig 2013-06-14 06:32:52.000000000 +0900
-+++ gcc/Makefile.in 2013-10-22 18:50:44.000000000 +0900
-@@ -1062,15 +1062,15 @@ LIBGCOV = _gcov _gcov_merge_add _gcov_me
- _gcov_execv _gcov_execvp _gcov_execve \
- _gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler
-
--FPBIT_FUNCS = _pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf \
-+FPBIT_FUNCS = _pack_sf _unpack_sf \
- _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf \
-- _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf \
-- _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf
-+ _lt_sf _le_sf _unord_sf _negate_sf _make_sf \
-+ _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf
-
--DPBIT_FUNCS = _pack_df _unpack_df _addsub_df _mul_df _div_df \
-+DPBIT_FUNCS = _pack_df _unpack_df \
- _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df \
-- _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df \
-- _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df
-+ _lt_df _le_df _unord_df _negate_df _make_df \
-+ _df_to_tf _thenan_df _df_to_usi _usi_to_df
-
- TPBIT_FUNCS = _pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf \
- _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf \
-@@ -1216,7 +1216,7 @@
- all.internal: start.encap rest.encap doc
- # This is what to compile if making a cross-compiler.
- all.cross: native gcc-cross cpp$(exeext) specs \
-- $(LIBGCC) $(EXTRA_PARTS) lang.all.cross doc @GENINSRC@ srcextra
-+ $(LIBGCC) $(EXTRA_PARTS) lang.all.cross @@DOC@@ @GENINSRC@ srcextra
- # This is what must be made before installing GCC and converting libraries.
- start.encap: native xgcc$(exeext) cpp$(exeext) specs \
- lang.start.encap @GENINSRC@ srcextra
-@@ -3655,7 +3655,7 @@
- # Install the driver last so that the window when things are
- # broken is small.
- install: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \
-- install-cpp install-man install-info install-html install-pdf \
-+ install-cpp install-man install-info @@INSTALL_HTML@@ @@INSTALL_PDF@@ \
- install-@POSUB@ lang.install-normal install-driver
-
- # Handle cpp installation.
diff --git a/cross/nios2-gcc41/patches/patch-gcc_config_nios2_nios2-proto.h b/cross/nios2-gcc41/patches/patch-gcc_config_nios2_nios2-proto.h
deleted file mode 100644
index c9e7c4196d0..00000000000
--- a/cross/nios2-gcc41/patches/patch-gcc_config_nios2_nios2-proto.h
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-gcc_config_nios2_nios2-proto.h,v 1.1 2013/11/16 07:41:00 mef Exp $
-
-Correction of prototype declaration.
-This was origin of segmentation fault at compiling crtstuff.c
-on 64bit machine, thanks nisimura@
-
-diff --git a/gcc-4.1/gcc/config/nios2/nios2-protos.h b/gcc-4.1/gcc/config/nios2/nios2-protos.h
-index 7f72eaa..2b7db5d 100644
---- a/gcc-4.1/gcc/config/nios2/nios2-protos.h
-+++ gcc/config/nios2/nios2-protos.h
-@@ -35,8 +35,10 @@ extern enum reg_class reg_class_from_constraint (char, const char *);
- extern void nios2_register_target_pragmas (void);
-
- #ifdef RTX_CODE
--extern int nios2_legitimate_address (rtx, enum machine_mode, int);
-+extern bool nios2_legitimate_pic_operand_p (rtx x);
-+extern bool nios2_legitimate_address (rtx, enum machine_mode, int);
- extern int nios2_legitimate_constant (rtx);
-+extern rtx nios2_legitimize_address (rtx, rtx, enum machine_mode);
- extern void nios2_print_operand (FILE *, rtx, int);
- extern void nios2_print_operand_address (FILE *, rtx);
-
diff --git a/cross/nios2-gcc41/patches/patch-gcc_config_nios2_nios2.c b/cross/nios2-gcc41/patches/patch-gcc_config_nios2_nios2.c
deleted file mode 100644
index 3253a261901..00000000000
--- a/cross/nios2-gcc41/patches/patch-gcc_config_nios2_nios2.c
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-gcc_config_nios2_nios2.c,v 1.1 2013/11/16 07:41:00 mef Exp $
-
-Move prototype to nios2-proto.h, thanks nisimura@
-
-diff --git a/gcc-4.1/gcc/config/nios2/nios2.c b/gcc-4.1/gcc/config/nios2/nios2.c
-index f8cdb9d..fafa968 100644
---- a/gcc-4.1/gcc/config/nios2/nios2.c
-+++ gcc/config/nios2/nios2.c
-@@ -84,10 +84,8 @@ static tree nios2_handle_struct_attribute (tree *, tree, tree, int, bool *);
- static void nios2_insert_attributes (tree, tree *);
- static void nios2_load_pic_register (void);
- static bool nios2_cannot_force_const_mem (rtx);
--bool nios2_legitimate_pic_operand_p (rtx x);
- static rtx nios2_legitimize_pic_address (rtx orig, enum machine_mode mode,
- rtx reg);
--rtx nios2_legitimize_address (rtx x, rtx orig_x, enum machine_mode mode);
- static void nios2_init_builtins (void);
- static rtx nios2_expand_builtin (tree, rtx, rtx, enum machine_mode, int);
- static bool nios2_function_ok_for_sibcall (tree, tree);
-@@ -2361,7 +2359,7 @@ nios2_legitimate_constant (rtx x)
- }
- }
-
--int
-+bool
- nios2_legitimate_address (rtx operand, enum machine_mode mode ATTRIBUTE_UNUSED,
- int strict)
- {
diff --git a/cross/nios2-gcc41/patches/patch-gcc_doc_invoke.texi b/cross/nios2-gcc41/patches/patch-gcc_doc_invoke.texi
deleted file mode 100644
index b75a2760a68..00000000000
--- a/cross/nios2-gcc41/patches/patch-gcc_doc_invoke.texi
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-gcc_doc_invoke.texi,v 1.1 2013/11/16 07:41:00 mef Exp $
-
-wip/nios2-gcc/work/gcc-4.1/gcc/doc/invoke.texi:1078: I can't find file `'.
-
---- gcc/doc/invoke.texi.orig 2013-06-14 06:32:55.000000000 +0900
-+++ gcc/doc/invoke.texi 2013-11-09 10:31:35.000000000 +0900
-@@ -1075,7 +1075,7 @@
- @opindex version
- Display the version number and copyrights of the invoked GCC@.
-
--@include @value{srcdir}/../libiberty/at-file.texi
-+@c @include @value{srcdir}/../libiberty/at-file.texi
- @end table
-
- @node Invoking G++
diff --git a/cross/nios2-gcc41/patches/patch-gcc_toplev.h b/cross/nios2-gcc41/patches/patch-gcc_toplev.h
deleted file mode 100644
index 4b3f3802587..00000000000
--- a/cross/nios2-gcc41/patches/patch-gcc_toplev.h
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-gcc_toplev.h,v 1.1 2014/09/10 12:13:06 joerg Exp $
-
---- gcc/toplev.h.orig 2013-06-13 21:33:10.000000000 +0000
-+++ gcc/toplev.h
-@@ -171,13 +171,13 @@ extern int floor_log2 (
- # define CTZ_HWI __builtin_ctz
- # endif
-
--extern inline int
-+extern __attribute__((__gnu_inline__)) inline int
- floor_log2 (unsigned HOST_WIDE_INT x)
- {
- return x ? HOST_BITS_PER_WIDE_INT - 1 - (int) CLZ_HWI (x) : -1;
- }
-
--extern inline int
-+extern __attribute__((__gnu_inline__)) inline int
- exact_log2 (unsigned HOST_WIDE_INT x)
- {
- return x == (x & -x) && x ? (int) CTZ_HWI (x) : -1;
diff --git a/cross/nios2-gcc41/patches/patch-libjava_classpath_script_loc b/cross/nios2-gcc41/patches/patch-libjava_classpath_script_loc
deleted file mode 100644
index 28a7cc9027f..00000000000
--- a/cross/nios2-gcc41/patches/patch-libjava_classpath_script_loc
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-libjava_classpath_script_loc,v 1.1 2013/11/16 07:41:00 mef Exp $
-
-portablily check
-
---- libjava/classpath/scripts/loc.orig 2013-06-14 06:33:15.000000000 +0900
-+++ libjava/classpath/scripts/loc 2013-11-08 09:55:51.000000000 +0900
-@@ -19,7 +19,7 @@
-
-
- MODE=$1
--if test "$MODE" == "-l"; then
-+if test "$MODE" = "-l"; then
- COMMAND='(locate \*.jar ; locate \*.war)'
- shift
- else
-@@ -27,7 +27,7 @@
- fi
-
- FOO=$2
--if test "x$FOO" == "x"; then
-+if test "x$FOO" = "x"; then
- FOO=/usr/share/java
- fi
-