bug-gnu-libiconv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnu-libiconv] How to compile libiconv for non-I686 Intel CPU?


From: Bruno Haible
Subject: Re: [bug-gnu-libiconv] How to compile libiconv for non-I686 Intel CPU?
Date: Wed, 15 Jul 2009 23:26:39 +0200
User-agent: KMail/1.9.9

Michael in der Wiesche asked:
> How can I compile libiconv (using the MinGW shell) for older CPUs than my 
> current i686 without 
> manually modifying the makefiles? IOW: Are there any command line switches 
> for achieving this?

The answer is the same for all packages that use autoconf:

  ./configure CC="gcc -march=i586"

See the gcc documentation for details of gcc's command line options.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]