summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| |
OpenPOWER on IntegriCloud