Where it says "Next, verify that the new linker is being used with the correct search paths:"
I get a small difference in the output.
They said the output should be:
Code:
SEARCH_DIR("/tools/i686-pc-linux-gnu/lib")
SEARCH_DIR("/usr/lib")
SEARCH_DIR("/lib");
I got...:
Code:
SEARCH_DIR("/tools/x86-64-unknown-linux-gnu/lib64")
SEARCH_DIR("/tools/x86-64-unknown-linux-gnu/lib")
SEARCH_DIR("/usr/lib")
SEARCH_DIR("/lib");
Im sure this is correct and fine, right?