niXman <i.nixman@xxxxxxxxx> writes: > I`m building multitarget GCC. I need the ability to to specify the > path for the 32/64 bit libraries. > > Tell me what flags should I use? I'm not aware of any flags for this at configure time. You can fiddle with the MULTILIB variables in your config/CPU/t-* files in the source code. Ian