Poul-Henning Kamp fe7dee4700 ----------------------------------
GCC-2.6.1 COMES TO FREEBSD-current
----------------------------------
Everybody needs to 'make world'.

Oakland, Nov 2nd 1994.  In a surprise move this sunny afternoon, the release-
engineer for the slightly delayed FreeBSD-2.0, Poul-Henning Kamp (28),
decided to pull in the new version 2.6.1 of the GNU C-compiler.
The new version of the compiler was release today at noon, and hardly 9
hours later it was committed into the FreeBSD-current source-repository.
"It's is simply because we have had too much trouble with the version 2.6.0
of the compiler" Poul-Henning told the FreeBSD-Gazette, "we took a gamble
when we decided to use that as our compiler for the 2.0 release, but it
seems to pay of in the end now" he concludes.
The move has not been discussed on the "core" list at all, and will come as
a surprise for most Poul-Hennings peers.  "I have only discussed it with
Jordan [J. K. Hubbard, the FreeBSD's resident humourist], and we agreed that
we needed to do it, so ... I did it!".  After a breath he added with a grin:
"My email will probably get an all time 'disk-full' now!".
This will bring quite a flag-day to the FreeBSD developers, the patch-file
is almost 1.4 Megabyte, and they will have to run "make world" to get
entirely -current again.  "Too bad, but we just had to do this."  Was
the only comment from Poul-Henning to these problems.
When asked how this move would impact the 2.0 release-date, Poul-Hennings
face grew dark, he mumbled some very Danish words while he moved his fingers
in strange geometrical patterns.  Immediately something ecclipsed the Sun, a
minor tremor shook the buildings, and the temperature fell significantly.
We decided not to pursure the question.

-----------
JOB-SECTION
-----------
Are you a dedicated GCC-hacker ?
We BADLY need somebody to look at the 'freebsd' OS in gcc, sanitize it and
carry the patches back to the GNU people.  In particular, we need to get
out of the "i386-only" spot we are in now.  I have the stuff to take a
gnu-dist into bmake-form, and will do that part.

Please apply to phk@freebsd.org

No Novice Need Apply.
1994-11-03 06:52:42 +00:00
..
1994-08-08 04:30:17 +00:00
1994-08-08 04:30:17 +00:00
1994-08-08 04:30:17 +00:00
1994-08-08 04:30:17 +00:00
1994-08-08 04:30:17 +00:00

This directory contains tools to convert GNU-distributions into bmake-able
trees to be included in the FreeBSD distribution.

*** If you want to hack and of the GNU-sources, get the real thing !
*** We only do this because it is easier for us to cut a release when
*** all directories are "bmakeable".

The tools are written in Tcl, so you need to install that first.

If there is a patch-file, you should apply that to the distribution first.

You should read the tcl-script first, at least the beginning, to see if there
are any special instructions.

We try to get these patches rolled back into the GNU-distributions, to avoid
code-drift.  Please consider very carefully before doing something which isn't
general enough to make it back into the GNU-dist.

If you want to create a new script, here are some hints:

	Get as much info as you can from the Makefiles macros.

	Use this sequence to test:
		make all
		make clean ; make all
		make cleandir ; make depend ; make all ; make install
		make cleandir ; make obj ; make depend ; make all ; make install
		make cleandir

	Remember to install man-pages (and .texi files ?)

Thanks to Bruce for the patches to gcc, he knows a LOT more about gcc 
than I do...

Poul-Henning Kamp
phk@login.dkuug.dk