crt0 location
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxxxxxx
- Subject: crt0 location
- From: "Paulo J. Matos" <paulo@xxxxxxxxxxxxxxx>
- Date: Wed, 24 Aug 2011 14:32:33 +0100
- User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11
Hi all,
Mostly in my work I have several versions of cross gcc for our own port
compiled in a directory. When I test the compilers I need to provide a
libc (usually uclibc) and a crt0. Previously the crt0 was being copied
to the compiler directory for it to be found however we have made those
directories read-only. How can I tell GCC during runtime where the
crt0.o is?
I have found out that -Bdir-to-crt0/ works. I am wondering if this is
the right option to use or there's a better way?
Cheers,
--
PMatos
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]