summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
2018-06-07Add mingw-w64-i686-gcc-bootstrapryoon1-1/+2
2018-06-07cross/mingw-w64-i686-gcc-bootstrap: import mingw-w64-i686-gcc-bootstrap-8.1.0ryoon4-0/+560
Mingw-w64 is an advancement of the original mingw.org project, created to support the GCC compiler on Windows systems. It has forked it in 2007 in order to provide support for 64 bits and new APIs. It has since then gained widespread use and distribution. This package provides mingw-w64 bootstrap GCC for i386 target.
2018-06-07Add mingw-w64-i686-headersryoon1-1/+2
2018-06-07cross/mingw-w64-i686-headers: import mingw-w64-i686-headers-5.0.4ryoon5-0/+1519
Mingw-w64 is an advancement of the original mingw.org project, created to support the GCC compiler on Windows systems. It has forked it in 2007 in order to provide support for 64 bits and new APIs. It has since then gained widespread use and distribution. This package provides headers for mingw-w64 i386 target.
2018-06-07Add mingw-w64-i686-binutilsryoon1-1/+2
2018-06-07cross/mingw-w64-i686-binutils: import mingw-w64-i686-binutils-2.30ryoon4-0/+85
Mingw-w64 is an advancement of the original mingw.org project, created to support the GCC compiler on Windows systems. It has forked it in 2007 in order to provide support for 64 bits and new APIs. It has since then gained widespread use and distribution. This package provides mingw-w64 GNU binutils for i386 target.
2018-06-07Add mingw-w64-x86_64-gccryoon1-1/+2
2018-06-07cross/mingw-w64-x86_64-gcc: import mingw-w64-x86_64-gcc-8.1.0ryoon6-0/+1438
Mingw-w64 is an advancement of the original mingw.org project, created to support the GCC compiler on Windows systems. It has forked it in 2007 in order to provide support for 64 bits and new APIs. It has since then gained widespread use and distribution. This package provides mingw-w64 GCC for x86_64 target.
2018-06-07Add mingw-w64-x86_64-crtryoon1-1/+2
2018-06-07cross/mingw-w64-x86_64-crt: import mingw-w64-x86_64-crt-5.0.4ryoon5-0/+1382
Mingw-w64 is an advancement of the original mingw.org project, created to support the GCC compiler on Windows systems. It has forked it in 2007 in order to provide support for 64 bits and new APIs. It has since then gained widespread use and distribution. This package provides C runtime for mingw-w64 x86_64 target.
2018-06-07Add mingw-w64-x86_64-gcc-bootstrapryoon1-1/+2
2018-06-07cross/mingw-w64-x86_64-gcc-bootstrap: import ↵ryoon5-0/+607
mingw-w64-x86_64-gcc-bootstrap-8.1.0 Mingw-w64 is an advancement of the original mingw.org project, created to support the GCC compiler on Windows systems. It has forked it in 2007 in order to provide support for 64 bits and new APIs. It has since then gained widespread use and distribution. This package provides mingw-w64 bootstrap GCC for x86_64 target.
2018-06-07Add mingw-w64-x86_64-headersryoon1-1/+2
2018-06-07cross/mingw-w64-x86_64-headers: import mingw-w64-x86_64-headers-5.0.4ryoon6-0/+1544
Mingw-w64 is an advancement of the original mingw.org project, created to support the GCC compiler on Windows systems. It has forked it in 2007 in order to provide support for 64 bits and new APIs. It has since then gained widespread use and distribution. This package provides headers for mingw-w64 x86_64 target.
2018-06-07Add mingw-w64-x86_64-binutilsryoon1-1/+2
2018-06-07cross/mingw-w64-x86_64-binutils: import mingw-w64-x86_64-binutils-2.30ryoon5-0/+114
Mingw-w64 is an advancement of the original mingw.org project, created to support the GCC compiler on Windows systems. It has forked it in 2007 in order to provide support for 64 bits and new APIs. It has since then gained widespread use and distribution. This package provides mingw-w64 GNU binutils for x86_64 target.
2018-06-07Add mingw-w64ryoon1-1/+2
2018-06-07cross/mingw-w64: import mingw-w64-5.0.4ryoon3-0/+37
Mingw-w64 is an advancement of the original mingw.org project, created to support the GCC compiler on Windows systems. It has forked it in 2007 in order to provide support for 64 bits and new APIs. It has since then gained widespread use and distribution.
2018-05-26Update to 8.1.0ryoon3-81/+170
Update to latest GCC release.
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2018-03-03Update to 2.30ryoon3-8/+17
Changelog: In the assembler: * Add support for location views in DWARF debug line information. In the BFD linker: * Add -z separate-code to generate separate code PT_LOAD segment. * Add "-z undefs" command line option as the inverse of the "-z defs" option. * Add -z globalaudit command line option to force audit libraries to be run for every dynamic object loaded by an executable - provided that the loader supports this functionality. * Tighten linker script grammar around file name specifiers to prevent the use of SORT_BY_ALIGNMENT and SORT_BY_INIT_PRIORITY on filenames. These would previously be accepted but had no effect. * The EXCLUDE_FILE directive can now be placed within any SORT_* directive within input section lists. In the GOLD linker: * Add support for .MIPS.options sections (MIPS only). * Add support for compound relocations (MIPS only). * Add --emit-stub-syms, --no-tls-optimize, --tls-get-addr-optimize options (PowerPC only). * Add -z text-unlikely-segment option. * Add plugin support for adding new input files (LDPT_REGISTER_NEW_INPUT_HOOK). In the utilities: * Add --debug-dump=links option to readelf and --dwarf=links option to objdump which displays the contents of any .gnu_debuglink or .gnu_debugaltlink sections. * Add a --debug-dump=follow-links option to readelf and a --dwarf=follow-links option to objdump which causes indirect links into separate debug info files to be followed when dumping other DWARF sections.
2018-02-27Revbump for packages depending on devel/libusb{,compat}khorben2-2/+4
2018-02-22nios2-gcc3 spins on NetBSD builds too, spare us the build.maya1-2/+2
2018-02-10Import global switch for libusb's implementation [2/2]khorben2-4/+4
This switch is meant to be used by packages requiring an implementation of the former libusb (as in devel/libusb). The original implementation can be chosen by setting LIBUSB_TYPE to "native". The alternative implementation libusb-compat (as in devel/libusb-compat) wraps libusb1 (in devel/libusb1). This implementation can be chosen by setting LIBUSB_TYPE to "compat". On NetBSD, it has the advantage of not requiring root privileges to locate and use USB devices without a kernel driver. This second part switches packages using libusb to this framework. It does not change compilation options or dependencies at this point. Compile-tested on most packages affected and available on NetBSD/amd64.
2018-01-29Update to 7.3.0ryoon3-30/+51
* Use newlib-3.0.0 Changelog: Bugfixes
2018-01-28recursive bump after mpfr shlib major bumpwiz10-16/+20
2018-01-22enable PLIST.libcpp on Darwindbj1-2/+2
2018-01-18Remove useless argument for configure scriptryoon2-6/+2
2018-01-16cross-libtool-base: catch up with libtool-base 2.4.6 PLIST changes.maya1-44/+44
From Harold Gutch in PR pkg/52921
2018-01-07Fix indentation in buildlink3.mk files.rillig2-6/+6
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2018-01-03Removed license again.rillig1-2/+1
The newly introduced guess-license make(1) target is too naive. In this case, it just looked at the file COPYING, but the actual rules for this package are much more complicated. Each file has its own license, and the various COPYING files are only references to which the files point.
2018-01-03Added missing LICENSE variable.rillig1-10/+12
2018-01-01Sort PLIST files.rillig1-8/+8
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2017-12-10Update to 2.29.1ryoon4-14/+14
Changelog: Some improvements about ARMv7 and ARMv8 in gas
2017-10-03transfig: remove, replaced by print/fig2devwiz1-2/+2
2017-09-24arm-none-eabi-gcc: fix build on SunOSwiedi1-2/+2
SunOS also needs the libcpp PLIST entries.
2017-09-20Fix build under NetBSD/amd64 7.1,i 8.0 BETA and 8.99.2ryoon1-2/+4
and supress warnings during extraction with bsdtar
2017-09-09Update PLIST for installation into cross/ change from more than a year ago.dholland2-44/+44
PKGREVISION++.
2017-09-09shut up pkglintdholland1-6/+7
2017-09-09Use standard headers.dholland2-1/+16
2017-09-04Deal with absence of limit macros in C++98.joerg1-1/+4
2017-09-04Update HOMEPAGE.wiz1-2/+2
2017-09-01+ aarch64-none-elf-binutilsjmcneill1-1/+3
+ aarch64-none-elf-gcc
2017-09-01Add cross-aarch64-none-elf-gcc version 7.2.0jmcneill9-0/+1564
GCC for bare metal AArch64 ELF environment with newlib.
2017-09-01Add cross-aarch64-none-elf-binutils version 2.29jmcneill4-0/+168
Cross binutils for bare metal AArch64 ELF environment.
2017-08-31Resolve packing issue on Linux & FreeBSD.sevan2-2/+22
Add a new PLIST_VAR which covers the additions related to libc++.
2017-08-16Update to 7.2ryoon3-22/+12
* Bugfixes
2017-08-16Update to 2.29ryoon2-7/+7
* No significant change for ARM
2017-08-01Follow some http -> https redirects.wiz3-6/+6