This is the mail archive of the gcc@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]

Re: problem with parallel make


> > > This is more believable.  The problem is probably caused by the config.cache
> > > shared by libiberty and libffi; if autoconf 2.57 is putting the wrong
> > > thing there, we'll fall apart later in libffi.
> > 
> > Yes, that will be the reason.
> > 
> > > You mean libf2c,
> > > though, don't you?
> > 
> > Yes.
> > 
> > > In any case, please post the configure and make commands you are using,
> > > including any environment variables.
> > 
> > ../configure --enable-checking --enable-languages=c,c++,objc,f77
> > make -j2 bootstrap 
> 
> Then, if CC needs -m64 in order to emit 64-bit code, how is 32-bit code
> being built or -m64 being specified?

When using multilibs (which is default for x86-64, and probably for
other 64/32 bi-architectures) the 32-bit libraries are compiled with
"-m32". The "-m32" is missing in ac_cv_prog_CC

Josef


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