NetBSD/gnu
mycroft 1c81e53081 From Mike Stump, via egcs:
+ 	* stor-layout.c (layout_record): Ignore STRUCTURE_SIZE_BOUNDARY if
+ 	we are packing a structure.  This allows a structure with only
+ 	bytes to be aligned on a byte boundary and have no padding on a
+ 	m68k.
1997-11-03 12:23:14 +00:00
..
dist Patch from Jason Thorpe: add a --write option, equivalent to the 1997-10-30 10:39:53 +00:00
games use CPPFLAGS instead of CFLAGS 1997-10-23 22:50:34 +00:00
lib ns32knetbsd_vec -> pc532netbsd_vec 1997-10-29 03:45:40 +00:00
libexec use CPPFLAGS instead of CFLAGS 1997-10-25 09:27:04 +00:00
usr.bin From Mike Stump, via egcs: 1997-11-03 12:23:14 +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]