This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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] | |
On 'i386 machine'? Not even those "developing countries" will accept anythingWe plan to use x86_64 linux machine to build binary code that can eventually run on i386 machine. I know it's possible with -m32.
I wonder if there is an easy way to configure/build GCC so that it would produce 32-bit binaries by default?Maybe you don't mean "binaries" like "objects"? But "executables", the GCC & as
The reason I want this is because we build many products, and it may be more difficult to implant -m32 option in every build system.Producing executables for "other" systems usually requires one or more cross-toolchains
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |