2014-10-23 12:30:10 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Use CONFIG_SHELL instead of PKGSRC_MAKE_ENV, thanks wiz@
|
2014-09-10 14:12:03 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Actually install under cross/
|
2014-06-16 01:43:14 by Makoto Fujiwara | Files touched by this commit (13) |
Log message:
(pkgsrc)
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-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
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-18 16:34:04 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
The option jxf of tar is necessary to read *.bz2 on some systems, for 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-28 12:48:35 by OBATA Akio | Files touched by this commit (1) |
Log message:
Use GNU_CONFIGURE_LIBDIR.
|
2013-12-08 23:31:54 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message:
Don't let the installation path of libiberty.a depend on the multi-os
settings of the system compiler.
|
2013-12-08 23:29:05 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Ignore some of Clang's default warnings.
|
2013-12-06 02:08:27 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Very minor typo in comment part (- to _) .
|
2013-12-03 03:34:52 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Add sysroot configuration option (with default enabled, assuming
main customer of this package is for NetBSD target), see
http://mail-index.netbsd.org/tech-toolchain/2011/03/21/msg001511.html
|