summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/ar
Commit message (Collapse)AuthorAgeFilesLines
* Set AR=gnu-ar and RANLIB=gnu-ranlib on systems where we are forcedru2008-03-021-2/+0
| | | | | | to use GNU tools. Remove the _WITH_GNUAR knob. Prodded by: obrien
* Make again BSD ar(1) the default system ar(1), now properly handlingru2008-02-251-5/+8
| | | | | | | | | | | | | 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
* If 'WITH_BSDAR' is defined, install as gnu-<util_name>.obrien2008-02-211-0/+5
|
* Back out previous commit. Restore Binutils ar as default. Disconnectkaiw2008-02-211-5/+0
| | | | | | 'BSD' ar to the build. Requested by: des
* * Connect ar(1) to the build and make it default ar. Rename GNUkaiw2008-02-211-0/+5
| | | | | | | | | | | | 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)
* NOSHARED -> NO_SHAREDru2004-12-211-1/+1
|
* Updated Bmake framework for Binutils 2.15.obrien2004-06-161-0/+1
|
* Removed invasion into these makefiles by the "legacy" stuff;ru2003-04-121-4/+3
| | | | I have a better fix in the works.
* libbinutils.a needs basename(3); when the latter is providedru2003-04-111-3/+4
| | | | by -legacy, liblegacy.a should come last in the LDADD list.
* Update to Binutils 2.12.0 release.obrien2002-03-201-1/+1
|
* Clean up the formatting.obrien2001-10-141-10/+10
|
* Allow "NOSHARED" to be overridden.obrien2001-02-281-1/+1
| | | | Submitted by: bde
* Make critical toolchain binaries staticly linked in this developmentobrien2001-02-271-0/+1
| | | | version of the OS.
* Use `${dir}/libfoo.a' instead of `-L${dir} -lfoo' for local staticbde2000-03-271-6/+2
| | | | | | | 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$).
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Add missing DPADD's.peter1998-06-031-1/+4
|
* BINDIR is now specified in a single place. There are no cross-architecturejb1998-05-041-5/+0
| | | | issues with this utility.
* Restructure the binutils hierarchy somewhat in order to betterjdp1998-03-122-1/+7
| | | | | | | | | | | | | | | | | | | | 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.
* Add bmakefiles for building binutils from the contrib tree.jdp1998-03-011-0/+17
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.
OpenPOWER on IntegriCloud