Created
March 5, 2010 15:06
-
-
Save antonlindstrom/322782 to your computer and use it in GitHub Desktop.
make.conf file for HP2140
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
CHOST="i686-pc-linux-gnu" | |
CFLAGS="-march=prescott -fomit-frame-pointer -pipe -O2" | |
CXXFLAGS="${CFLAGS}" | |
MAKEOPTS="-j2" | |
USE="acpi intel mmx mmxext smp sse2 ssse3 v4l2 svg" | |
VIDEO_CARDS="intel vesa vga fbdev" | |
ALSA_CARDS="hda-intel loopback virmidi" | |
INPUT_DEVICES="evdev keyboard mouse synaptics" | |
CONFIG_PROTECT="-*" | |
GENTOO_MIRRORS="http://mirror.mdfnet.se/mirror/gentoo http://ftp.ds.karen.hj.se/gentoo/ " | |
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment