| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
| |
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
Notes:
svn path=/head/; revision=96513
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92840
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92307
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92257
|
| |
|
|
| |
Notes:
svn path=/head/; revision=91073
|
| |
|
|
| |
Notes:
svn path=/head/; revision=91057
|
| |
|
|
|
|
|
|
|
| |
on x86_64 also.
Submitted by: ru
Notes:
svn path=/head/; revision=90194
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89934
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89933
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89932
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89929
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89928
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89927
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89886
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89879
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89876
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89875
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84959
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84954
|
| |
|
|
|
|
|
| |
which reduces the upgrade effort.
Notes:
svn path=/head/; revision=84905
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84904
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84903
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84902
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78954
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78842
|
| |
|
|
| |
Notes:
svn path=/head/; revision=77570
|
| |
|
|
| |
Notes:
svn path=/head/; revision=77324
|
| |
|
|
|
|
|
| |
It has rotted quite badly and no one has provided updates for it.
Notes:
svn path=/head/; revision=75400
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68780
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60783
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60782
|
| |
|
|
|
|
|
| |
comming 2.10 release.
Notes:
svn path=/head/; revision=60777
|
| |
|
|
|
|
|
| |
identical to Makefile.sparc.
Notes:
svn path=/head/; revision=59298
|
| |
|
|
|
|
|
| |
sparc64.
Notes:
svn path=/head/; revision=59297
|
| |
|
|
|
|
|
| |
boxes.
Notes:
svn path=/head/; revision=58961
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58960
|
| |
|
|
|
|
|
|
|
| |
distribution for FreeBSD/Sparc64.
Reviewed by: obrien
Notes:
svn path=/head/; revision=58953
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The target machine is represented by TARGET_ARCH. MACHINE_ARCH always
represents the host machine. When TARGET_ARCH is not defined, it is
assumed to be equal to MACHINE_ARCH. This means that we're building a
native toolset by default. We're creating cross-compilation tools when
MACHINE_ARCH != TARGET_ARCH.
TARGET_ARCH is defined when building binutils as part of the bootstrap
build and is set to reflect the architecture we're currently cross-
building. With this change binutils is ready for cross-building.
Notes:
svn path=/head/; revision=54748
|
| |
|
|
|
|
|
| |
whether the host machine has a 64-bit long or not.
Notes:
svn path=/head/; revision=53112
|
| |
|
|
| |
Notes:
svn path=/head/; revision=52929
|
| |
|
|
| |
Notes:
svn path=/head/; revision=52928
|
| |
|
|
|
|
|
|
| |
for those who want to objdump --disassemble things that they're not
supposed to. 8-)
Notes:
svn path=/head/; revision=52926
|
| |
|
|
|
|
|
|
| |
outside the contrib files that FreeBSD distributes. This for use by
those who want to work on porting FreeBSD to additional architectures.
Notes:
svn path=/head/; revision=52924
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=44360
|
| |
|
|
| |
Notes:
svn path=/head/; revision=39199
|
| |
|
|
|
|
|
| |
libbinutils/config.h - it is declared in the arch Makefile.
Notes:
svn path=/head/; revision=38906
|
| |
|
|
|
|
|
| |
Submitted by: Doug Rabson <dfr>
Notes:
svn path=/head/; revision=38892
|
| |
|
|
|
|
|
| |
Just put generated headers in SRCS.
Notes:
svn path=/head/; revision=36633
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35711
|