summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* *sigh* Really fix a typo.ru2002-04-161-1/+1
| | | | Submitted by: bde
* Fix typo.obrien2002-04-151-1/+1
|
* Turn off collect2.obrien2002-04-151-3/+3
| | | | | | | | | | | collect2 was added based on the need of -frepo. However, -frepo is currently broken on -CURRENT (Gcc 2.95.4 20020320 [FreeBSD] / ld 2.12.0 [FreeBSD] 2002-04-10). It is also broken on RELENG_4 (Gcc 2.95.3 20010315 / ld 2.11.2 20010719), so there is no need to MFC collect2 there yet. I have a feeling the brokeness is due to the wide difference between the libiberty bits of Gcc 2.95 and the later ld. Testing by: fjoe
* Re-add sort spammed in v1.62ache2002-04-131-1/+1
|
* Fix compilation in the non-FreeBSD case.eric2002-04-131-0/+2
| | | | Sponsored by: Apple
* Updated to a 10-April-2002 2.12 branch snapshot.obrien2002-04-121-2/+2
| | | | This fixes serious problems in ld's symbol handling.
* Use PTRACE_ARG3_TYPE of caddr_t.obrien2002-04-111-1/+5
| | | | Obtained from: gdb 5.2
* In the cross case we need to provide TARGET_MACHINE.obrien2002-04-111-1/+1
|
* Revert the last change and mark the program as PROG_CXX.ru2002-04-1121-64/+61
|
* Use the new PROG_CXX knob.ru2002-04-111-2/+1
|
* In the cross case we need to provide TARGET_MACHINE.obrien2002-04-101-1/+4
|
* Change YACCing.obrien2002-04-103-22/+16
| | | | Submited by: ru
* Back out most of revision 1.59.obrien2002-04-101-6/+2
|
* move gperf to NO_GXX section, it works fine on ia64. It just needs apeter2002-04-081-2/+2
| | | | c++ compiler.
* Get decimal point from localeache2002-04-081-0/+41
|
* Connect sortache2002-04-081-1/+1
|
* GCC and Gperf do not work on ia64 or sparc64 yet.obrien2002-04-081-2/+10
| | | | Also do not try to compile Groff if NO_CXX is set.
* Fine! I cannot freaking take the bikeshed any more.obrien2002-04-086-6/+6
| | | | These binaries will be static, peroid.
* Revive GNU sortache2002-04-0817-0/+4482
|
* Add .Fx entries for upcoming 4.6 and forthcoming 4.7.ru2002-04-081-0/+3
| | | | Requested by: asmodai
* Add -lstdc++ to the link args for these C++ tools so that they can bepeter2002-04-0721-40/+43
| | | | | | compiled with gcc-3.1. Somebody thought it was a good idea to move the implementation of new and delete from libgcc to libstdc++. This change doesn't harm the current compiler in the tree.
* Bandaid for LP64 machines where 'warning: cast to pointer from differentpeter2002-04-072-0/+6
| | | | | | sized integer' bites. The various malloc functions return pointers, but without any prototype/declarations visible to callers, the compiler expects them to return int.
* Break some things used by the front-ends from Makefile.inc that cannotobrien2002-04-061-0/+1
| | | | be used build-wide for GCC 3.1.
* Build and install collect2. This is needed for some C++ programs.obrien2002-04-062-0/+26
|
* Break some things out of Makefile.inc that cannot be used build-wideobrien2002-04-061-0/+1
| | | | for GCC 3.1.
* Expand the toolchain a little bit.obrien2002-04-062-0/+14
| | | | Requested by: fjoe (collect2), des (protoize)
* A little more reorg.obrien2002-04-051-4/+5
|
* Minor reorg.obrien2002-04-041-3/+2
|
* Minor style tweak.obrien2002-04-042-2/+2
|
* Document new categories.des2002-04-041-1/+10
| | | | | Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> MFC after: 3 days
* Remove some local cruft that snuck in yesterday.obrien2002-04-041-1/+0
|
* Make the sed line a little bit more clear (it will get messier later).obrien2002-04-042-2/+4
|
* Set NOSHARED conditionally.obrien2002-04-043-3/+3
|
* Clean up the YACCing. I don't know why we cannot leave the .y's as .y's.obrien2002-04-043-9/+5
| | | | | | So lets see if doing so causes anyone trouble. Also use make(1)'s assistance in using the right file. It knows the dependency, so lets just ask it.
* Remove duplicate objc-parse.h. While we are at it, just spell it correctlyobrien2002-04-041-5/+5
| | | | as c-parse.h since that is how the consumers spell it.
* Get rid of GCC_ARCH, and just use plain TARGET_ARCH.obrien2002-04-043-22/+22
| | | | We got rid of the MIPS le/be stuff that needed this a long time ago.
* Remove some 1996 GCC 2.6.3 cruft for building a shared cc_int lib.obrien2002-04-032-5/+1
|
* Restore the correct CLEANFILES that got damaged in rev. 1.15.ru2002-03-301-1/+1
|
* Allow to build with GCC 3.1.obrien2002-03-301-1/+2
|
* Boot this into the Attic. We now have (Net)BSD sort.markm2002-03-2917-4461/+0
|
* Make it easier to change the native emulation.obrien2002-03-296-57/+62
| | | | Tested on: alpha, i386, sparc64
* Install libusbhid, and use it instead of libusb.joe2002-03-281-1/+1
| | | | MFC after: 6 days
* Enhance GDB's abillity WRT stack traces where signal handlers are involved.obrien2002-03-272-4/+53
| | | | | | | | | | | | | | Correct backtrace was made more complex when the new signal trampoline was introduced to support more than 32 signals, while keeping a modified version of the old signal trampoline. The 'where' command will now show: #2 <signal handler called> where appropiate. Submitted by: Tor.Egge@fast.no
* Upgrade to GNU texinfo 4.1.ru2002-03-253-3/+16
|
* Remove GNU sort from the build. BSD sort is coming.markm2002-03-241-1/+1
|
* GDB 4.18 does not use the mmalloc library by default. So GC a little.obrien2002-03-231-4/+0
|
* Fix setting of CLEANFILES.obrien2002-03-231-1/+1
|
* Update perl's man path for 5.6.1brian2002-03-231-1/+1
|
* Revision 1.45 of gnu/usr.bin/man/man.c obviated the need to linkru2002-03-221-0/+2
| | | | | | | | | manpages in machine-specific subdirectories (like man4/i386/) to "../". This change didn't propagate here resulting in a loss of whatis(1) database entries. Fix this. Reviewed by: tobez MFC after: 1 week
* Properly get the version number after the 2.95.4 upgrade.obrien2002-03-211-1/+2
|
OpenPOWER on IntegriCloud