summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Teach mdoc about the 4.6 releasedougb2002-06-181-1/+1
|
* 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
|
* 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
* Do not overwrite mm locale files.ru2002-06-031-5/+5
|
* 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.
* Put on peril sensitive sunglasses and turn C++ stuff back on.peter2002-05-291-5/+1
|
* I missed the setting of PREFIX_INCLUDE_DIR when I visually santity checkedobrien2002-05-271-1/+1
| | | | the output from a autoconfig run.
* phsyical -> physicalbde2002-05-272-2/+2
| | | | Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
* Remove /usr/share/perl/manache2002-05-241-1/+0
|
* Remove ptx. It is not used anywhere in the base system, has not beenmarkm2002-05-2141-6893/+1
| | | | | | | maintained for years and is very old code. If there is any need for it, I suspect that ports would be a better place. No objection from: current@freebsd.org
* Change parts of the source code to make it closer to style(9), mainlygad2002-05-213-1036/+1101
| | | | | | | | | | changing indentation and some comments. Main goal is not perfect style, but just to reduce differences with NetBSD. The object code is exactly the same after this change as before it (except for assert() statements which have moved). Reviewed by: /sbin/md5 on i386 Obtained from: NetBSD
* This is only WARNS=0 clean now.obrien2002-05-191-0/+1
|
* remove perl scripts from the build.markm2002-05-181-1/+3
|
* This is enough to get thru a cross-build.obrien2002-05-181-0/+55
|
* The AMD x86-64 Hammer bits.obrien2002-05-187-0/+4249
|
* Segregate MD weirdness a little bit more. Improve cross buildability.obrien2002-05-186-19/+27
|
* Style sync with other platforms.obrien2002-05-182-0/+2
|
* Use a more API denoting way to handle what is in libc and what isn't.obrien2002-05-182-5/+3
|
* Don't build gperf.obrien2002-05-181-2/+2
|
* Don't depend on gperf.obrien2002-05-181-6/+2
|
* Remove some WIP bits that I didn't fully clean out before merging to HEAD.obrien2002-05-171-3/+2
|
* Back out revision 1.30 change.ru2002-05-171-2/+0
| | | | | | | cc1plus can apparently be built if you happen to have /usr/bin/gperf, or set CXX to point to a C++ compiler that can build gperf(1) in the bootstrap-tools stage of buildworld.
* Update to Binutils 2.12.0 and stick to the native emulation for now.obrien2002-05-171-13/+5
| | | | | This lets us get on the with the task at hand -- porting FreeBSD. We can get fancy later on.
* Update to Binutils 2.12.0 release.obrien2002-05-171-448/+543
|
* Update to Binutils 2.12.0 and stick to the native emulation for now.obrien2002-05-171-93/+11
| | | | | This lets us get on the with the task at hand -- porting FreeBSD. We can get fancy later on.
* Do not cut `docs' out of the build with NO_CXX.obrien2002-05-171-2/+2
| | | | | There are no longer GNU C++ specific info files, and it was a bug with Gcc 2.95 that NO_CXX would cause the C and CPP info files to not be installed.
* MD_EXEC_PREFIX doesn't work for the cross-arch compiler.ru2002-05-161-1/+2
| | | | | | | The change also makes the `cc -print-search-dirs' output sane (the pre-3.1 way) in the non-cross case. Draft reviewed by: obrien
* Make it possible to build a cross compiler for alpha,ru2002-05-162-0/+7
| | | | | ia64 and sparc64 on systems that do not have atoll(3). The "cross" here doesn't necessarily mean cross-arch.
OpenPOWER on IntegriCloud