aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Get the installed headers list right.David E. O'Brien2000-03-301-1/+1
| | | | Notes: svn path=/head/; revision=58823
* Switch over to using the GCC 2.95 Objc library code.David E. O'Brien2000-03-301-13/+26
| | | | Notes: svn path=/head/; revision=58807
* Fixed wrong path to libperl in DPADD.Bruce Evans2000-03-271-4/+7
| | | | | | | | | | | | Fixed wrong path to libperl in LDADD in some funky objdir setups. Use ${dir}/libfoo.a instead of -L${dir} -lfoo for local static libraries in LDADD so that `make checkdpadd' doesn't report non-errors. Fixed misformatting of $FreeBSD$. Notes: svn path=/head/; revision=58690
* Use `${dir}/libfoo.a' instead of `-L${dir} -lfoo' for local staticBruce Evans2000-03-2713-77/+31
| | | | | | | | | | libraries in LDADD so that `make checkdpadd' doesn't report non-errors. Fixed some style bugs (the usual ones for DPADD and LDADD, and misformatting of $FreeBSD$). Notes: svn path=/head/; revision=58683
* Don't abuse LDADD for holding linker flags. Doing so brokeBruce Evans2000-03-272-6/+4
| | | | | | | | | | `make checkdpadd'. Linker flags (ones passed via ${CC}) go in LDFLAGS. Fixed some style bugs (misformatting of $FreeBSD$). Notes: svn path=/head/; revision=58675
* Fixed missing DPADD.Bruce Evans2000-03-271-3/+2
| | | | | | | | Fixed some style bugs (some usual ones for LDADD, and misformatting of $FreeBSD$). Notes: svn path=/head/; revision=58674
* Update for gperf 2.7Kris Kennaway2000-03-253-6/+31
| | | | Notes: svn path=/head/; revision=58554
* Fix a minor grammar problem.Mike Pritchard2000-03-241-1/+1
| | | | Notes: svn path=/head/; revision=58510
* Clean up the FreeBSD configuration files -- includes removing the usageDavid E. O'Brien2000-03-232-2/+0
| | | | | | | | of svr4.h on the i386, and moving all the shared arch neutral bits into the FreeBSD general config header. Notes: svn path=/head/; revision=58478
* Wrap building of uucp related programs around NOUUCP knob.Dan Moschuk2000-03-201-0/+2
| | | | Notes: svn path=/head/; revision=58391
* A bandaid to try and make this buildable. This should probably bePeter Wemm2000-03-202-8/+54
| | | | | | | | rechecked by somebody who knows what is meant to happen here. The new libreadline rluser.texinfo file duplicates the '@defcodeindex bt' entry. Notes: svn path=/head/; revision=58347
* Make the SUBDIR list more granular to assist in my GCC hacking.David E. O'Brien2000-03-191-1/+9
| | | | Notes: svn path=/head/; revision=58318
* Add missing depend fileAndrey A. Chernov2000-03-191-1/+1
| | | | Notes: svn path=/head/; revision=58317
* Install readline API infoAndrey A. Chernov2000-03-191-2/+8
| | | | Notes: svn path=/head/; revision=58316
* Upgrade to 4.1Andrey A. Chernov2000-03-192-2/+6
| | | | | | | Minor bumped because new function added Notes: svn path=/head/; revision=58315
* Make the build-tools objects weirder named so one can tell there isDavid E. O'Brien2000-03-151-4/+4
| | | | | | | something special going on here. Notes: svn path=/head/; revision=58086
* Move some cflag contents down to where they are acutally used.David E. O'Brien2000-03-135-2/+12
| | | | Notes: svn path=/head/; revision=57965
* Considerable upgrade to the way perl links to shared objects. ThisMark Murray2000-03-087-96/+104
| | | | | | | | | | | fixes the way that third-party apps like apache link in perl .so's (and previously did not get libperl linked in.) NOTE - you neeed to recompile all your perl stuff - all the p5-* por4ts with C code, and things like mod_perl. Notes: svn path=/head/; revision=57827
* Remove xrefs to obsolete ft driver.Nik Clayton2000-03-011-1/+0
| | | | | | | | PR: docs/17080 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> Notes: svn path=/head/; revision=57660
* Use libcrypto instead of libdes.Mark Murray2000-02-241-2/+2
| | | | Notes: svn path=/head/; revision=57460
* Build and install gasp's infodocs along side the other binutil docs ratherDavid E. O'Brien2000-02-213-19/+2
| | | | | | | | | than seperately. Pointed out by: bde Notes: svn path=/head/; revision=57381
* Merge FreeBSD changes into 2.4d.Ruslan Ermilov2000-01-313-237/+210
| | | | Notes: svn path=/head/; revision=56920
* Merge FreeBSD changes into 2.4d.Ruslan Ermilov2000-01-311-192/+93
| | | | | | | | FreeBSD changes OBE'ed by 2.4d: * rev 1.5 - use collate for alpha character ranges. Notes: svn path=/head/; revision=56919
* This is the stock GNU grep 2.4d file.Ruslan Ermilov2000-01-316-344/+391
| | | | Notes: svn path=/head/; revision=56918
* This commit was generated by cvs2svn to compensate for changes in r56915,Ruslan Ermilov2000-01-319-72/+203
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=56916
| * Virgin import of a trimmed down GNU Grep 2.4d.vendor/misc-GNU/grep/2.4dRuslan Ermilov2000-01-3119-782/+895
| | | | | | | | | | Notes: svn path=/vendor/misc-GNU/dist1/; revision=56915 svn path=/vendor/misc-GNU/grep_2_4d/; revision=56917; tag=vendor/misc-GNU/grep/2.4d
* | The "INCDIR" required by the new header installation code in bsd.lib.mkDavid E. O'Brien2000-01-301-0/+2
| | | | | | | | | | | | | | | | | | was not set correctly. Ok'ed by: JKH Notes: svn path=/head/; revision=56911
* | Retire Bison as it is not need to build GCC any more.David E. O'Brien2000-01-304-234/+0
| | | | | | | | | | | | | | Ok'ed by: JKH Notes: svn path=/head/; revision=56907
* | Fix for (amongst other things) the cross-compile case where a too-oldMark Murray2000-01-291-1/+1
| | | | | | | | | | | | | | | | | | version of libperl was being found. Tested on: beast Notes: svn path=/head/; revision=56820
* | "Rev.1.45 of cc_tools/Makefile was a wrong fix for a problem introducedDavid E. O'Brien2000-01-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | in rev.1.44 (the egcs to gcc switch). The problem is that print-rtl.o is now needed to build some tools, but it wasn't added to the list of objects which are specially handled because they are prerequisites for tools." Submitted by: bde Notes: svn path=/head/; revision=56806
* | Move the header installation down into `readline' which is the subsystemDavid E. O'Brien2000-01-292-12/+8
| | | | | | | | | | | | | | the headers are part of. Notes: svn path=/head/; revision=56804
* | Track internal(!) libc symbol naming change.Jason Evans2000-01-281-2/+2
| | | | | | | | Notes: svn path=/head/; revision=56730
* | Do not use "DEFAULT_VTABLE_THUNKS". The bugs that have existed sinceDavid E. O'Brien2000-01-251-3/+4
| | | | | | | | | | | | | | | | EGCS 1.x have not been worked out. And with 4.0 RELEASE comming quickly we need C++ to be stable and usable. Notes: svn path=/head/; revision=56586
* | Fix typo for the flag ``--ungzip'' which should have been ``--gunzip''Archie Cobbs2000-01-241-1/+4
| | | | | | | | | | | | | | | | | | | | | | as is documented in the man page. Retain the older mistaken version of the flag for backwards compatibility in case anybody is using it. Add $FreeBSD$ tag as cvs requires it. PR: gnu/7800 Notes: svn path=/head/; revision=56560
* | Merge cc_drv into cc_int. Merge more shared files into cc_int.David E. O'Brien2000-01-249-24/+20
| | | | | | | | Notes: svn path=/head/; revision=56552
* | Simply cc_tools/Makefile by moving the parser generation to the respectiveDavid E. O'Brien2000-01-243-35/+36
| | | | | | | | | | | | | | backends. Notes: svn path=/head/; revision=56521
* | Style change to better match src/lib/'s Makefiles.David E. O'Brien2000-01-242-8/+8
| | | | | | | | Notes: svn path=/head/; revision=56513
* | I *hate* using "i" in variables, looks too much like "1" or "l".David E. O'Brien2000-01-231-23/+23
| | | | | | | | Notes: svn path=/head/; revision=56497
* | Minor style nits.David E. O'Brien2000-01-211-4/+4
| | | | | | | | Notes: svn path=/head/; revision=56356
* | Back out previous revision because someone upgraded ourRuslan Ermilov2000-01-181-3/+1
| | | | | | | | | | | | | | texinfo system to one that understands "command{foo}". Notes: svn path=/head/; revision=56234
* | Fix conflicts.Ruslan Ermilov2000-01-182-17/+74
| | | | | | | | Notes: svn path=/head/; revision=56233
* | This commit was generated by cvs2svn to compensate for changes in r56230,Ruslan Ermilov2000-01-187-22/+69
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=56231
| * Virgin import of a trimmed down GNU Grep 2.4a.vendor/misc-GNU/grep/2.4aRuslan Ermilov2000-01-189-39/+143
| | | | | | | | | | Notes: svn path=/vendor/misc-GNU/dist1/; revision=56230 svn path=/vendor/misc-GNU/grep_2_4a/; revision=56232; tag=vendor/misc-GNU/grep/2.4a
* | Oops, cleanup this a bit.Ruslan Ermilov2000-01-181-3/+3
| | | | | | | | | | | | | | Forgotten by: ru Notes: svn path=/head/; revision=56224
* | :%s:\([A-Z][A-Z]ADD\)=:\1+=:gBrian Feldman2000-01-174-8/+8
| | | | | | | | | | | | | | Add the forgotten plus, which should unbreak the world build. Notes: svn path=/head/; revision=56198
* | Upgrade to GNU texinfo 4.0Ruslan Ermilov2000-01-1710-128/+24
| | | | | | | | Notes: svn path=/head/; revision=56168
* | Update for 1.0.5a.David E. O'Brien2000-01-161-1/+6
| | | | | | | | Notes: svn path=/head/; revision=56106
* | Remove Bison from the build. This is a prelude to possibly removing itDavid E. O'Brien2000-01-161-1/+1
| | | | | | | | | | | | | | from 4.0-R. Notes: svn path=/head/; revision=56076
* | This patch solves the a cross-build problem where proj.c is both used by aDavid E. O'Brien2000-01-141-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build-tools target and by the actual target. In a cross-building situation proj.o is both a native object and a cross-object (i.e., for the target arch) and thus doesn't work. Creating seperate opjects from the same source file solves this... This patch may also fix the following issue: > it looks like -DNOCLEAN doesn't work too well. > cd /usr/src/gnu/usr.bin/cc/f771; make build-tools > make: don't know how to make /usr/obj/usr/src/i386/usr/include/stdarg.h. Stop This seems caused by wrong dependency information. Dependency information shouldn't be created for build-tools sources. Submitted by: marcel Notes: svn path=/head/; revision=55960
* | Make mktemp.c a "normal" C implimentation when building this library.David E. O'Brien2000-01-131-0/+2
| | | | | | | | Notes: svn path=/head/; revision=55870