View Single Post
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#46
@marmistrz Four weeks ago you advised me how to get binutils2.22 to the repository, now I'm trying to achieve it (some issues with autobuilder).

Package name is binutils2.22 (no conflicts with existing package names). It's files goes to the /usr/binutils2.22/bin, /usr/binutils2.22/lib and ... (no conflicts with existing files). And name of binaries is still as expected, e.g. ld.

And it is used:
Code:
PATH=/usr/binutils2.22/bin:$PATH
LD_LIBRARY_PATH=/usr/binutils2.22/lib:$LD_LIBRARY_PATH
 

The Following 11 Users Say Thank You to AapoRantalainen For This Useful Post: