Ticket #159 (closed task: fixed)

Opened 7 months ago

Last modified 3 months ago

gcc 4.3.1

Reported by: jciccone Assigned to: jciccone
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

gcc-4.3.0-specs-1.patch (15.7 kB) - added by jciccone on 06/05/08 11:50:24.

Change History

05/16/08 01:08:08 changed by jciccone

  • version set to CLFS Standard 1.2.0.
  • milestone set to CLFS Standard 1.2.0.

06/05/08 11:50:24 changed by jciccone

  • attachment gcc-4.3.0-specs-1.patch added.

08/24/08 17:20:37 changed by jciccone

  • owner changed from clfs-commits@lists.cross-lfs.org. to jciccone.
  • summary changed from gcc 4.3.0 to gcc 4.3.1.

Bumped version to gcc 4.3.1

08/27/08 11:57:44 changed by jciccone

  • status changed from new to closed.
  • resolution set to fixed.

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