Changeset 9222d1bf for testsuite-tools/common
- Timestamp:
- Jul 9, 2006, 9:53:33 PM (18 years ago)
- Children:
- b3222d2
- Parents:
- 5fbeb82
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuite-tools/common/expect.xml
r5fbeb82 r9222d1bf 26 26 <title>Installation of Expect</title> 27 27 28 <para os="a">First, fix a bug that can result in false failures during the GCC 28 <para os="s1">The following sed prevents searching for libraries in 29 /tools/lib. It will now search in ${libdir}:</para> 30 31 <screen os="s2"><userinput>sed -i '/EXP_LIB_SPEC=/s@${exec_prefix}/lib@${libdir}@' configure</userinput></screen> 32 33 <para os="a">Fix a bug that can result in false failures during the GCC 29 34 test suite run:</para> 30 35
Note:
See TracChangeset
for help on using the changeset viewer.