On 11/7/06, Andrew Haley <aph@xxxxxxxxxx> wrote:
satyaakam goswami writes: > how can i use a different version of ld than what gcc was built > with natively. We don't support that. Different linkers have different arguments, so gcc needs to know which linker it will be using.
i mean LD the GNU linker , let me eloborate there are two different sets of binutils one comes with ld version 2.14 and other with 2.16 , gcc was built using 2.14 now i want to use the ld version 2.16 . Satya