NetBSD/gnu
mark baa72d9de9 Added PIC support for the ARM version of GCC 2.7.2.2 implemented by
Norm Rubin and Richard Earnshaw.
PIC support for ARM will form part of the standard GCC tree from 2.8
onwards.
Also default to building soft-float as the resulting code will be a lot
faster then using emulated floating point instructions.
1997-10-19 18:56:38 +00:00
..
dist NetBSD-specific stuff for the mips 1997-10-19 04:07:34 +00:00
games build chess.6 on alpha. 1997-07-21 04:48:06 +00:00
lib Clean out 64-bit targets from TDEFAULTS and BFD_BACKENDS. 1997-10-19 10:44:54 +00:00
libexec rcsid fascism, fix make -j race condition when building libs 1997-10-18 05:47:46 +00:00
usr.bin Added PIC support for the ARM version of GCC 2.7.2.2 implemented by 1997-10-19 18:56:38 +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

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]