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]

Building with -m32/-m31 support without multilibs


I have a 64-bit GNU/Linux system (x86-64 or s390x) and want to build GCC with -m32 or -m31 support in the compiler. However, I do not have glibc for i386 or s390 installed, only the native (64-bit) version. This means that I need to build with --disable-multilib.

Is there still a way to get -m32 or -m31 support in the compiler, for compiling and linking with -nostdlib?

Thanks,
Florian


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