Displaying 2 results from an estimated 2 matches for "mulitlib".
Did you mean:
imultilib
2018 Nov 16
0
Continuous Release (CR) Repository has been released for CentOS Linux 7.6.1810 for X86_64, i386, armhfp, aarch64, power9, ppc64le
We have pushed the CR repository for CentOS Linux 7.6.1810 for following
architectures:
x86_64
i386
armhfp
aarch64
power9
ppc64le
We are currently still working on the ppc64 / ppc architecture as we are
having issues with some of the 32bit ppc mulitlib builds.
CR is basically the packages that will update your install from CentOS
Linux 7.5.1804 to 7.6.1810, minus the centos-release rpm and the
anaconda rpms.? What we will do now is take these packages and create
the new install tree and install media, then test those and finally
release them as...
2007 Aug 21
0
[LLVMdev] Problems building llvm-gcc-4.2 on ppc32, OS X 10.4.10
.../rs6000/ppc64-fp.c -o l
ibgcc/ppc64/ppc64-fp.o
In file included from ../../trunk/gcc/config/rs6000/ppc64-fp.c:35:
../../trunk/gcc/config/fp-bit.h:100: error: unable to emulate 'TF'
So I think, why am I building ppc64? Taking a cue from the way to
build 32-bit only for x86, I add --disable-mulitlib to the configure
line and get a little further with the make:
MLIBS=`/Users/mmccrack/Documents/hpcl/LLVM/llvm-gcc-4-2/build/./gcc/xgcc
-B/Users/mmccrack/Documents/hpcl/LLVM/llvm-gcc-4-2/build/./gcc/
-B/Users/mmccrack/Documents/hpcl/LLVM/llvm-gcc-4-2/install/powerpc-apple-darwin8/bin/
-B/Users/mmcc...