vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi there, I would like to install in chroot gentoo from stage1 with multilib, because why not play in heroes3 :-D So here is my make.conf: damian@dkolkowski ~ $ sudo egrep -v '^($|#)' /mnt/gentoo/etc/make.conf FEATURES="sandbox autoconfig fixpackages prelink nostrip" MAKEOPTS="-j2" MULTILIB_ABIS="x86 amd64" DEFAULT_ABI="amd64" ABI=${DEFAULT_ABI} CFLAGS="-march=k8 -O2 -pipe" CXXFLAGS="${CFLAGS}" CHOST_amd64="x86_64-pc-linux-gnu" CDEFINE_amd64="__x86_64__" LIBDIR_amd64="lib64" CFLAGS_x86="-m32 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib" LDFLAGS_x86="-m elf_i386 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib" CHOST_x86="i686-pc-linux-gnu" CDEFINE_x86="__i386__" LIBDIR_x86="lib32" MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib" MULTILIB_STRICT_DENY="64-bit.*shared object" MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3|debug|portage)" SYMLINK_LIB="yes" LANG="pl_PL.UTF-8" LC_ALL="pl_PL.UTF-8" VIDEO_CARDS="fglrx radeon" INPUT_DEVICES="evdev mouse keyboard synaptics" LANGUAGE="48" OOLANGNO="48" LINGUAS="pl en" USE="amd64 berkdb crypt dlloader hardened justify nls pam pic readline ssl tcpd \ userlocales xorg zlib \ nptl debug" damian@dkolkowski ~ $ Profile is: /usr/portage/profiles/hardened/amd64/multilib damian@dkolkowski ~ $ ls -al /mnt/gentoo/etc/make.profile lrwxrwxrwx 1 root root 47 sty 6 12:11 /mnt/gentoo/etc/make.profile -> .../usr/portage/profiles/hardened/amd64/multilib damian@dkolkowski ~ $ Maby I can heare some suggestion better configuration for CFLAGX, CXXFLAGS for x86. P.S. My cpu model is: damian@dkolkowski ~ $ cat /proc/cpuinfo | grep AMD vendor_id : AuthenticAMD model name : AMD Turion(tm) 64 Mobile Technology ML-34 damian@dkolkowski ~ $ PP.S. Why there is "-fforce-addr" in multilib for amd64 in make.conf? -- { Damian KoĊkowski }{ http://kolkowski.neostrada.pl/ } { echo yc.2b.vxfjbxybxq | rot13 | rev | sed s/\\./@/ } |