summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Don't need these any more.obrien2002-06-3021-4716/+0
|
* Dike out bits specific to i386. This pretty much means no kgdb forobrien2002-06-301-10/+34
| | | | | | | non-i386 platforms. I would however like to see a shared file here. If a function or two cannot be shared we should create ${TARGET_ARCH}/kvm-fbsd-${TARGET_ARCH}.c.
* Bmake bits for GDB 5.2.obrien2002-06-301-4/+0
|
* Reflect new gdb directory structure.mp2002-06-291-1/+1
|
* I don't see any reason to conditionalize this.obrien2002-06-291-2/+0
|
* Bmake bits for GDB 5.2.obrien2002-06-291-0/+35
|
* Turn back on GDB.obrien2002-06-291-2/+1
| | | | | gdbserver does not build, but I've gone about as far with GDB as I'm going to right now.
* Best guess at configurations for our other arches. (totally untested)obrien2002-06-293-0/+15
|
* Allow to compile and at least startup on sparc64.obrien2002-06-295-7/+33
|
* Bmake bits for GDB 5.2.obrien2002-06-2918-3213/+176
|
* There will be no GDB related .info files unless someone that cares about themobrien2002-06-281-1/+1
| | | | sends a patch.
* NO! We DON'T wany any libintl action here.obrien2002-06-281-1/+1
|
* Things Gdb 5.2 wants to know about us.obrien2002-06-281-27/+203
|
* NO_GDB while it is being upgraded.obrien2002-06-271-0/+1
|
* Correctly state the size of the help message.eric2002-06-241-1/+1
| | | | Sponsored by: Apple
* For the benefit of those Emacs users amongst us, only cut out gdb.infoobrien2002-06-222-2/+2
| | | | rather than *.info.
* When linking staticaly libtermcap is a postrequisite of libreadline.obrien2002-06-221-2/+3
| | | | | | Otherwise `tgoto' (only used by libreadline) isn't resolved. Submitted by: bde
* Take the guaranteed fix -- turn off .info docs for now until we get theobrien2002-06-221-1/+1
| | | | gdb docs sorted out.
* Grre-^#$(*+#@$!@% I hate .info files, I really do (thus I have NO_INFO set...)obrien2002-06-221-1/+1
| | | | Don't try to read files from a non-existant gdb.291/.
* We need to link with libiberty.a before libreadline.so. Both supplyobrien2002-06-211-4/+4
| | | | | | | | | | xmalloc() and xrealloc() and the mixed usage of xmalloc in some .c's from libiberty.a and other .c's from libreadline.so produces an unusable binary on the Alpha. While I am here, preventatively move other libs in the link order. Submitted by: gallatin
* Remove GAWK. I removed it from the build 2 weeks ago and the worldobrien2002-06-203-363/+0
| | | | did not end. So finish the deed.
* Disconnect the docs until we figure out if there are any with v3.obrien2002-06-191-1/+1
|
* Teach mdoc about the 4.6 releasedougb2002-06-181-1/+1
|
* In addition to exiting the dialog via ESC, the user could also havedougb2002-06-131-1/+1
| | | | | exited via \r, \n, or ' ' (space); all of which are valid, non-error responses.
* Allow one to profile FORTRAN77 programs.obrien2002-06-092-1/+2
|
* Restore revision 1.15 (use profiled C++ libs) which wasn't on the WIP_GCC31obrien2002-06-081-1/+3
| | | | branch and thus was lost in the shuffle on the move to Gcc 3.1.
* Fix compiling FORTRAN77 programs.obrien2002-06-081-0/+1
|
* Activate new GNU sort from contribache2002-06-0819-4468/+1299
|
* Read specs from /usr/libdata/gcc/specs if it exists.obrien2002-06-061-0/+1
|
* The best we can do about man pages for the moment.obrien2002-06-053-3/+5
|
* We haven't used this libg++ header since 1999/04/05 05:36:37.obrien2002-06-052-7/+1
|
* Search the "backward" C++ compatibility include dir also.obrien2002-06-051-0/+1
|
* We don't need bsd.dep.mk here.obrien2002-06-051-1/+0
|
* SUBDIR is initially empty.ru2002-06-051-1/+1
|
* Canonicalize.ru2002-06-051-4/+1
|
* Back out addition of a plus sign.ru2002-06-054-8/+8
| | | | DPADD and LDADD belong to individual makefiles.
* Collapse lib and tar dirs into single top-level directory.sobomax2002-06-044-33/+23
| | | | Suggested by: obrien
* Remove GNU awk.obrien2002-06-041-1/+1
|
* Install the i386 MMX headers, and IA-64 intrinsics functions.obrien2002-06-042-1/+17
| | | | Requested by: peter
* We don't need this library any more.obrien2002-06-047-29/+9
|
* Don't forget to include ../Makefile.inc.sobomax2002-06-041-0/+8
|
* Add bmake bits for building GNU tar from src/contrib/tar.sobomax2002-06-046-16/+614
|
* Send our ancienv GNU tar into Attic.sobomax2002-06-0431-16129/+0
| | | | Suggested by: ps
* Use POSIX macros for wait(2)-style status information instead of themike2002-06-031-3/+2
| | | | | deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int confusion.
* Do not overwrite mm locale files.ru2002-06-031-5/+5
|
* Turn on the math function stub stubs.obrien2002-06-021-1/+1
| | | | | Submitted by: Martin Blapp <mb@imp.ch> I believe OK with: peter
* The new bsd.incs.mk is powerful enough to handle this wrinkle.ru2002-05-318-213/+100
|
* Add used includes of <stdlib.h>.wollman2002-05-302-0/+3
|
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-301-1/+1
| | | | will be updated to only define(__i386__) for ANSI cleanliness.
* Tweak so that .o's are written into src/contrib/gccobrien2002-05-291-2/+2
|
OpenPOWER on IntegriCloud