summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/ranlib
AgeCommit message (Collapse)Author
2015-08-05Remove old GNU Binutils tools now provided by ELF Tool ChainEd Maste
Reviewed by: bapt, brooks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3238 Notes: svn path=/head/; revision=286332
2015-06-13Add META_MODE support.Simon J. Gerraty
Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
2013-10-13Merge head@256284Simon J. Gerraty
Notes: svn path=/projects/bmake/; revision=256424
2013-10-01Remove long-unused GNU ar and ranlibEd Maste
The libarchive-based replacements have been used since 2009; the GNU ones were kept to support source upgrades from FreeBSD 6. Approved by: re@ (delphij) Notes: svn path=/head/; revision=255974
2013-03-11Updated dependenciesSimon J. Gerraty
Notes: svn path=/projects/bmake/; revision=248169
2013-02-16Updated dependenciesSimon J. Gerraty
Notes: svn path=/projects/bmake/; revision=246868
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
2012-05-10General mdoc(7) and typo fixes.Glen Barber
PR: 167696 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days Notes: svn path=/head/; revision=235211
2012-04-29Add src.conf option WITH_SHARED_TOOLCHAIN to enable building theKonstantin Belousov
toolchain binaries as dynamically linked. Option is disabled by default. Reviewed by: ru (previous version) MFC after: 2 weeks Notes: svn path=/head/; revision=234782
2010-11-01Add manpages under gnu/usr.bin/binutils, since they are generated.Dimitry Andric
Notes: svn path=/projects/binutils-2.17/; revision=214640
2008-03-02Set AR=gnu-ar and RANLIB=gnu-ranlib on systems where we are forcedRuslan Ermilov
to use GNU tools. Remove the _WITH_GNUAR knob. Prodded by: obrien Notes: svn path=/head/; revision=176737
2008-02-25Make again BSD ar(1) the default system ar(1), now properly handlingRuslan Ermilov
source upgrades by falling back to GNU ar(1) as necessary. Option WITH_BSDAR is gone. Option _WITH_GNUAR to aid in upgrades is *not* supposed to be set by the user. Stop bootstrapping BSD ar(1) on the next __FreeBSD_version bump, as there are no known bugs in it. Bump __FreeBSD_version to anticipate this and to flag the switch to BSD ar(1), should it be needed for something. Input from: obrien, des, kaiw Notes: svn path=/head/; revision=176556
2008-02-21If 'WITH_BSDAR' is defined, install as gnu-<util_name>.David E. O'Brien
Notes: svn path=/head/; revision=176441
2008-02-21Back out previous commit. Restore Binutils ar as default. DisconnectKai Wang
'BSD' ar to the build. Requested by: des Notes: svn path=/head/; revision=176438
2008-02-21* Connect ar(1) to the build and make it default ar. Rename GNUKai Wang
binutils ar and ranlib to gar and granlib, respectively. * Introduce a temporary variable WITH_GNUAR as a safety net. When buildworld with -DWITH_GNUAR, GNU binutils ar and ranlib will install as default ones and 'BSD' ar will be disabled. * Bump __FreeBSD_version to reflect the import of 'BSD' ar(1). Approved by: jkoshy (mentor) Notes: svn path=/head/; revision=176437
2004-12-21NOSHARED -> NO_SHAREDRuslan Ermilov
Notes: svn path=/head/; revision=139112
2004-06-16Updated Bmake framework for Binutils 2.15.David E. O'Brien
Notes: svn path=/head/; revision=130575
2004-01-12Don't put objects in SRCS -- this creates all sort of havoc likeRuslan Ermilov
causing objects to be built during "make depend", missed sources in .depend, etc. Notes: svn path=/head/; revision=124443
2003-04-12Removed invasion into these makefiles by the "legacy" stuff;Ruslan Ermilov
I have a better fix in the works. Notes: svn path=/head/; revision=113398
2003-04-11libbinutils.a needs basename(3); when the latter is providedRuslan Ermilov
by -legacy, liblegacy.a should come last in the LDADD list. Notes: svn path=/head/; revision=113369
2002-03-20Update to Binutils 2.12.0 release.David E. O'Brien
Notes: svn path=/head/; revision=92840
2001-10-14Clean up the formatting.David E. O'Brien
Notes: svn path=/head/; revision=84906
2001-02-28Allow "NOSHARED" to be overridden.David E. O'Brien
Submitted by: bde Notes: svn path=/head/; revision=73218
2001-02-27Make critical toolchain binaries staticly linked in this developmentDavid E. O'Brien
version of the OS. Notes: svn path=/head/; revision=73146
2000-03-27Use `${dir}/libfoo.a' instead of `-L${dir} -lfoo' for local staticBruce Evans
libraries in LDADD so that `make checkdpadd' doesn't report non-errors. Fixed some style bugs (the usual ones for DPADD and LDADD, and misformatting of $FreeBSD$). Notes: svn path=/head/; revision=58683
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
Notes: svn path=/head/; revision=50472
1998-06-03Add missing DPADD's.Peter Wemm
Notes: svn path=/head/; revision=36615
1998-05-04BINDIR is now specified in a single place. There are no cross-architectureJohn Birrell
issues with this utility. Notes: svn path=/head/; revision=35719
1998-03-12Restructure the binutils hierarchy somewhat in order to betterJohn Polstra
support building it for variant architectures. It was already becoming clear that the former structure was too rigid and didn't scale well. The usual sort of makefile magic arranges to .include an architecture specific makefile "Makefile.${MACHINE_ARCH}" in each directory where it exists. Also, sources will be found in each subdirectory "${MACHINE_ARCH}" that exists. This is all taken care of automatically by the top level "Makefile.inc0". This all seems to work right for the i386 now. I have also converted those alpha pieces already present to the new schema as best I could. Also: change the BINDIR on the i386 to /usr/libexec/elf for "ar" and "ranlib". They are not object format independent enough to put into /usr/bin. Notes: svn path=/head/; revision=34495
1998-03-01Add bmakefiles for building binutils from the contrib tree.John Polstra
This finishes up the binutils import. But I am leaving it disabled in "src/gnu/usr.bin/Makefile" for now. It is not used by anything yet, so I'll take this opportunity to run one more round of tests before enabling it. Notes: svn path=/cvs2svn/branches/JDP/; revision=33975