aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* Add -DFREEBSD_AOUT to CFLAGS, to ensure that <link.h> gives us the correctPeter Wemm1998-06-121-2/+2
* Spelling corrections.Joseph Koshy1998-06-061-2/+2
* Fix a bunch of spelling errors.Steve Price1998-06-042-4/+13
* Don't use beforedepend or give dependencies on generated headers explicitly.Bruce Evans1998-06-043-18/+7
* Removed superfluous beforedepends. Their files were already in SRCS.Bruce Evans1998-06-042-6/+2
* Don't use beforedepend; just put generated headers in SRCS. ldgram.hBruce Evans1998-06-041-4/+3
* Removed special rules for lex- and yacc- generated files. The generalBruce Evans1998-06-041-12/+1
* Missing DPADD's.Peter Wemm1998-06-031-1/+4
* Add missing DPADD's.Peter Wemm1998-06-0311-11/+42
* These files were moved elsewhere (sbin/ldconfig, libexec/rtld-aout,Peter Wemm1998-06-0120-5936/+0
* Look for files in their new locations.Peter Wemm1998-06-011-11/+7
* Also check for Satoshi's TMPDIR location of perl when looking around for it.Jordan K. Hubbard1998-05-291-2/+6
* ELF preparation step 2:Søren Schmidt1998-05-263-6/+11
* ELF preparation step 1:Søren Schmidt1998-05-253-10/+7
* Don't blow away parts of the sourcetree on a 'make clean'. This wasEivind Eklund1998-05-241-4/+4
* Change the order of the include paths so that the architecture specificJohn Birrell1998-05-152-6/+6
* perl now works on alpha.John Birrell1998-05-121-2/+2
* This code casts double -> int -> char *. Ugh. Take a punt and change theJohn Birrell1998-05-121-7/+12
* Change a cast of long * to time_t * in a call to time();John Birrell1998-05-121-2/+8
* Allow the makefile to choose the perl executable to run h2ph ratherJohn Birrell1998-05-121-2/+11
* If perl exists in OBJDIR it has just been built; if it exists inJohn Birrell1998-05-121-1/+1
* Change .if to .elif to prevent the current directory path search for aJohn Birrell1998-05-121-2/+1
* awk and groff (et al) now work on alpha as the result of libraryJohn Birrell1998-05-121-4/+4
* Don't attempt to read process context from the kernel when (theBruce Evans1998-05-123-6/+6
* The yacc makefile changes don't seem to know when to generate theJohn Birrell1998-05-111-2/+2
* Add CROSS_TARGETS to the list of GASES to build. We end up with a separateJohn Birrell1998-05-111-2/+4
* Make a path absolute.John Birrell1998-05-111-2/+2
* Simplified by using new yacc rules and by not generating y.tab.h.Bruce Evans1998-05-081-3/+2
* Fix the path.John Birrell1998-05-051-2/+2
* Specify an absolute include path.John Birrell1998-05-054-20/+8
* One of those silently included files that just about guarantee thatJohn Birrell1998-05-051-0/+4
* The BINDIR definition is an extra directory level away, so include itJohn Birrell1998-05-054-4/+16
* Oops, missed the common part of gas.John Birrell1998-05-051-0/+23
* Don't generate a2p.h or y.tab.h from a2p.y. Neither is actually used,Bruce Evans1998-05-051-1/+2
* Support cross architectures by using specific directories instead ofJohn Birrell1998-05-048-272/+0
* i386 gas config files.John Birrell1998-05-0410-0/+300
* Alpha gas config files.John Birrell1998-05-0410-0/+300
* Support cross-architectures using sub-directories.John Birrell1998-05-042-13/+0
* Add support for cross-architecture gases. Since the GNU code doesn'tJohn Birrell1998-05-041-19/+6
* BINDIR is now specified in a single place. There are no cross-architectureJohn Birrell1998-05-047-35/+0
* Work out the list of emulations based on the cross-architecturesJohn Birrell1998-05-041-3/+14
* Add cross-architecture support.John Birrell1998-05-042-15/+20
* BINDIR is now specified in a single place. There are no cross-architectureJohn Birrell1998-05-042-10/+0
* BIDIR is now specified in a single place. There are no cross-architectureJohn Birrell1998-05-041-5/+0
* Evaluate the TARGET from the architecture. We'll assume that FREEBSDJohn Birrell1998-05-041-2/+2
* Remote i386 cross-architecture support. It's now configurable, and offJohn Birrell1998-05-041-3/+3
* Add cross-architecture support.John Birrell1998-05-043-24/+34
* Since the makefiles below binutils with the architecture extensionJohn Birrell1998-05-041-1/+5
* Add makefile support for cross-architectures. Allow CROSS_TOOLS toJohn Birrell1998-05-041-3/+7
* Fixed races in `make -jN' using new yacc rules.Bruce Evans1998-05-041-2/+2