歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Gentoo 12 Linux 源代碼編譯鏡像 make.conf

Gentoo 12 Linux 源代碼編譯鏡像 make.conf

日期:2017/2/28 15:44:03   编辑:Linux教程

Gentoo 12 Linux 源代碼編譯鏡像 make.conf

#nano -w /etc/make.conf //編輯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.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"

GENTOO_MIRRORS= "http://mirrors.sohu.com/gentoo"
SYNC="rsync://mirrors.sohu.com/gentoo/distfiles"

Copyright © Linux教程網 All Rights Reserved