summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Install contents of the TESTS subdirectory to /usr/share/examples/libdialogphantom2000-01-101-0/+9
|
* Remove -lncurses and -lmytinfo from LDFLAGSphantom2000-01-101-3/+5
|
* Cleanup warnings.phantom2000-01-1021-21/+24
|
* Fix typo: MAINAINER -> MAINTAINERphantom2000-01-107-7/+7
|
* Completely reconstruct page. Make it mdoc(7) style compatible also :)phantom2000-01-101-307/+587
| | | | Page still needs some work about english refinements and some actualization.
* install contrib/bc/Examples as /usr/share/examples/bcphantom2000-01-101-0/+10
|
* Have to install from ${.CURDIR}, not ${.OBJDIR}.jkh2000-01-081-1/+1
|
* Install contents of the dialog/TESTS directory to share/examples/dialogphantom2000-01-073-0/+29
|
* Decompression is supported via -Z, not -z.ru2000-01-041-3/+4
|
* * Make --null option work in (HAVE_LIBZ > 0) case.ru2000-01-041-11/+5
| | | | | | * Remove "why we need this decl..." comment. The `matcher' variable is defined in *grepmat.c files in the original distribution, which we did not import.
* Turn on a new /usr/bin/cpp that is a true binary rather than a shell scriptobrien2000-01-042-6/+6
| | | | | wrapper. /usr/bin/cpp knows about all the GCC predefined symbols and has the functionality of the previous EGCS 1.1.2 /usr/libexec/cpp.
* Update for version 2.4.obrien2000-01-041-1/+22
|
* Turn off GNU Info docs until someone upgrades our texinfo system to oneobrien2000-01-041-1/+3
| | | | that understands "command{foo}".
* Merge FreeBSD chagnes into GNU grep 2.4.obrien2000-01-046-346/+557
|
* This commit was generated by cvs2svn to compensate for changes in r55360,obrien2000-01-0312-189/+964
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of a trimmed down GNU Grep 2.4.obrien2000-01-0318-514/+1558
| |
* | This commit was generated by cvs2svn to compensate for changes in r55357,obrien2000-01-033-0/+1124
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of a trimmed down GNU Grep 2.3.obrien2000-01-033-0/+1124
| |
| * Virgin import of a trimmed down GNU Grep 2.3.ru1999-12-301-56/+12
| | | | | | | | | | | | It is being re-imported here, to keep our long source change history with this source continuous. src/contrib/grep will be deleted some time in the very near future.
* | Stop my evil plot to stop the use of GNU info files (which I don't care for)obrien2000-01-031-1/+1
| | | | | | | | | | for people that don't have "NOINFO=yes" in /etc/make.conf. [read: this still refered to contrib/egcs/]
* | Egads! This still refered to contrib/egcs/obrien2000-01-031-1/+1
| |
* | Didn't get these PREFIX specifiers removed with Makefile.inc rev 1.48.obrien2000-01-022-4/+0
| | | | | | | | Submitted by: marcel
* | This is the stock 2.3 file. Since someone majorly SPAMMED theru1999-12-301-7/+5
| | | | | | | | | | repository by NOT vendor importing the virgin 2.0 sources, CVS had no idea what to do here.
* | Honestly, really, really add a manpage for gasp.obrien1999-12-301-0/+114
| |
* | Add a manpage for gasp.obrien1999-12-301-1/+0
| |
* | Provide some verbage for FreeBSD's list of categories.steve1999-12-291-0/+35
| | | | | | | | | | PR: 2897 Submitted by: Stephen J. Roznowski <sjr@home.net>
* | Allow the specification of a prefix for gcc to find all the various bits.obrien1999-12-293-14/+15
| | | | | | | | | | | | | | If one wishes to anchor the compiler toolchain tree somewhere other than /, all one needs to do is set "TOOLS_PREFIX" to a different rooting. Submitted by: marcel (in a different format and reworked by me)
* | Hookup the info docs.obrien1999-12-291-0/+2
| |
* | Build and install the GASP info page. Unfortunately there is no manpage.obrien1999-12-281-0/+16
| |
* | Better handling groff failures. If popen(ROFF_COMMAND) returns zero bytesphantom1999-12-281-3/+5
| | | | | | | | | | | | | | then handle it as problem. This commit fixes problem with archiving empty files. PR: gnu/5767 Submitted by: Bill Fenner <fenner@parc.xerox.com>
* | Fix cut-n-paste braino.obrien1999-12-221-2/+2
| |
* | Reduce the FreeBSD custom hacks to gcc.c by using the GCC provided methodsobrien1999-12-221-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of changing the search dirs. This also removes an used search dir, removes unneeded redundancy, and a bugus dir we enherited on the i386 by baseing off of svr4.h. We went from: install: /usr/libexec/(null) programs: /usr/libexec/<OBJFORMAT>/:/usr/libexec/:/usr/bin/:/usr/libexec/ libraries: /usr/libdata/gcc/:/usr/libexec/:/usr/ccs/lib/:/usr/lib/ to: install: /usr/libexec/(null) programs: /usr/libexec/<OBJFORMAT>/:/usr/libexec/ libraries: /usr/libexec/:/usr/lib/
* | Another style nit.obrien1999-12-221-2/+2
| |
* | * Support a non-default sized `long' data type. This allows one to easilyobrien1999-12-221-5/+9
| | | | | | | | | | | | | | | | build the compiler with a 64-bit longs on the i386. * Comment an important dependancy. * Fix some style nits Submitted by: bde
* | * Remove debugging cruft that accidently got committed.obrien1999-12-221-8/+15
| | | | | | | | | | * Support mixed OBJDIR handling such .a's are properly found with a mix of obj subdirs both w/in and outside the source tree works. Requested by BDE.
* | Update man(1) to explain how to use the section numbers.asmodai1999-12-201-0/+11
| | | | | | | | | | | | PR: docs/15557 Submitted by: John Meshkoff <johnpipe@nwserv.com> Reviewed by: sheldonh
* | Add libcc_fbsd.a that contains libc and libiberty routines needed inobrien1999-12-196-13/+30
| | | | | | | | | | | | bootstraping on FreeBSD specifically. 3.2 upgrade path tested by: marcel
* | Revert the libcrypt/libmd stuff back to how it was. This should not havepeter1999-12-182-4/+3
| | | | | | | | | | | | | | | | happened as it was working around problems elsewhere (ie: binutils/ld not doing the right thing according to the ELF design). libcrypt has been adjusted to not need the runtime -lmd. It's still not quite right (ld is supposed to work damnit) but at least it doesn't impact all the users of libcrypt in Marcel's cross-build model.
* | s/MACHINE_ARCH/TARGET_ARCH/gmarcel1999-12-1718-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | The target machine is represented by TARGET_ARCH. MACHINE_ARCH always represents the host machine. When TARGET_ARCH is not defined, it is assumed to be equal to MACHINE_ARCH. This means that we're building a native toolset by default. We're creating cross-compilation tools when MACHINE_ARCH != TARGET_ARCH. TARGET_ARCH is defined when building binutils as part of the bootstrap build and is set to reflect the architecture we're currently cross- building. With this change binutils is ready for cross-building.
* | *Really* make space accelerators work; no wonder Brian McGovern wasjkh1999-12-173-3/+3
| | | | | | | | confused! I fat-fingered the first commit.
* | Add libmd to LDFLAGS. libmd is needed by libcrypt.marcel1999-12-161-1/+1
| |
* | Make the perl build a little less chatty.jkh1999-12-161-14/+14
| | | | | | | | Reviewed by: markm
* | Add libmd (or move it after libcrypt). We don't want the linker to bemarcel1999-12-161-2/+3
| | | | | | | | | | smart because it will definitely get it wrong. This popped up during cross-linking.
* | Misuse MakeMaker's DEFINE parameter to add an include path to the ccmarcel1999-12-151-3/+4
| | | | | | | | command line. The makefiles created can now be used for cross-building.
* | Prevent spaces from being interpreted as accelerators.jkh1999-12-143-7/+16
| |
* | reactivate cvs subdir buildpeter1999-12-111-1/+1
| |
* | Update files generated by configure.peter1999-12-113-13/+40
| |
* | Turn off cvs for a moment pending import of a newer version..peter1999-12-111-1/+1
| |
* | Don't make gdb, objc and f77 when building tools.marcel1999-12-091-0/+2
| |
* | Add maintainer tagspeter1999-12-088-0/+16
| |
OpenPOWER on IntegriCloud