summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
2014-09-22Drop explicit inline violating C99 semantics.joerg2-1/+26
2014-09-22Simplify. Sync PLIST with reality. Bump revision.joerg2-139/+8
2014-09-22Don't bail out on unused local typedefs with clang.joerg1-2/+2
2014-09-19Reset CFLAGS/CXXFLAGS at the end and add CPPFLAGS to the list.joerg1-5/+9
Fixes build on NetBSD where native unwind.h is picked up otherwise.
2014-09-10With build with clang due to overlap with system headers.joerg2-1/+22
2014-09-10Actually install under cross/joerg1-1/+3
2014-09-10Don't redefine putc and friends on NetBSD.joerg2-1/+29
2014-08-29(Upstream)mef5-10/+9
Bump version 7.6 to 7.6.1 ------- GDB 7.6.1 provides the following fixes and improvements to GDB 7.6: * PR tdep/15420 (Cannot debug threaded programs on newer versions of x86-solaris - Solaris 10, Update 10 or later) * PR remote/15455 (QTro remote packet broken) * PR build/15476 (Build failure due to incomplete enum type in utils.h) * PR server/15594 (tls support in 64x32 x86 gdbserver doesn't extend address to 64 bit) * PR server/15075 (dprintf inteferes with "next") * PR server/15434 (dprintf uses a synchronous 'continue' even in non-stop mode) * PR tui/14880 (in split register layouts, up results in assertion failure in value.c) * PR c++/15519 (GDB 7.6 is 94x slower than GDB 7.5.1 using a certain core file) * PR gdb/15837 (GDB prints entry values for local variables) * PR gdb/15415 (gdb resolves symbolic links when passing argv[0]) * PR cli/15603 (CTRL-C can no longer interrupt inferior) * PR gdb/15604 (gdbserver socket leak 7.5 regression)
2014-08-29(1) Update PLIST in accordance with avr-gcc update 4.5.3 to 4.8.3mef4-5/+98
(2) PKGREVISION++ (you need to re-package) (3) Add MESSAGE to notify man package location
2014-08-29PR pkg/48890 was proposed. Thanks. But this commit is slightlymef6-89/+81
different from the PR (When submitting patch to pkgsrc with adding more patches, submitter should do cvs add patches/patch-hoge, before creating the pkgsrc patch, thanks). I belive both simulavr and avr-libc will be packaged fine with this. (upstream) 4.7.3 to 4.8.3 -- From grepping 'avr' from NEWS file: -------------- On AVR, the configure option --with-avrlibc supported since GCC 4.7.2 is turned on per default for all non-RTEMS configurations. This option arranges for a better integration of [3]AVR Libc with avr-gcc. For technical details, see [4]PR54461. To turn off the option in non-RTEMS configurations, use --with-avrlibc=no. If the compiler is configured for RTEMS, the option is always turned off. * Support has been added for the AVR-specific configure option --with-avrlibc=yes in order to arrange for better integration of [3]AVR-Libc. This configure option is supported in avr-gcc 4.7.2 and newer and will only take effect in non-RTEMS configurations. If avr-gcc is configured for RTEMS, the option will be ignored which is the same as specifying --with-avrlibc=no. See [4]PR54461 for more technical details. 3. http://www.nongnu.org/avr-libc/ 4. http://gcc.gnu.org/PR54461 #include <avr/io.h> /* Port Definitions from AVR-LibC */ * [297]14064 [avr-elf] -fdata-sections triggers ICE * [302]16884 [avr-elf] [fweb related] bug while initializing 4.5.3 to 4.7.3 -------------- For the changes for 4.7, see following page. http://gcc.gnu.org/gcc-4.7/changes.html (Picking up AVR related topic from above info): The AVR port's libgcc has been improved and its multilib structure has been enhanced. As a result, all objects contributing to an application must either be compiled with GCC versions up to 4.6.x or with GCC versions 4.7.1 or later. If the compiler is used with AVR Libc, you need a version that supports the new layout, i.e. implements #35407. The AVR port's -mshort-calls command-line option has been deprecated. It will be removed in the GCC 4.8 release. See -mrelax for a replacement. The AVR port only references startup code that clears .bss and the common section resp. initializes the .data and .rodata section provided respective sections (or subsections thereof) are not empty, see PR18145. Applications that put all static storage objects into non-standard sections and / or define all static storage objects in assembler modules, must reference __do_clear_bss resp. __do_copy_data by hand or undefine the symbol(s) by means of -Wl,-u,__do_clear_bss resp. -Wl,-u,__do_copy_data.
2014-07-05Make types (size_t and ptrdiff_t), predefines and link specs the samemartin3-3/+130
as the in-tree compiler.
2014-07-03Support more ABI variantsmartin3-3/+19
2014-07-02Workaround for bugzilla ticket 61651: pass explicit --with-.. for all binutilsmartin1-4/+5
programs to configure.
2014-07-02Update to official 4.9.0 releasemartin4-265/+266
2014-07-02Update to official 2.24 releasemartin3-25/+25
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-06-15(pkgsrc)mef3-18/+14
Remove libiberty work around (upstream) Bump Version 2.23.2 to 2.24 (From binutils-2.24/binutils/NEWS) --------------------------- Changes in 2.24: * Objcopy now supports wildcard characters in command line options that take section names. * Add support for Altera Nios II. (From binutils-2.24/ChangeLog) --------------------------- (cross_only): Remove target-libiberty.
2014-05-29Bump for perl-5.20.0.wiz8-12/+16
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-05-27Be a bit more friendly toward libc++.joerg2-1/+29
2014-05-16Fix pastoryoon2-13/+13
2014-05-05Recursive revbump from x11/pixmanryoon1-1/+2
Fix PR pkg/48777
2014-04-28Dance the doxygen!joerg2-7/+7
2014-04-19Don't use "-pe" for pax, it doesn't work on FreeBSD, use "-pp" instead.asau2-4/+4
2014-04-06+GenFwjakllsch1-1/+2
2014-04-06Import GenFw-0pre15188.jakllsch4-0/+29
From https://svn.code.sf.net/p/edk2/code/trunk/edk2 r15188. Convert ELF to PE-COFF for UEFI
2014-04-05Configure for mipsel instead of mips to more closely match the nativemartin2-231/+230
NetBSD cross environment.
2014-04-05Use mipsel instead of mips to more closely match the NetBSD nativemartin2-33/+33
cross compile environment.
2014-04-02Add an hack to avoid /bin/sh bug in NetBSD-6 release or prior.obache1-0/+15
PR pkg/48695.
2014-03-31Add binutils-mips-current and gcc-mips-currentmartin1-1/+3
2014-03-31Add a gcc-current pkg suitable for NetBSD/playstation2 kernel crossmartin10-0/+562
compilation.
2014-03-31Add a binutils-2.23 pkg suitable for NetBSD/playstion2 cross compilation.martin5-0/+149
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, 5.1 also accepts jxf.
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-02-18Honour our CXXFLAGS. Fix build with Clang.joerg3-5/+21
2014-02-14Remove the right files. Bump revision.joerg1-3/+3
2014-02-10Fix compilation issuesreinoud4-15/+11
2014-02-07Remove the _scratch_ paths from the PLIST. They shouldn't be there, but theydsainty1-17/+1
should have been removed by the Makefile's post-install before the PLIST is constructed too.
2014-02-05Remove obsolete patchryoon1-26/+0
2014-01-28Use GNU_CONFIGURE_LIBDIR.obache1-2/+2
2014-01-27Do not set FETCH_USING, should not be set in a package Makefile.wiz1-2/+1
2014-01-20Remove MASTERSITE and set maintainer to mereinoud1-4/+3
2014-01-20Apply libiberty patch here too.joerg2-1/+38
2014-01-19Update to 20131219ryoon3-14/+14
Changelog: * Improve multibyte string handling * Improve umask, towupper/towlower, readdir, scandir, and nanosleep
2014-01-19Update to 20131104ryoon8-10/+81
* Set LICENSE Changelog: * Build mechanism has changed. * Better support for 68020+
2014-01-19Update to 2.24ryoon3-13/+12
Changelog: Port m68k-atari-mint to latest binutils
2014-01-17sortjnemeth1-2/+2
2014-01-14Forgot to commit the cross/Makefile that recorded the added bossareinoud1-1/+2
2014-01-14Add bossa-20140109:reinoud8-0/+215
BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers. The motivation behind BOSSA is to create a simple, easy-to-use, open source utility to replace Atmel's SAM-BA software.
2014-01-05Fix build with doxygen-1.8.6 and depend on it. PKGREVISION++wiz2-43/+58
2014-01-01Add patch for interim fix on SunOS 5.11 (bulkbuild)mef2-1/+28
binutils-2.23.2/bfd/doc/bfd.texinfo:325: unknown command `colophon' binutils-2.23.2/bfd/doc/bfd.texinfo:336: unknown command `cygnus'