summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Only cross-tools may use TARGET_ARCH/TARGET, everyone elseru2003-02-271-3/+3
| | | | should use the normal MACHINE_ARCH/MACHINE instead.
* Fixed CLEANFILES.ru2003-02-252-2/+4
| | | | Submitted by: cron
* Install the gcov(1) manpage; kernbb(8) references it.ru2003-02-241-1/+0
|
* So we don't use this header anymore.ru2003-02-241-177/+0
|
* I thought groff was wrapped with NO_CXX. Oh well, it is now.obrien2003-02-241-1/+5
|
* Some things don't build for PowerPC yet.obrien2003-02-211-1/+5
| | | | List from: benno
* Update for GCC 3.2.2kan2003-02-192-11/+17
|
* Recognize FreeBSD 5.1; libc_gen/signbit.3 has set the precedent.ru2003-02-141-0/+3
|
* Moved the libugidfw library definition out from contributed sourceru2003-02-141-0/+1
| | | | | | to where it actually belongs. Submitted by: phantom
* FreeBSD 5.x does not provide libskey anymore, remove referencephantom2003-02-131-1/+0
|
* Add 'libgeom' to list of valid .Lb argumentsphantom2003-02-131-0/+1
|
* Add /usr/local/man as OPTIONAL_MANPATHache2003-02-111-0/+1
|
* Install the OpenSSL man pages in /usr/share/openssl/mannectar2003-02-101-0/+1
| | | | and remove the WANT_OPENSSL_MANPAGES knob.
* Install one more header file which is new with GCC 3.2.2.kan2003-02-101-0/+1
|
* Finish update for cvs-1.11.5. Some build-time tunables were moved frompeter2003-01-216-485/+39
| | | | | | | | options.h to config.h.in and set via ./configure when built normally. Export some of the build knobs to the Makefile here, overridable from /etc/make.conf. Also get the version strings right. config.h was repocopied to config.h.proto, and we do a limited sed on it at build time now.
* Dont bother with unused rules for version.cpeter2003-01-211-4/+1
|
* Update for cvs-1.11.5 import (note to self: gotta fix the version tags)peter2003-01-212-4/+4
|
* The PowerPC-specfic scripttempl file was depreciated in favor of the genericobrien2003-01-211-1/+1
| | | | ELF one.
* Reformat.obrien2003-01-041-22/+24
|
* Add the ability to debug C++ programs using v2 and v3 of the G++ ABI.obrien2003-01-041-1/+1
| | | | Submitted by: Peter Edwards <pmedwards@eircom.net>
* GC 'char sigmap[]' (it is no longer used)fjoe2003-01-041-40/+0
| | | | | Approved by: obrien MFC after: 3 days
* Make minimal changes to point the users to the Texinfo documentationkeramida2002-12-141-0/+7
| | | | | | | | for more detailed information about sdiff(1). Hopefully this will make it easier to find how `interactive merging' works with sdiff. PR: docs/30618 Submitted by: mark@summersault.com
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
| | | | Approved by: re
* We need to support the bfd_efi_app_ia64_vec vector for loader support.obrien2002-12-051-0/+1
| | | | | Submitted by: Marcel Approved by: RE
* Change the default emulation to elf64_sparc_fbsd. This emulation knows theobrien2002-12-051-10/+16
| | | | correct spelling of our rtld.
* Set WARNS=0 as a temp work around until I can get access to an IA-64 boxobrien2002-12-051-0/+2
| | | | | | to do this right. Approved by: RE
* Change the default emulation to elf64_ia64_fbsd. This knows the properobrien2002-12-051-5/+13
| | | | spelling of our rtld.
* Don't dike out ELF_DYNAMIC_INTERPRETER, we need this copy now.obrien2002-12-051-2/+1
| | | | | | This should have been committed with ia64/bfd.h rev 1.6. Approved by: RE
* C++ exceptions with shared libraries are working on sparc64 now.kan2002-12-051-2/+0
| | | | | | Build shared libstdc++so on sparc64 platform too. Approved: re (rwatson)
* Update for Gcc 3.2.1 release.obrien2002-12-042-80/+125
| | | | We also have more wide char support in libc now.
* Gperf is usable again.obrien2002-12-041-2/+6
|
* Sigh. Another wrong version string. However, this one isn't used in thepeter2002-12-042-2/+2
| | | | | | build. Approved by: re
* Oops. Use the correct version number. The number that was here was thepeter2002-12-032-2/+2
| | | | | | one that I originally used on freefall etc. Approved by: re
* Remove the ancient PEI cruft that is useless.obrien2002-12-021-4/+0
|
* We can handle the bfd_elf32_i386_vec vector at the same time as theobrien2002-12-021-2/+2
| | | | bfd_elf32_i386_freebsd_vec. This may help in intra-branch building.
* We can handle the bfd_elf64_alpha_vec vector at the same time as theobrien2002-12-021-2/+2
| | | | bfd_elf64_alpha_freebsd_vec. This may help in intra-branch building.
* Cleaner support of a DEFAULT_VECTOR.obrien2002-12-025-17/+21
|
* Update for the Binutils 2.13.2 20021127 snapshot import.obrien2002-12-021-8/+2
|
* Handle the "HAVE_" defines via the VECS list.obrien2002-12-027-14/+4
|
* Update for the Binutils 2.13.2 20021127 snapshot import.obrien2002-12-025-112/+225
| | | | Among other things, we don't need to redefine ELF_DYNAMIC_INTERPRETER here.
* Update for the Binutils 2.13.2 20021127 snapshot import.obrien2002-12-027-9/+24
|
* We now have insque().obrien2002-12-021-1/+1
|
* Binutils 2.13.2 is WARNS=2 clean for all our architectures.obrien2002-12-021-5/+0
|
* Update for the 2.13.2 2002-11-27 snapshot import.obrien2002-12-021-2/+2
|
* Update bmake glue after 1.11.2.1-20021201 import. options.h is no longerpeter2002-12-024-653/+697
| | | | | | | touched by configure in the autoconf system and a standard version is now used. Approved by: re
* Remove files no longer part of the gcc_3_2_anoncvs_20021009 libstdc++.obrien2002-11-271-1/+1
| | | | Approved by: re(jhb)
* Remove our custom mixed ELF/a.out support. This means the base compilerobrien2002-11-261-7/+1
| | | | | | | | now only produce ELF objects. It also makes us closer to stock GCC, and simplifies the set of changes we still need from stock GCC on every import. Applauded by: peter Approved by: re
* Catch up with The Great Perl Script Rewrite.ru2002-11-181-1/+1
|
* Install /usr/libexec/makewhatis.local and /usr/libexec/catman.local.ru2002-11-185-874/+0
| | | | | | This has slipped through the cracks of The Great Perl Script Rewrite. Repocopied by: joe
* Take __FreeBSD_version into account when BOOTSTRAPPING.ru2002-11-131-1/+3
|
OpenPOWER on IntegriCloud