On Wed, 29 Aug 2018 at 07:25, Vyshnav A V wrote: > > Hi, > > When we are building gcc of 64 bit and trying to install it is asking for > libgcc_s_so.1 and to satisfy this dependency we need to install libgcc > package of 32 bit also. > > Can you tell us how we can exclude this 32 bit libgcc dependency from this > 64bit gcc? Add --disable-multlib to the configure arguments. https://gcc.gnu.org/wiki/FAQ#gnu_stubs-32.h