diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-07-04 20:25:54 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-07-04 20:25:54 -0400 |
commit | b72ab22ca5b78a3205c5fba4d7b8785ff09224a9 (patch) | |
tree | 2487f557023831fc2a1923674b6257d4c8c02d3b /core/etc/portage/make.conf.CYCLE.1 | |
parent | Switch from udev to eudev. (diff) | |
download | grs-b72ab22ca5b78a3205c5fba4d7b8785ff09224a9.tar.gz grs-b72ab22ca5b78a3205c5fba4d7b8785ff09224a9.tar.bz2 grs-b72ab22ca5b78a3205c5fba4d7b8785ff09224a9.zip |
make.conf: switch CHOST from uclibc to glibc.
Diffstat (limited to 'core/etc/portage/make.conf.CYCLE.1')
-rw-r--r-- | core/etc/portage/make.conf.CYCLE.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/etc/portage/make.conf.CYCLE.1 b/core/etc/portage/make.conf.CYCLE.1 index 2706b1e..3cd9913 100644 --- a/core/etc/portage/make.conf.CYCLE.1 +++ b/core/etc/portage/make.conf.CYCLE.1 @@ -1,6 +1,6 @@ CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" -CHOST="x86_64-gentoo-linux-uclibc" +CHOST="x86_64-pc-linux-gnu" MAKEOPTS="-j17" PAX_MARKINGS="XT" PYTHON_TARGETS="python2_7 python3_4" |