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

See the CrossGCC FAQ for lots more information.


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: ct-ng question


Guylhem, All,

On Wednesday 17 August 2011 19:34:35 Guylhem Aznar wrote:
> I am wondering how complicated would it be to support running ct-ng
> from the current directory instead of reading the directories in
> /usr/local/share ?

$ ./configure --help
[-SNIP--]
Installation directories:
  --prefix=PREFIX         install files in PREFIX [/usr/local]
  --local                 don't install, and use current directory
[--SNIP--]
$ ./configure --local
$ make
$ ./ct-ng menuconfig
$ ./ct-ng build

> That could be an interesting addition, to avoid clogging /usr/local
> for what is essentially only used one time by most users

Well, really depends. I for one have to maintain some toolchains, test new
versions and/or settings, so it is nice to have crosstool-NG being acutally
installed, so I can simplu get rid of the build dirs with a simple 'rm -rf'
once I'm done with the current tests... It is also the case for a bunch of
other guys as well.

But sure, for a one-off toolchain build, actual install is probably
overkill, hence the --local switch.

Regards,
Yann E. MORIN

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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