aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/libbinutils
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-293-3/+3
| | | | Notes: svn path=/stable/3/; revision=50569
* Update alpha configuration files and remove i386 target fromDoug Rabson1998-09-071-6/+0
| | | | | | | libbinutils/config.h - it is declared in the arch Makefile. Notes: svn path=/head/; revision=38906
* Update for import of binutils-2.9.1.John Polstra1998-09-061-11/+11
| | | | | | | Submitted by: Doug Rabson <dfr> Notes: svn path=/head/; revision=38892
* Removed special rules for lex- and yacc- generated files. The generalBruce Evans1998-06-041-12/+1
| | | | | | | | rules work identically, except that they actually work if the yacc- generated header somehow becomes out of date. Notes: svn path=/head/; revision=36620
* Evaluate the TARGET from the architecture. We'll assume that FREEBSDJohn Birrell1998-05-041-2/+2
| | | | | | | is ELF from here on. Notes: svn path=/head/; revision=35713
* Define the target type for alpha.John Birrell1998-03-121-0/+5
| | | | Notes: svn path=/head/; revision=34505
* Replace empty install targets with definitions of INTERNALLIB andJohn Polstra1998-03-121-3/+3
| | | | | | | INTERNALSTATICLIB to suppress installation of internal libraries. Notes: svn path=/head/; revision=34498
* Restructure the binutils hierarchy somewhat in order to betterJohn Polstra1998-03-122-2/+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. Notes: svn path=/head/; revision=34495
* Add bmakefiles for building binutils from the contrib tree.John Polstra1998-03-012-0/+119
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