Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhou committed May 6, 2022
1 parent bcb48b6 commit ad327a1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions portage-make.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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.
COMMON_FLAGS="-march=native -O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"

# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C

MAKEOPTS="-j5"
#GENTOO_MIRRORS="https://mirrors.163.com/gentoo/ http://mirrors.163.com/gentoo/"
SYNC="rsync://mirrors.ustc.edu.cn/gentoo-portage/"
GENTOO_MIRRORS="http://mirrors.aliyun.com/gentoo/"

0 comments on commit ad327a1

Please sign in to comment.