|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0 |
|
| #
67f8e5a5 |
| 01-Nov-2010 |
Dimitry Andric <[email protected]> |
Update Makefile and config.h.bsd for libopcodes.
|
|
Revision tags: release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0 |
|
| #
a35d8893 |
| 24-Oct-2004 |
Ruslan Ermilov <[email protected]> |
For variables that are only checked with defined(), don't provide any fake value.
|
| #
e223c68b |
| 16-Jun-2004 |
David E. O'Brien <[email protected]> |
Updated Bmake framework for Binutils 2.15.
|
|
Revision tags: release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2 |
|
| #
46f8fdc3 |
| 13-May-2002 |
Ruslan Ermilov <[email protected]> |
Removed now unused INTERNALSTATICLIB. INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN.
|
| #
cd9d63ec |
| 14-Oct-2001 |
David E. O'Brien <[email protected]> |
Clean up the formatting.
|
|
Revision tags: release/4.3.0 |
|
| #
3ba3ae90 |
| 06-Nov-1999 |
John Birrell <[email protected]> |
Add a BINUTILSDISTDIR hook to provide a path to a full binutils release outside the contrib files that FreeBSD distributes. This for use by those who want to work on porting FreeBSD to additional arc
Add a BINUTILSDISTDIR hook to provide a path to a full binutils release outside the contrib files that FreeBSD distributes. This for use by those who want to work on porting FreeBSD to additional architectures.
show more ...
|
| #
9b7a44a6 |
| 27-Aug-1999 |
Peter Wemm <[email protected]> |
$Id$ -> $FreeBSD$
|
| #
7408d8ff |
| 01-Mar-1999 |
Warner Losh <[email protected]> |
Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets. Unlike the unisex architecutres we've had so far, mips is bisexual. These tools can produce either byte sex, and the compiler/make de
Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets. Unlike the unisex architecutres we've had so far, mips is bisexual. These tools can produce either byte sex, and the compiler/make determines the proper gender to use. Otherwise, we'd have to have had mipsel and mipseb in all the places that we have just mips. And there are other complications with doing that (binutils doesn't like to build mips tools without both byte genders, it seems).
Introduced BINUTIL_ARCH so that other bisexual architectures can a generic mechanism.
We cannot just define MACHINE_ARCH as mips because we need to differentiate big and little endian types of binaries. Discussions on freebsd-arch have hashed out this issue (and the parallel libc issues). NetBSD is moving towards mipsel and mipseb for their two flavors of mips ports (in time for 1.4, if this change hasn't already been accomplished).
I've been building i386 worlds with this tree for a three months with these files in place with no ill effects.
show more ...
|
| #
f07eaee2 |
| 12-Mar-1998 |
John Polstra <[email protected]> |
Replace empty install targets with definitions of INTERNALLIB and INTERNALSTATICLIB to suppress installation of internal libraries.
|
| #
ab5ad3a4 |
| 12-Mar-1998 |
John Polstra <[email protected]> |
Restructure the binutils hierarchy somewhat in order to better support building it for variant architectures. It was already becoming clear that the former structure was too rigid and didn't scale w
Restructure the binutils hierarchy somewhat in order to better 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.
show more ...
|
| #
2e280533 |
| 01-Mar-1998 |
John Polstra <[email protected]> |
Add bmakefiles for building binutils from the contrib tree.
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
Add bmakefiles for building binutils from the contrib tree.
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.
show more ...
|