> From: Michele Bucca <michele.bu...@gmail.com>

>
> I've just finished to adjoust the toolchain. Now I am running the
> tests to ensure "that the basic functions (compiling and linking) of
> the adjusted toolchain are working as expected"
>
> when I give the command
>
> grep -o '/usr/lib.*/crt[lin].*succeeded' dummy.log
>
> only these two pop up:
>
>   /usr/lib/crti.o succeeded
>   /usr/lib/crtn.o succeeded
>
> Next, when I run:
>
> grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'
>
> I get:
>
>   SEARCH_DIR("=/tools/i686-pc-linux-gnu/lib32")
>   SEARCH_DIR("/usr/lib")
>   SEARCH_DIR("/lib")
>   SEARCH_DIR("=/tools/i686-pc-linux-gnu/lib");
>
> Is the output above fine?


Looks good to me.  I've completed 7.9 and 7.10 so many times that I
now have it automated
Currently I doing a build on x86_64, i586, and i686.  3 different
pieces of hardware. I've booted them too.

I have specific need to target i586 and i686 with the same base disti
running my software.  I have 100s of a certain device that is only
i586. My new device is a BayTrail, but I want it running the same
application code, but compiled for either i586 or i686.

Chris
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to