summaryrefslogtreecommitdiff
path: root/cross/nios2-binutils
AgeCommit message (Collapse)AuthorFilesLines
2016-06-19Bump version for USE_CROSSBASE removal.wiz1-2/+2
2016-06-19Move remaining users of USE_CROSSBASE to just install into ${PREFIX}/cross.wiz3-67/+65
To simplify infrastructure. Ok joerg@ XXX: nios2-gcc3 loops endlessly during build, before and after change, so untested. XXX: nios2-gcc does not build on -current, in the same way before and after the change, so untested.
2015-11-03Add SHA512 digests for distfiles for cross categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2014-11-10Restore .include "options.mk" line which (accidentally) dropped at 2.23.2 tomef1-2/+4
2.24 update. This enables --sysroot option. PKGREVISION++
2014-10-30'CONFIG_SHELL= ksh' is only necessary for NetBSD-[5-6]* and 6.99.*mef1-4/+10
2014-10-23Use CONFIG_SHELL instead of PKGSRC_MAKE_ENV, thanks wiz@mef1-8/+4
2014-09-10Actually install under cross/joerg1-1/+3
2014-06-15(pkgsrc)mef13-91/+176
Switch from Codesourcery to GNU FSF (Upstream 2.23.2 to 2.24.0) - binutils * Objcopy now supports wildcard characters in command line options that take section names. * Add support for Altera Nios II. - gas * Add support for the Texas Instruments MSP430X processor. * Add -gdwarf-sections command line option to enable per-code-section generation of DWARF .debug_line sections. * Add support for Altera Nios II. * Add support for the Imagination Technologies Meta processor. * Add support for the v850e3v5. * Remove assembler support for MIPS ECOFF targets. - ld * Add LOG2CEIL() builtin function to the linker script language * Add support for the Texas Instruments MSP430X processor. * Add support for Altera Nios II. * Add support for the V850E3V5 architecture. * Add support for the Imagination Technologies Meta processor. * --enable-new-dtags no longer generates old dtags in addition to new dtags. * Remove linker support for MIPS ECOFF targets. * Add ALIGN_WITH_INPUT to the linker script language to force the alignment of an output section to use the maximum alignment of all its input sections.
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-03-18The option jxf of tar is necessary to read *.bz2 on some systems, for ↵mef1-3/+3
example, Linux: http://us-east.manta.joyent.com/pkgsrc/public/reports/Linux/el6/trunk/x86_64/20140314.1310/nios2-binutils-2.23/configure.log NetBSD 6.1.3, 5.2 and 5.1 also accept jxf.
2014-01-28Use GNU_CONFIGURE_LIBDIR.obache1-2/+2
2013-12-08Don't let the installation path of libiberty.a depend on the multi-osjoerg2-1/+38
settings of the system compiler.
2013-12-08Ignore some of Clang's default warnings.joerg1-1/+6
2013-12-06Very minor typo in comment part (- to _) .mef1-2/+2
2013-12-03Add sysroot configuration option (with default enabled, assumingmef2-1/+14
main customer of this package is for NetBSD target), see http://mail-index.netbsd.org/tech-toolchain/2011/03/21/msg001511.html
2013-11-18As proposed in following mail:mef6-0/+366
http://mail-index.netbsd.org/pkgsrc-users/2013/11/16/msg018897.html (1) Import nios2-binutils 2.23 (CodeSourcery derived) from wip. (2) nios2-gcc41 now does not include nios2/Makefile.common, and unnecessary buildlink3 line to kpathsea removed. (3) Switch nios2/Makefile.common to provide above (1) package. (4) Import nios2-gcc 4.7.3 (CodeSourcery derived) from wip, including file (3) nios2/Makefile.common and DEPENDS (1) binutils. (5) Switch all gcc's, nios2-gcc{3,41} to DEPENDS above (1) binutils. (6) Delete nios2-binutils220 (2.20).
2013-11-16As proposed at pkgsrc-users@,mef5-341/+0
(1) nios2-gcc 3.4.6 renamed to nios2-gcc3 (2) nios2-binutils 2.20 renamed to nios2-bintuils220 (3) nios2-gcc41 4.1.2 is imported from wip nios2/Makefile.common, used be for (1) and (2) are now for (2) and (3).
2013-11-03The following combination of GNU/Altera nios2 tool-chain is newly added.mef5-0/+341
nios2 (just a Makefile.common) nios2-binutils (2.20) Cross binutils for ALTERA FPGA Nios2 processor. nios2-gcc Cross gcc-3.4.6 for ALTERA FPGA Nios2 processor.