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]

RE: Unsuccessful build of a cross PowerPC GCC 2.95.x for an Intel box (Details)


Title: RE: Unsuccessful build of a cross PowerPC GCC 2.95.x for an Intel box (Details)

#!/bin/sh
CFLAGS=-O6 CXXFLAGS=-O6 /usr/src/gcc-2.95/configure --prefix=/usr \
--host=i586-unknown-linux --build=i586-unknown-linux \
--target=powerpc-unknown-linux \
--with-cpu=603e \
--with-headers="/usr/powerpc-unknown-linux/include" \
--with-libs="/usr/powerpc-unknown-linux/lib"

make cross


...

After a while the process fail in the directory libiberty, an entry is
missing in the Makefile.


Patrick LERDA


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