Date: Sun, 25 Jan 2015 00:39:45 +0000 From: "emaste (Ed Maste)" <phabric-noreply@FreeBSD.org> To: freebsd-toolchain@freebsd.org Subject: [Differential] [Request, 3 lines] D1663: elfcopy: Consider program name to start after last - Message-ID: <differential-rev-PHID-DREV-nbgdr7ksxcaiemfgdu5y-req@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
emaste created this revision. emaste added a subscriber: freebsd-toolchain. REVISION SUMMARY If the program name has a dash in it, consider the name to start after the last dash. We select the mode of operation (elfcopy, mcs, or strip) based on the program name. This improves use of these tools as drop-in replacements for GNU objcopy and strip, which are built with a limited set of supported targets and often installed with a target prefix for cross tools (e.g. aarch64-freebsd-strip). REVISION DETAIL https://reviews.freebsd.org/D1663 AFFECTED FILES elfcopy/main.c To: emaste Cc: freebsd-toolchain
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?differential-rev-PHID-DREV-nbgdr7ksxcaiemfgdu5y-req>