This is the mail archive of the binutils@sources.redhat.com 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: soalris 8/9/10 target of gas


On Tue, 2004-03-30 at 09:54, sting sting wrote:
> Hello
> Thnxs Eric.
> 
> Well, you're right. I am really sorry .I did succeed with (from a separate 
> directory)
> ../binutil-ver/configuer --target=i386-sun-solaris2.8
> and afterwards make.
> 
> Now : I don't want to do "make install" because I want to keep use the
> binutils on this platform also for non-solaris target (linux targets).
> I want to run ./configure of gcc so that it will use the binutil with which
> I performed make  (with target=solaris.)
> Is there a way to do it ?

--prefix is what you are looking for. It can be used to install to any
arbitrary directory, e.g.:

../binutils-<version>/configure --target=i386-sun-solaris2.8
--prefix=/opt/i386-sun-solaris2.8

> (When typing ./configure --help (from gcc)
> the only thing which seems to me relevant is
> --with-FOO=BAR. Is it this?)
No. --prefix is what you are looking for.

Ralf



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