summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Revert rev 1.8.obrien1999-12-082-129/+0
| | | | NOT Approved by: obrien
* Maintain compatibility with FreeBSD versions that don't have mkstempsmarcel1999-12-082-0/+129
|
* Make this actually build with current sources.dfr1999-12-081-1/+1
|
* Build gasp (GAS Preprocessor). This is needed for building Glide.dfr1999-12-072-1/+21
|
* Override PERL and FULLPERL to be just "perl". This prevents MakeMakermarcel1999-12-041-12/+11
| | | | | | | | | (ie Makefile.PL) from creating makefiles that explicitly use the perl from the object tree. It breaks cross-building. While I'm here, create a variable that holds common MakeMaker arguments used by all targets, and by doing so automaticly fixed a bug. Approved by: markm
* Add miniperlmain.c to CLEANFILES and remove a second instance ofmarcel1999-12-041-2/+2
| | | | | | config_h.sh Not objected to by: markm
* Call isspace() directly to get rid of an objectionable include.obrien1999-12-041-3/+2
|
* Support the environtmental var "CVS_OPTIONS". Which can hold a set ofobrien1999-12-043-1/+115
| | | | | | | default options for cvs. These options are interpreted first and can be overwritten by explicit command line parameters. Obtained from: GNU Grep 2.3
* remove cc1obj from the original SUBDIR list since it's made optionalmarcel1999-11-281-1/+1
| | | | | | in the previous commit resulting. Forgotten by: obrien
* Arange the f* floating point instructions to match binutils 2.9.1.obrien1999-11-281-5/+5
|
* Add "fild" instruction. GCC 2.95.2 likes to generate this one.obrien1999-11-281-0/+1
| | | | Obtained from: contrib/binutils/include/opcode/i386.h
* Make ObjC bits optional. NO_OBJC ==> don't need `em.obrien1999-11-272-5/+10
|
* s/dir.h/dir.c/phk1999-11-261-1/+1
|
* Support the environtmental var "GREP_OPTIONS". Which can hold a set ofobrien1999-11-262-0/+69
| | | | | | | default options for diff. These options are interpreted first and can be overwritten by explicit command line parameters. Obtained from: GNU Grep 2.3h
* Style changes -- whitespace and sorting.obrien1999-11-261-6/+6
|
* * Support the environtmental var "DIFF_OPTIONS". Which can hold a set ofobrien1999-11-262-1/+13
| | | | | | | default options for diff. These options are interpreted first and can be overwritten by explicit command line parameters. * Add the "-o" option to specify old-traditional output style. * Add utility functions for env vars obtained from GNU Grep 2.3h.
* GNU killed this sometime before 2.3.obrien1999-11-241-15/+0
|
* Allow man to parse MANLOCALES but not to store itache1999-11-231-4/+3
|
* #ifdef MAIN locale additions to build manache1999-11-231-0/+4
|
* Use manpath -L for localesache1999-11-231-8/+2
|
* Add -L: print MANLOCALES variable for man locales listache1999-11-233-5/+75
|
* Missed two.obrien1999-11-221-2/+2
| | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* This commit was generated by cvs2svn to compensate for changes in r53574,obrien1999-11-223-6/+83
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of GNU Grep 2.3 [trimmed down].obrien1999-11-223-6/+83
| |
* | Make the tests work again.obrien1999-11-221-2/+2
| |
* | spencer.tests is now spencer1.tests. The other files aren't part ofobrien1999-11-223-156/+0
| | | | | | | | GNU Grep any longer.
* | This commit was generated by cvs2svn to compensate for changes in r53568,obrien1999-11-2214-0/+652
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of GNU Grep 2.3 [trimmed down].obrien1999-11-2214-0/+652
| |
* | Finish proper hookup of GNU Grep 2.3, including docs & config header file,obrien1999-11-221-22/+35
| | | | | | | | | | | | rather than the compile commandline from hell. Submitted by: ru
* | Build and install GNU Grep 2.3 docs.obrien1999-11-221-0/+6
| |
* | This commit was generated by cvs2svn to compensate for changes in r53564,obrien1999-11-222-0/+675
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of a trimmed down GNU Grep 2.3.obrien1999-11-222-0/+675
| |
| * Virgin import of a trimmed down GNU Grep 2.3.obrien1999-11-211-206/+449
| | | | | | | | | | | | 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.
* | Restore the 2.3 config file.obrien1999-11-211-0/+188
| |
* | Apply a bandaid to the grep Makefile to try and get it to compile and stoppeter1999-11-211-2/+3
| | | | | | | | breaking world.
* | Spell command names correctly. Even when they appear at the beginningobrien1999-11-211-3/+3
| | | | | | | | of a sentence.
* | Merge FreeBSD changes into 2.3:obrien1999-11-211-91/+170
| | | | | | | | | | | | * revs 1.5-6 - added builtin decompression using zlib library, option -Z. Submitted by: ru
* | Merge FreeBSD changes into 2.3:obrien1999-11-211-74/+35
| | | | | | | | | | | | | | | | | | | | | | | | * rev 1.2 - use -lgnuregex FreeBSD changes OBE'ed by 2.3: * revs 1.4-5 - icase searches & ctype macro changes, fuctionality moved elsewhere. * rev 1.3 - Remove trailing whitespace. The GNU Grep maintainers did this for us. Submitted by: ru
OpenPOWER on IntegriCloud