﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
159	gcc 4.3.1	Joe Ciccone	Joe Ciccone	"Will attach updated specs patch.
The cross search paths patch is not needed anymore.
Need to update the posix patch.

mpfr and gmp are needed nativly for gcc.

{{{
echo ""
#undef STARTFILE_PREFIX_SPEC
#define STARTFILE_PREFIX_SPEC \""/tools/lib/\"""" >> gcc/config/linux.h
}}}

Needs to change to

{{{
cp gcc/gcc.c{,.orig}
sed -e ""1i\#define STARTFILE_PREFIX_SPEC \""/tools/lib/\"""" \
    gcc/gcc.c.orig > gcc/gcc.c
}}}

AR=ar needs to be added to the configure command"	task	closed	major	CLFS Standard 1.2.0	BOOK	CLFS Standard 1.2.0	fixed	gcc 4.3.0	
