This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cosmetic install question


Hi Aleksandar,

Thanks for the sugestion. I've attempted to do that, however target specific /prefix/sparc-sun-solaris2.9 directory still gets created. It has bin subdirectory with hardlinks back to /prefix/bin and lib/ldscripts subdirectory. I'd like to have it in /prefix/bin and /prefix/lib/ldscripts only (like on my Linux systems).

Ah - you will need to set tooldir then when you build. eg:


configure --quiet --prefix=/prefix
make tooldir=/prefix all-ld all-gas all-binutils install-ld install-gas install-binutils


NB/ Of course you must be careful not to install binaries for other targets using this method as they will overwrite each other.

Cheers
  Nick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]