Opened 15 years ago
Closed 15 years ago
#2723 closed defect (fixed)
gcc configure must include --without{ppl,cloog}
| Reported by: | Gabriel | Owned by: | Matthew Burgess |
|---|---|---|---|
| Priority: | high | Milestone: | 6.7 |
| Component: | Book | Version: | SVN |
| Severity: | blocker | Keywords: | gcc link error ppl cloog |
| Cc: | gabrielmaculus@… |
Description
when configure gcc we need to include --without-ppl --without-cloog if your gcc have this, beacause is detected and cause link problems at the end of gcc linking.
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.

Good point there, but I think LFS wanted to add PPL and Cloog into the book (but only for Chapter 6, since extra optmizations are not needed for the tempoary toolchain.)
I can whip up a patch really quickly that fixes that issue.