pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross nios2-gcc41: Remove, successor nios2-gcc.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f24ae2377a84
branches: trunk
changeset: 342317:f24ae2377a84
user: maya <maya%pkgsrc.org@localhost>
date: Thu Oct 17 20:56:39 2019 +0000
description:
nios2-gcc41: Remove, successor nios2-gcc.
diffstat:
cross/Makefile | 3 +-
cross/nios2-gcc41/DESCR | 1 -
cross/nios2-gcc41/Makefile | 63 -
cross/nios2-gcc41/PLIST | 614 ----------
cross/nios2-gcc41/distinfo | 12 -
cross/nios2-gcc41/options.mk | 40 -
cross/nios2-gcc41/patches/patch-aa | 53 -
cross/nios2-gcc41/patches/patch-gcc_config_nios2_nios2-proto.h | 22 -
cross/nios2-gcc41/patches/patch-gcc_config_nios2_nios2.c | 28 -
cross/nios2-gcc41/patches/patch-gcc_doc_invoke.texi | 15 -
cross/nios2-gcc41/patches/patch-gcc_toplev.h | 20 -
cross/nios2-gcc41/patches/patch-libjava_classpath_script_loc | 24 -
12 files changed, 1 insertions(+), 894 deletions(-)
diffs (truncated from 953 to 300 lines):
diff -r 8814ddc6fb23 -r f24ae2377a84 cross/Makefile
--- a/cross/Makefile Thu Oct 17 20:38:50 2019 +0000
+++ b/cross/Makefile Thu Oct 17 20:56:39 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2019/10/11 18:53:02 maya Exp $
+# $NetBSD: Makefile,v 1.92 2019/10/17 20:56:39 maya Exp $
#
COMMENT= Cross-platform development utilities
@@ -59,7 +59,6 @@
#SUBDIR+= nios2 # just contains makefile fragments
SUBDIR+= nios2-binutils
SUBDIR+= nios2-gcc
-SUBDIR+= nios2-gcc41
SUBDIR+= objconv
SUBDIR+= or1k-none-elf-binutils
SUBDIR+= or1k-none-elf-gcc
diff -r 8814ddc6fb23 -r f24ae2377a84 cross/nios2-gcc41/DESCR
--- a/cross/nios2-gcc41/DESCR Thu Oct 17 20:38:50 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-Cross gcc-4.1 for ALTERA Nios2 processor.
diff -r 8814ddc6fb23 -r f24ae2377a84 cross/nios2-gcc41/Makefile
--- a/cross/nios2-gcc41/Makefile Thu Oct 17 20:38:50 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 8814ddc6fb23 -r f24ae2377a84 cross/nios2-gcc41/PLIST
--- a/cross/nios2-gcc41/PLIST Thu Oct 17 20:38:50 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index