| Age | Commit message (Collapse) | Author |
|
GDB 6.1.1 was released in June 2004 and is long obsolete. It does not
support all of the architectures that FreeBSD does, and imposes
limitations on the FreeBSD kernel build, such as the continued use of
DWARF2 debugging information.
It was kept (in /usr/libexec/) only for use by crashinfo(8), which
extracts some basic information from a kernel core dump after a crash.
Crashinfo already prefers gdb from port/package if installed.
Future work may add kernel debug support to LLDB or find another path
for crashinfo's needs, but in any case we do not want to ship the
excessively outdated GDB in FreeBSD 13.
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D27610
Notes:
svn path=/head/; revision=368667
|
|
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
|
|
Notes:
svn path=/projects/bmake/; revision=284172
|
|
Notes:
svn path=/projects/bmake/; revision=270164
|
|
This includes:
o All directories named *ia64*
o All files named *ia64*
o All ia64-specific code guarded by __ia64__
o All ia64-specific makefile logic
o Mention of ia64 in comments and documentation
This excludes:
o Everything under contrib/
o Everything under crypto/
o sys/xen/interface
o sys/sys/elf_common.h
Discussed at: BSDcan
Notes:
svn path=/head/; revision=268351
|
|
Notes:
svn path=/projects/bmake/; revision=246868
|
|
Requested by: Simon Gerraty <sjg@juniper.net>
Notes:
svn path=/projects/bmake/; revision=239572
|
|
build! :)
Notes:
svn path=/projects/binutils-2.17/; revision=215396
|
|
Notes:
svn path=/head/; revision=215352
|
|
Notes:
svn path=/projects/binutils-2.17/; revision=214638
|
|
a variety of bugs in binutils related to handling of 64-bit PPC ELF,
provides a GCC configuration for 64-bit PowerPC on FreeBSD, and
associated build systems tweaks.
Obtained from: projects/ppc64
Notes:
svn path=/head/; revision=209867
|
|
support it.
Notes:
svn path=/head/; revision=203435
|
|
Notes:
svn path=/head/; revision=185924
|
|
Notes:
svn path=/head/; revision=160578
|
|
any fake value.
Notes:
svn path=/head/; revision=136910
|
|
Notes:
svn path=/head/; revision=130575
|
|
Notes:
svn path=/head/; revision=107504
|
|
Notes:
svn path=/head/; revision=105502
|
|
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=89879
|
|
Notes:
svn path=/head/; revision=84954
|
|
Notes:
svn path=/head/; revision=84906
|
|
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
|
|
comming 2.10 release.
Notes:
svn path=/head/; revision=60777
|
|
distribution for FreeBSD/Sparc64.
Reviewed by: obrien
Notes:
svn path=/head/; revision=58953
|
|
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=52923
|
|
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
|
|
by default.
Notes:
svn path=/head/; revision=35712
|
|
Notes:
svn path=/head/; revision=34517
|
|
INTERNALSTATICLIB to suppress installation of internal libraries.
Notes:
svn path=/head/; revision=34498
|
|
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
|
|
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
|