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)
Change History (4)
comment:1 by , 17 years ago
Milestone: | → CLFS Standard 1.2.0 |
---|---|
Version: | → CLFS Standard 1.2.0 |
by , 16 years ago
Attachment: | gcc-4.3.0-specs-1.patch added |
---|
comment:2 by , 16 years ago
Owner: | changed from | to
---|---|
Summary: | gcc 4.3.0 → gcc 4.3.1 |
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Updated in r3994. If any bugs arrise with GCC feel free to re-open this ticket.
Note:
See TracTickets
for help on using tickets.
Bumped version to gcc 4.3.1