#1979 closed task (fixed)
Section 6.10 - text change needed following change to sed
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Book | Version: | SVN |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
Following change to use sed instead of perl for the GCC specs command, the reference to perl being used for this action needs to be altered.
Specifically:
Next, amend the GCC specs file so that it points to the new dynamic linker, and so that GCC knows where to find its start files. A perl command accomplishes this.
Should be:
Next, amend the GCC specs file so that it points to the new dynamic linker, and so that GCC knows where to find its start files. A sed command accomplishes this.
Change History (4)
comment:1 by , 19 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Yes, this was fixed. Apologies for the delay.
Note:
See TracTickets
for help on using tickets.

Oops. Good catch.