Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#1979 closed task (fixed)

Section 6.10 - text change needed following change to sed

Reported by: steve.crosby@… Owned by: dnicholson@…
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 dnicholson@…, 17 years ago

Owner: changed from lfs-book@… to dnicholson@…
Status: newassigned

Oops. Good catch.

comment:2 by Matthew Burgess, 17 years ago

Dan, I think you fixed this in r7985?

comment:3 by dnicholson@…, 17 years ago

Resolution: fixed
Status: assignedclosed

Yes, this was fixed. Apologies for the delay.

comment:4 by Jeremy Huntwork, 17 years ago

Milestone: 6.3

Milestone 6.3 deleted

Note: See TracTickets for help on using tickets.