summaryrefslogtreecommitdiff
path: root/cross/objconv
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26cross: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be fetched conditionally): ./cross/avr-gcc/distinfo isl-0.24.tar.bz2
2021-10-07cross: Remove SHA1 hashes for distfilesnia1-2/+1
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-06-08cross/*: let pkglint autofix indentation and variable alignmentrillig1-2/+2
pkglint -Wall -F -r cross xtensa-esp32-elf-gcc has been manually edited afterwards because when realigning variable assignments, pkglint only allows one long outlier line. This package has two long SITES.* lines, therefore pkglint wanted to indent the variable values much further to the right. This needs to be fixed in pkglint.
2018-06-28objconv: Fix distfile fetching.jperkin1-4/+8
The distfile is unversioned and replaced every time a new version is released, so keep a DIST_SUBDIR'd copy on MASTER_SITE_LOCAL.
2017-03-03Mark as broken on big endian systems because they're not supported.sevan1-1/+7
On Darwin/PowerPC, build reports: "This machine has big-endian memory organization. Objconv program will not work"
2016-05-08Fix COMMENTryoon1-2/+2
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.
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).