Created
October 8, 2013 09:00
-
-
Save sonOfRa/6881784 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Locutus ~ # crossdev -t i686-pc-linux-gnu | |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
* crossdev version: 20130628 | |
* Host Portage ARCH: amd64 | |
* Target Portage ARCH: x86 | |
* Target System: i686-pc-linux-gnu | |
* Stage: 4 (C/C++ compiler) | |
* ABIs: default | |
* binutils: binutils-[latest] | |
* gcc: gcc-[latest] | |
* headers: linux-headers-[latest] | |
* libc: glibc-[latest] | |
* CROSSDEV_OVERLAY: /usr/local/portage | |
* PORT_LOGDIR: /var/log/portage | |
* PORTAGE_CONFIGROOT: | |
* Portage flags: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 -pipe -march=native" | |
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="x86_64-pc-linux-gnu" | |
# These are the USE flags that were used in addition to what is provided by the | |
# profile used for building. | |
USE="-bindist networkmanager mmx sse sse2 sse3 ssse3 sse4 sse4_1 sse4_2 qt kde pulseaudio alsa -gtk -gnome ssl cdr dvd unicode python bashcomp icu php apache2 php5 bash-completion" | |
FEATURES="preserve-libs splitdebug" | |
MAKEOPTS="-j4" | |
GENTOO_MIRRORS="http://de-mirror.org/gentoo/" | |
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage" | |
LINGUAS="de en" | |
VIDEO_CARDS="nvidia" | |
INPUT_DEVICES="evdev synaptics" | |
ACCEPT_LICENSE="*" | |
PORTDIR_OVERLAY="/usr/local/portage" | |
source /var/lib/layman/make.conf | |
CROSSDEV_OVERLAY="/usr/local/crossdev" | |
APACHE2_MODULES="${APACHE2_MODULES} auth_digest access_compat" | |
PHP_TARGETS="php5-3" | |
APACHE2_MPMS="prefork" | |
RUBY_TARGETS="ruby18 ruby19" | |
# Set PORTDIR for backward compatibility with various tools: | |
# gentoo-bashcomp - bug #478444 | |
# euse - bug #474574 | |
# euses and ufed - bug #478318 | |
PORTDIR="/usr/portage" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment