Opened 17 years ago

Closed 16 years ago

#159 closed task (fixed)

gcc 4.3.1

Reported by: Joe Ciccone Owned by: Joe Ciccone
Priority: major Milestone: CLFS Standard 1.2.0
Component: BOOK Version: CLFS Standard 1.2.0
Keywords: gcc 4.3.0 Cc:

Description

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

Attachments (1)

gcc-4.3.0-specs-1.patch (15.7 KB ) - added by Joe Ciccone 16 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Joe Ciccone, 17 years ago

Milestone: CLFS Standard 1.2.0
Version: CLFS Standard 1.2.0

by Joe Ciccone, 16 years ago

Attachment: gcc-4.3.0-specs-1.patch added

comment:2 by Joe Ciccone, 16 years ago

Owner: changed from clfs-commits@… to Joe Ciccone
Summary: gcc 4.3.0gcc 4.3.1

Bumped version to gcc 4.3.1

comment:3 by Joe Ciccone, 16 years ago

Resolution: fixed
Status: newclosed

Updated in r3994. If any bugs arrise with GCC feel free to re-open this ticket.

Note: See TracTickets for help on using tickets.