summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
2016-06-19Fix dependencies. Ultimately ignore the errors from latex though, sincejoerg3-7/+35
undefined references remain.
2016-06-19Bump version for USE_CROSSBASE removal.wiz13-21/+26
2016-06-19Move remaining users of USE_CROSSBASE to just install into ${PREFIX}/cross.wiz24-1956/+1937
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.
2016-06-19Move libtool-base to cross-libtool-base to make PKGNAME match directory name.wiz3-6/+58
Convert away from USE_CROSSBASE to plain ${PREFIX}/cross.
2016-06-19Move binutils to cross-binutils to make PKGNAME match directory name.wiz11-2258/+2256
Convert away from USE_CROSSBASE to plain ${PREFIX}/cross.
2016-06-19Add some missing dependencies. Many more are missing.wiz1-1/+6
To find out which, remove \batchmode from refman.tex and fix the errors as they occur.
2016-05-18Under C++11 it is invalid to implicitly cast from a larger type to ajoerg4-5/+125
smaller type in an initializer. Adjust various places accordingly. Avoid set-but-not-used warnings in some other places for newer GCC.
2016-05-08Fix COMMENTryoon1-2/+2
2016-05-07Update to 1.2.0ryoon2-7/+7
Changelog: At time of writing when creating this release it has been approximate a year with changes and improvements. Finaly, here it is. Have fun, and test! Features added: Add multiple stlink probing (st-info --probe, st-info --hla-serial) with printing serial in hex and OpenOCD hla_serial format (Jerry Jacobs) Add stlink usb probe API functions (Jerry Jacobs) Added parameter to specify one stlink v2 of many (Georg von Zengen) Changes: Refactoring/fixes of flash loader (Maxime Coquelin) Updates and fixes: Synchronize cache for stm32f7 (Tristan Gingold) Allow flashing of STM32L4 down to 1.71 V (Greg Meiste) Fix on stm32l4 to clear flash mass erase flags on CR (Bruno Dal Bo) Proper writing of page 0 of second bank for stm32l476xe (Tobias Badertscher) Trace the read data in stlink_read_debug32 and not the address of the variable (Tobias Badertscher) Mac OS X El Capitan platform support confirmation (Nikolay) Do not send a NUL at end of packets to gdb (Tristan Gingold) Correctly compute flash write size for partial pages (Dave Vandervies) _stlink_usb_reset use hardreset (mlundinse) Make sure MCU is halted before running RAM based flashloaders (mlundinse) Could not flash STM32_F3_SMALL (Max Chen) STM32F4 8-bit support for 1.8v operation (Andy Isaacson) Fix F2 memory map (Nicolas Schodet) Memory map for stm32f42xxx and stm32f43xxx devices (Craig Lilley) Stm32l0x flash loader (Robin Kreis) Chip support added for: STM32L053R8 (Jean-Luc Béchennec) STM32F7 Support (mlundinse) Add STM32L4 to CHIPID #defines and devices[], flash driver and loaded (Dave Vandervies) Basic support for F446 (Pavel Kirienko) STM32F303 High Density STM32L1xx Cat.2 devices (Nicolas Schodet) Board support added for: Nucleo-F303RE (Kyle Manna) Nucleo-F411RE (texane) Build system: Travis: Initial support for Travis continues integration on Linux & Mac OS X (Jerry Jacobs) CMake: Document in README.md and add extra strict compiler flags (Jerry Jacobs) CMake: First stab at a cmake build (Josh Bialkowski)
2016-04-04Add missing end-of-here-document marker as suggested by Robert Elz.joerg2-1/+11
2016-02-25Use OPSYSVARS.jperkin2-19/+9
2016-02-02remove use of multi-os-directorydbj2-1/+18
2016-02-02fix build on Darwindbj2-3/+12
2016-01-30Update to 2.26ryoon6-52/+55
Changelog: Changes in 2.26: * Add option to objcopy to insert new symbols into a file: --add-symbol <name>=[<section>:]<value>[,<flags>] * Add support for the ARC EM/HS, and ARC600/700 architectures. * Extend objcopy --compress-debug-sections option to support --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] for ELF targets. * Add --update-section option to objcopy. * Add --output-separator option to strings.
2015-12-31Update gcc5 to 5.3.0 and gcc-libs to 5.3.0nb1ryoon4-15/+20
Changelog: Target Specific Changes IA-32/x86-64 GCC now supports the Intel CPU named Skylake with AVX-512 extensions through -march=skylake-avx512. The switch enables the following ISA extensions: AVX-512F, AVX512VL, AVX-512CD, AVX-512BW, AVX-512DQ.
2015-12-26While passing by, set LICENSE.dholland1-1/+2
2015-12-26Set missing USE_BSD_MAKEFILE. Not sure if this is causing the builddholland1-1/+2
failure seen in Joerg's build (or what would be), but it's wrong and should be fixed anyway.
2015-12-10Add stlinkryoon1-1/+2
2015-12-10Import stlink-1.1.0 as cross/stlink.ryoon4-0/+35
STMicroelectronics STM32 Discovery line programming tool. STLINK supports STLINKv1 and STLINKv2 protocol.
2015-12-10Help find select. Don't include cstdio after messing up headers.joerg5-2/+78
Tell clang to deal with the broken NEON instruction generator, GCC likes to generate extremely nested parentheses.
2015-11-25Remove mk/find-prefix.mk usage from the cross category.jperkin3-15/+6
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-08Treat FreeBSD, DragonFly, OpenBSD, and Bitrig the same as NetBSD.dholland2-6/+9
2015-11-03Add SHA512 digests for distfiles for cross categoryagc40-40/+98
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.
2015-10-15Sort.ryoon1-2/+2
2015-10-11Add arm-none-eabi-*ryoon1-1/+4
2015-10-11Import cross-arm-none-eabi-gdb-7.10 as cross/arm-none-eabi-gdb.ryoon5-0/+83
Cross GDB debugger for bare metal ARM EABI environment.
2015-10-11Import cross-arm-none-eabi-gcc-5.2.0 as cross/arm-none-eabi-gcc5.ryoon5-0/+1464
GCC for bare metal ARM EABI environment with newlib.
2015-10-11Import cross-arm-none-eabi-binutils-2.25.1 as cross/arm-none-eabi-binutils.ryoon5-0/+149
Cross binutils for bare metal ARM EABI environment.
2015-10-11Add objconvryoon1-1/+2
2015-10-11Import objconv-2.39 as cross/objconv.ryoon4-0/+49
Object file converter This utility can be used for converting object files between COFF/PE, OMF, ELF and Mach-O formats for all 32-bit and 64-bit x86 platforms. Can modify symbol names in object files. Can build, modify and convert function libraries across platforms. Can dump object files and executable files. Also includes a very good disassembler supporting the SSE4, AVX, AVX2, AVX512, FMA3, FMA4, XOP and Knights Corner instruction sets. Source code included (GPL).
2015-09-08Avoid left-shifting negative constants.joerg2-1/+15
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-1/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz7-12/+14
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn1-2/+2
2015-03-23Update to 4.9.2:martin3-241/+243
This release is a bug-fix release, containing fixes for regressions in GCC 4.9.1 and 4.9.0 relative to previous releases of GCC. 6 changes and 8 documentation fixes.
2015-03-23Update to binutils 2.25martin2-8/+59
2015-03-23Update to binutils 2.25:martin2-9/+10
A few command line options added and various bug fixes, including fixes for CVE-2014-8501, CVE-2014-8502 and CVE-2014-8503.
2015-02-25PLIST update along with doxygen update 1.8.8 to 1.8.9.1nb1.mef3-17/+11
Thanks joerg, for updating doxygen 1.8.9.1 to nb1, which gets this package built successfull. PKGREVISION++
2015-02-18Add some more tex dependencies needed with recent doxygen.joerg1-1/+4
2015-01-18PKGREVISION++, by converting (duplicated) libconfuse to confuse. Thanks gdt@.mef1-1/+2
2015-01-16bulk build wants flexwiedi1-2/+2
2014-12-26List extra files installed on MacOS. It is probable that they don't onlydholland1-0/+3
appear on MacOS, but I guess this will do for now. PR 49473 from Sevan Janiyan.
2014-12-19Set {MASTER_}SITES properly.obache1-3/+3
2014-12-15Find correct zlib.jperkin3-7/+14
2014-12-12Remove cross/COMMON, nothing seems to use it and it hasn't t beenjoerg27-2780/+1
changed in a decade.
2014-12-10Use PREPEND_PATH here in place of explicit PATH manipulation.joerg1-2/+2
2014-12-10Provide path to libreadline explicitly.joerg1-1/+5
2014-12-09(pkgsrc)mef5-35/+55
- to make pkglint clean, change directory organization, using BUILD_DIR= src etc. - Add LICENSE= gnu-gpl-v2 - Use SUBST instead of ${SED} at do-install: target - Newly installs example files - (invocation without argument gives error as Pass 1: Error: Cannot open file: 'test.m65' but it is the same as prev. version and user should give input) (upstream) Update 1.04 to 1.06 ------------------------------ October 10, 2003 version 1.05 - added new directives .BANK, .SET 6, and .OPT LIST/NO LIST; Preliminary support for .ATR disk images and the Atari++ emulator memory snapshots; March 17, 2009 version 1.06 - allow negative offsets with .SET 6 directives; allow arithmentic expressions in REPEAT blocks; Better detection of resized labels; Fixed a buffer overflow problem; Added -l option to allow label output; Compiling Windows executable with mingw
2014-11-10Update PLIST with doxygen-1.8.8. Doxygen dependency also updated, thanks joerg@.mef2-150/+3
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++