NetBSD/gnu
jonathan 212b5c610f Initial BFD support for the mips, with these targets:
bfd_elf{32,64}_{big,litte}mips_vec, ecoff{big,little}_vec
1997-10-17 08:30:21 +00:00
..
dist Put includes at the end (from Bernd Ernesti) 1997-10-10 15:18:14 +00:00
games build chess.6 on alpha. 1997-07-21 04:48:06 +00:00
lib Initial BFD support for the mips, with these targets: 1997-10-17 08:30:21 +00:00
libexec Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00
usr.bin Handle relocation of misaligned symbols. Handle all three cases by the same 1997-10-14 17:17:52 +00:00
Makefile build chess.6 on alpha. 1997-07-21 04:48:06 +00:00
README Notes on dist/*, etc. 1997-09-24 18:02:25 +00:00

README

src/gnu/README:			<$Revision: 1.1 $>

This directory hierarchy is using a new organization for
separating the "stock" GNU sources from the BSD-ized
build infrastructure.  The "stock" GNU sources are in:

	dist/*

and the above are organized exactly as they are in the
GNU project's own common source repository.  Original
sources for the above were imported as follows:

	dist/gdb	FSF gdb-4-16
	dist/readline	FSF readline-2-1
	dist/(other)	FSF binutils-2-8

The build infrastructure uses the normal BSD way under:

	lib/*
	usr.bin/*

The makefiles in the above hierarchy will "reach over"
into the stock GNU sources for everything they need.

-----
Working notes:

Imported binutils-2.8, gdb-4.16, readline-2.1  [gwr 970924]