Всем привет!
При попытке собрать ядро на ноутбуке Lenovo X230 (загружен с live-usb, нахожусь в chroot) получаю:
# make && make modules_install
CC kernel/bounds.s
cc1: ошибка: заданный процессор не поддерживает набор команд x86-64
make[1]: *** [Kbuild:21: kernel/bounds.s] Ошибка 1
make: *** [Makefile:1107: prepare0] Ошибка 2
Вот что в /etc/portage/make.conf:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=ivybridge -O2 -pipe"
CXXFLAGS="${CFLAGS}"
CPU_FLAGS_X86="aes avx f16c mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C
MAKEOPTS="-j3"
GENTOO_MIRRORS="http://gentoo.bloodhost.ru/ ftp://gentoo.bloodhost.ru/ rsync://gentoo.bloodhost.ru/gentoo-distfiles http://mirror.yandex.ru/gentoo-distfiles/ ftp://mirror.yandex.ru/gentoo-distfiles/"
VIDEO_CARDS="intel i915"
Вот такой процессор:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz
Что я делаю не так?