[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: trying to change compilers
Hi,
Ravichandran wrote:
> I am trying to compile alsa tools in a smaller linux.can anyone tell
> me how do I change compilation from cc to somother say
> i386-uclibc-gcc as I do not find it in configuration script? do I
> need to use makefile.in??
This mailing list is dedicated to Linux kernel programming, not to
userspace ALSA tools.
However, I'm quite sure the ALSA tools use some autoconf/automake stuff.
configure scripts usually have a --host option, as shown by the help of
this configure script:
$ ./configure --help
[...]
System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST cross-compile to build programs to run on HOST [BUILD]
[...]
Could you please next time avoid this silly disclaimer:
> SASKEN BUSINESS DISCLAIMER This message may contain confidential,
> proprietary or legally Privileged information. In case you are not
> the original intended Recipient of the message, you must not,
> directly or indirectly, use, Disclose, distribute, print, or copy any
> part of this message and you are requested to delete it and inform
> the sender. Any views expressed in this message are those of the
> individual sender unless otherwise stated. Nothing contained in this
> message shall be construed as an offer or acceptance of any offer by
> Sasken Communication Technologies Limited ("Sasken") unless sent with
> that express intent and with due authority of Sasken. Sasken has
> taken enough precautions to prevent the spread of viruses. However
> the company accepts no liability for any damage caused by any virus
> transmitted by this email
Sincerly,
Thomas
--
Thomas Petazzoni
thomas.petazzoni@xxxxxxxx
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/