Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Gentoo Chat
  • Search

post your make.conf

Opinions, ideas and thoughts about Gentoo. Anything and everything about Gentoo except support questions.
Post Reply
  • Print view
Advanced search
558 posts
  • Page 1 of 23
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 23
  • Next
Author
Message
cokey
Advocate
Advocate
User avatar
Posts: 3355
Joined: Fri Apr 23, 2004 12:30 am

post your make.conf

  • Quote

Post by cokey » Wed Feb 21, 2007 5:25 pm

I just want to see what options some people have

Code: Select all

CFLAGS="-O2 -march=i686 -mfpmath=sse -msse3 -pipe -fomit-frame-pointer -ggdb"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="gtk gnome -qt3 -qt4 -kde ipod dvd alsa mad mp3 cdr truetype win32codecs unicode nvidia png sse2 xvid gdb xine nvidia X dvd dvdr vorbis wma imagemagick flac v4l asf opengl mozbranding tabs jpeg png mikmod samba xinerama perl"
MAKEOPTS="-j2"
ACCEPT_KEYWORDS="x86 ~x86"
FEATURES="splitdebug ccache sandbox nostrip fixpackages parallel-fetch"
CCACHE_DIR="/var/tmp/ccache/"
CCACHE_SIZE="2G"
LINGUAS="en_GB en"
VIDEO_CARDS="nvidia"
INPUT_DEVICES="keyboard mouse"
PORTAGE_ELOG_CLASSES="warn error log info"
#GENTOO_MIRRORS="ftp://212.219.56.134/sites/www.ibiblio.org/gentoo/ ftp://212.219.56.133/sites/www.ibiblio.org/gentoo/"
GENTOO_MIRRORS="ftp://212.219.56.134/sites/www.ibiblio.org/gentoo/"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
Last edited by cokey on Sun Oct 07, 2007 10:39 pm, edited 1 time in total.
https://otw20.com/ OTW20 The new place for off the wall chat
Top
vibrokatana
Guru
Guru
User avatar
Posts: 328
Joined: Thu Feb 09, 2006 9:44 pm
Location: o0o0oo

  • Quote

Post by vibrokatana » Wed Feb 21, 2007 5:33 pm

Code: Select all

$ cat /etc/make.conf
cat: /etc/make.conf: No such file or directory
oh crap
My Systems - "I suggest the whole thing be coded in whitespace. Henceforth the code will be obscure and functional at the same time."
Top
adekoba
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 129
Joined: Fri Oct 06, 2006 10:57 pm
Contact:
Contact adekoba
Website

  • Quote

Post by adekoba » Wed Feb 21, 2007 5:36 pm

Code: Select all

/MYBOOK/programming/testing: cat /etc/make.conf
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
#CFLAGS="-O2 -march=i686 -pipe"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2" 
ACCEPT_KEYWORDS=""
USE=" X aac alsa avi berkdb bitmap-fonts cairo cdr cli crypt -cups dbus dlloader dri -eds elibc_glibc emboss encode esd fam ffmpeg firefox flac fortran gdbm gif gnome gpm gstreamer gtk hal input_devices_evdev input_devices_keyboard imlib input_devices_mouse i8x0 ipv6 isdnlog jpeg -kde kernel_linux ldap libg++ mad mikmod mozbranding mp3 mpeg -musepack -nautilus ncurses nls nptl nptlonly ogg openexr opengl -oss pam pcre pdf pdflib perl pop png ppds pppd python qt3 qt4 quicktime readline reflection sdl session spell spl ssl tcpd threads truetype truetype-fonts type1-fonts udev unicode userland_GNU vorbis xgetdefault win32codecs Xaw3d x86 xml xorg xv zlib"
#CONFIG_PROTECT="-*"
FEATURES="ccache"
CCACHE_DIR="/var/tmp/ccache/"
CCACHE_SIZE="3G"
ALSA_CARDS="intel8x0m"
CCACHE_DIR="/root/.ccache"
LINGUAS="en"
PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_SYSTEM="save"
PORTDIR_OVERLAY="/usr/local/portage"
VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 i810 imstt mga neomagic nsc nv radeon rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo"
website
Top
Brainfart
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 123
Joined: Tue Mar 14, 2006 9:54 pm
Location: Redmond, WA, USA

  • Quote

Post by Brainfart » Wed Feb 21, 2007 5:40 pm

Little verbose on the USE flags but otherwise pretty boring...

Code: Select all

CFLAGS="-O2 -march=pentium-m -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"

USE="-apm -arts -gnome -gcj -mozilla -seamonkey aac acpi aim alsa apache2 bash-completion bzip2 cairo cddb cdr cjk ctype cups dbus doc dri dvd ffmpeg firefox flac foomaticdb ftp geoip gif glut gstreamer gtk2 hal imagemagick imap innodb ipv6 java javascript jpeg kerberos kde ldap matroska mp3 mpeg msn mysql ncurses nls no-seamonkey nsplugin openal opengl oss pcre php png qt3 qt4 rdesktop samba scanner sdl sockets spl svg symlink tetex truetype unicode usb vim-syntax vorbis wifi win32codecs X xcomposite xine xml xv xvid zlib"

GENTOO_MIRRORS ="http://gentoo.mirrors.pair.com/ http://gentoo.mirrors.tds.net/gentoo http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ "

INPUT_DEVICES="keyboard mouse evdev"
VIDEO_CARDS="i810"

FEATURES="parallel-fetch"
PORTAGE_NICENESS="19"
Top
vibrokatana
Guru
Guru
User avatar
Posts: 328
Joined: Thu Feb 09, 2006 9:44 pm
Location: o0o0oo

  • Quote

Post by vibrokatana » Wed Feb 21, 2007 5:40 pm

wow you have alot of video cards in that machine ^^
My Systems - "I suggest the whole thing be coded in whitespace. Henceforth the code will be obscure and functional at the same time."
Top
cokey
Advocate
Advocate
User avatar
Posts: 3355
Joined: Fri Apr 23, 2004 12:30 am

  • Quote

Post by cokey » Wed Feb 21, 2007 5:47 pm

vibrokatana wrote:wow you have alot of video cards in that machine ^^
and 2 CCACHE_DIR

edit: i just noticed i have the wrong MARCH option, this is amd64
https://otw20.com/ OTW20 The new place for off the wall chat
Top
vibrokatana
Guru
Guru
User avatar
Posts: 328
Joined: Thu Feb 09, 2006 9:44 pm
Location: o0o0oo

  • Quote

Post by vibrokatana » Wed Feb 21, 2007 5:50 pm

cokehabit wrote:
vibrokatana wrote:wow you have alot of video cards in that machine ^^
and 2 CCACHE_DIR

edit: i just noticed i have the wrong MARCH option, this is amd64
rofl, that really, really sucks...
My Systems - "I suggest the whole thing be coded in whitespace. Henceforth the code will be obscure and functional at the same time."
Top
adekoba
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 129
Joined: Fri Oct 06, 2006 10:57 pm
Contact:
Contact adekoba
Website

  • Quote

Post by adekoba » Wed Feb 21, 2007 5:50 pm

Code: Select all

# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example

CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2" 

ACCEPT_KEYWORDS="x86"
ALSA_CARDS="intel8x0m"
LINGUAS="en"
PORTDIR_OVERLAY="/usr/local/portage"
#CONFIG_PROTECT="-*"

USE=" X aac alsa avi berkdb bitmap-fonts cairo cdr cli crypt -cups dbus dlloader dri -eds elibc_glibc emboss encode esd fam ffmpeg firefox flac fortran gdbm gif gnome gpm gstreamer gtk hal input_devices_evdev input_devices_keyboard imlib input_devices_mouse i8x0 ipv6 isdnlog jpeg -kde kernel_linux ldap libg++ mad mikmod mozbranding mp3 mpeg -musepack -nautilus ncurses nls nptl nptlonly ogg openexr opengl -oss pam pcre pdf pdflib perl pop png ppds pppd python qt3 qt4 quicktime readline reflection sdl session spell spl ssl tcpd threads truetype truetype-fonts type1-fonts udev unicode userland_GNU vorbis xgetdefault win32codecs Xaw3d x86 xml xorg xv zlib"
VIDEO_CARDS="i810 radeon vesa vga"

FEATURES="ccache"
CCACHE_SIZE="3G"
CCACHE_DIR="/root/.ccache"
PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_SYSTEM="save"
haha, thanks. i cleaned it up a bit.
website
Top
bunder
Bodhisattva
Bodhisattva
Posts: 5956
Joined: Sat Apr 10, 2004 5:13 am

  • Quote

Post by bunder » Wed Feb 21, 2007 5:56 pm

Code: Select all

# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"

GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo"
SYNC="rsync://rsync/gentoo-portage"
PORTDIR_OVERLAY="/usr/local/portage"
CLEAN_DELAY="3"
PORTAGE_NICENESS="15"
USE="aim -alsa -arts client-only dedicated -gnome -gpm -gtk icq imap -ipv6 jabber java -kde ldap lj msn oscar -opengl ruby -tcpd -X -xmms -xv yahoo"

FEATURES="distcc -ccache"
DISTCC_HOSTS="distcc"
DISTCC_DIR="/var/tmp/portage/.distcc"
parallel-fetch eh? is it any faster than the regular? i only use one mirror though (they are ultra fast).
Neddyseagoon wrote:The problem with leaving is that you can only do it once and it reduces your influence.
banned from #gentoo since sept 2017
Top
vibrokatana
Guru
Guru
User avatar
Posts: 328
Joined: Thu Feb 09, 2006 9:44 pm
Location: o0o0oo

  • Quote

Post by vibrokatana » Wed Feb 21, 2007 5:57 pm

it downloads stuff in the background while junk is compiling iirc
My Systems - "I suggest the whole thing be coded in whitespace. Henceforth the code will be obscure and functional at the same time."
Top
bilbravo
Guru
Guru
User avatar
Posts: 319
Joined: Fri May 30, 2003 3:24 pm
Location: Baltimore, MD
Contact:
Contact bilbravo
Website

  • Quote

Post by bilbravo » Wed Feb 21, 2007 5:59 pm

Who has a core2duo? I want to copy your make.conf
me
Top
vibrokatana
Guru
Guru
User avatar
Posts: 328
Joined: Thu Feb 09, 2006 9:44 pm
Location: o0o0oo

  • Quote

Post by vibrokatana » Wed Feb 21, 2007 6:03 pm

If anyone lives near me and needs some horsepower feel free to drop by :twisted:

I may switch back to gentoo just because I have enough cpu power to breeze through the compiling.
My Systems - "I suggest the whole thing be coded in whitespace. Henceforth the code will be obscure and functional at the same time."
Top
tarpman
Veteran
Veteran
User avatar
Posts: 1083
Joined: Thu Nov 04, 2004 2:55 am
Location: Victoria, BC, Canada

  • Quote

Post by tarpman » Wed Feb 21, 2007 6:06 pm

bilbravo wrote:Who has a core2duo? I want to copy your make.conf

Code: Select all

CFLAGS="-Os -march=nocona -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"

ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
SYNC="rsync://rsync1.ca.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="ftp://gentoo.osuosl.org/pub/gentoo"

FEATURES="parallel-fetch"
LINGUAS="en en_CA"
ALSA_CARDS="hda-intel"
INPUT_DEVICES="evdev keyboard synaptics"
VIDEO_CARDS="none nvidia"

USE="-*
X
aac acpi alsa amr aotuv async
boost branding bzip2
cairo caps cdparanoia chroot custom-cflags
dbus divx dlloader dmi dri dts dv dvd dvdread
encode escreen expat
fam firefox fontconfig
gd gif glitz
hal hpn
idn imlib insecure-savers ithreads
jpeg
logrotate
mad mailwrapper midi mmx mmxext mozbranding mp3 mpeg msn multicall
ncurses nethack no-old-linux nptl nptlonly nsplugin
offensive ogg opengl
pam pango pcre pdf pic png
quicktime
readline rtc
samba smp sse sse2 ssl svg symlink
tga theora threads tiff truetype
unicode
vim vim-syntax vim-with-x vorbis vorbis-psy
win32codecs wmf wmp
x264 xcb xml xorg xpm xv xvid xvmc
zlib"
and /etc/portage/package.use, since without it the USE flags are kind of misleading

Code: Select all

# system
media-sound/alsa-driver oss
net-misc/dhcp minimal
sys-apps/busybox static
sys-apps/pciutils -zlib # otherwise hal complains

# java
app-office/openoffice java
www-client/mozilla-firefox java

# gtk
app-office/openoffice gtk
app-text/poppler-bindings gtk # otherwise gimp complains
net-www/mplayerplug-in gtk
x11-themes/openbox-themes gtk

# languages
net-irc/irssi perl

# misc
x11-wm/dwm savedconfig
EDIT: updated
Last edited by tarpman on Thu Feb 22, 2007 6:07 am, edited 2 times in total.
Top
vibrokatana
Guru
Guru
User avatar
Posts: 328
Joined: Thu Feb 09, 2006 9:44 pm
Location: o0o0oo

  • Quote

Post by vibrokatana » Wed Feb 21, 2007 6:09 pm

anyone know if -O4+ has gone stable yet :twisted:
My Systems - "I suggest the whole thing be coded in whitespace. Henceforth the code will be obscure and functional at the same time."
Top
adekoba
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 129
Joined: Fri Oct 06, 2006 10:57 pm
Contact:
Contact adekoba
Website

  • Quote

Post by adekoba » Wed Feb 21, 2007 6:10 pm

hm. has anyone had any problems with ~x86? i think i might use it soon.
website
Top
aidanjt
Veteran
Veteran
User avatar
Posts: 1118
Joined: Sun Feb 20, 2005 2:44 pm
Location: Rep. of Ireland

  • Quote

Post by aidanjt » Wed Feb 21, 2007 6:15 pm

tarpman wrote:

Code: Select all

CFLAGS="-Os -march=nocona -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"

ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
SYNC="rsync://rsync1.ca.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="ftp://gentoo.osuosl.org/pub/gentoo"

FEATURES="parallel-fetch"
LINGUAS="en en_CA"
ALSA_CARDS="hda-intel"
INPUT_DEVICES="evdev keyboard synaptics"
VIDEO_CARDS="none nvidia"
<snip>
Uhh, why are you using -Os on a CPU that has shit loads of cache?
And you might want to use -j3 to keep both cores busy, and amd64 is pretty stable btw, oh and there's no point having x86 when you have ~x86. And if you're not gonna bother with debugging you might want -fomit-frame-pointer, even though amd64 has a heap of registers in native mode.
Top
didumos
Guru
Guru
Posts: 322
Joined: Thu Jan 19, 2006 4:46 pm
Location: uk

  • Quote

Post by didumos » Wed Feb 21, 2007 6:21 pm

/etc/make.conf

Code: Select all

CFLAGS="-march=athlon-xp -pipe -O2"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="http://gentoo.virginmedia.com/"
SYNC="rsync://192.168.1.100/gentoo-portage"
USE="3dnow 3dnowext X a52 -aac acpi alsa -apache2 -apm -arts -berkdb -bindist -bluetooth bzip2 cairo cdr -cjk -crypt -cups -dbus -dga -directfb -doc dri dts -dv dvb dvd -dvdr dvdread -eds encode -esd -examples -fam -fbcon ffmpeg flac -foomaticdb -fortran ftp gd -gdbm gif glitz -gnome gstreamer gtk -hal iconv id3 -ieee1394 imagemagick -imlib -java javascript -joystick jpeg -kde -ldap -lirc mad -matroska -mikmod mime mmx mmxext -mozilla mp3 mp4 mpeg -musepack ncurses nls nptl nptlonly -nsplugin ogg opengl -oss pango -pcmcia pdf -perl png -python -qt -qt3 -qt4 -quicktime readline -real samba -sdl spell sqlite sse -sse2 ssl svg -symlink theora tiff truetype unicode usb -v4l v4l2 -vcd vorbis wifi -win32codecs -xine xml -xmms xpm xv xvid x264 zlib -xvmc"
FEATURES="parallel-fetch"
LINGUAS="en_GB"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="radeon"
PORTAGE_NICENESS="15"
PORTDIR_OVERLAY="/usr/local/portage"
/etc/portage/package.use

Code: Select all

sys-libs/glibc userlocales
dev-util/git curl webdav -gtk
media-sound/lame -gtk
sys-devel/gcc -gtk
media-tv/linuxtv-dvb-apps -usb
www-client/mozilla-firefox mozbranding
net-irc/xchat -spell
media-video/mplayer -gtk -samba
x11-terms/rxvt-unicode perl
media-sound/xmms2 -java -python -samba
sci-visualization/gnuplot -pdf
There's probably a bit of cruft in my USE flags that needs cleaning out (i.e. flags that don't change anything any more) and I've been meaning to try out ccache.
Top
wah
Guru
Guru
User avatar
Posts: 453
Joined: Fri Feb 25, 2005 9:21 pm
Location: Raleigh, NC, USA

  • Quote

Post by wah » Wed Feb 21, 2007 6:23 pm

Code: Select all

justinian ~ # cat /etc/make.conf
CFLAGS="-O2 -pipe -march=k8"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/ http://gentoo.mirrors.tds.net/gentoo "
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X opengl kde qt3 -gnome hal dbus usb samba dvd dvdread dvdr jpeg gif \
     tiff png mp3 ogg vorbis flac encode nsplugin truetype nptl \
     nptlonly winbind java javascript arts kdeenablefinal \
     kdehiddenvisibility spell bzip2 aac imagemagick quicktime alsa css \
     ffmpeg acpi mpeg rdesktop xscreensaver nvidia ifp visualization \
     mplayer xine cddb cups pic mbox pop3d -dmi foomaticdb 3dnow \
     3dnowext exif aiglx -ipv6"
FEATURES="ccache"
CCACHE_SIZE="2G"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="nvidia nv vga vesa vmware"
PORTDIR_OVERLAY=/usr/local/portage
LINGUAS="en_US"
PORT_ENOTICE_DIR=/var/tmp/portage/enotice/
source /usr/portage/local/layman/make.conf
justinian ~ #
Yes, I'm a sissy...no ~amd64 for me.

What do these do:

Code: Select all

PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_SYSTEM="save"
Cheers,
W.
- AMD64 3000+, MSI K8N-SLI, Nvidia Geforce 6600 PCIE, 2GB OCZ Dual-Channel PC3200,2x160GB SATA
- Registered Linux User #418541
Top
aidanjt
Veteran
Veteran
User avatar
Posts: 1118
Joined: Sun Feb 20, 2005 2:44 pm
Location: Rep. of Ireland

  • Quote

Post by aidanjt » Wed Feb 21, 2007 6:29 pm

Server x86/Hardened:

Code: Select all

USE="-* bash-completion berkdb crypt fam hardened mmx mysql ncurses nptl pam
     perl pic python readline snmp srvdir ssl tcpd vhosts xml"

FEATURES="usersandbox sandbox sfperms strict buildpkg splitdebug"

PORTAGE_NICENESS="19"

PORTROOT="/var/portage"
PORTDIR="${PORTROOT}/gentoo-portage"
PORTDIR_OVERLAY="${PORTROOT}/overlays/local-overlay"
DISTDIR="${PORTROOT}/distfiles"
PORTAGE_TMPDIR="${PORTROOT}/tmp"
PORT_LOGDIR="${PORTROOT}/logs"
PKGDIR="${PORTROOT}/pkgs"
RPMDIR="${PORTROOT}/rpms"
CCACHE_DIR="${PORTAGE_TMPDIR}/ccache"
CCACHE_SIZE="2G"

http_proxy="http://192.168.0.17:8888"
GENTOO_MIRRORS="http://ftp.heanet.ie/pub/gentoo"

ACCEPT_KEYWORDS="x86"

MAKEOPTS="-j3 -s"

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe -ggdb"
CXXFLAGS="${CFLAGS}"
Main Computer x86/Desktop:

Code: Select all

USE="a52 aac aalib acpi bash-completion bzip2 cdparanoia client-only cscope \
     ctype dga directfb dts dvdread expat fbcon ffmpeg flac gd gnutls gtk2 \
     gtkhtml imagemagick java javascript lcms lua mmap mmx mmxext mng \
     mozbranding mozcalendar mozdevelop mplayer musepack mysql nsplugin \
     offensive openal pdf samba slang speex sqlite sse sse2 svg tetex theora \
     threads tiff vcd wmf x264 xchattext xine xpm xvid zeroconf -ipv6"
VIDEO_CARDS="nvidia vesa none"
INPUT_DEVICES="mouse keyboard evdev"
LINGUAS="en en_GB"

FEATURES="parallel-fetch sandbox splitdebug distcc"

PORTAGE_NICENESS="19"

PORTROOT="/var/portage"
PORTDIR="${PORTROOT}/gentoo-portage"
PORTDIR_OVERLAY="${PORTROOT}/overlays/local "#/home/aidan/Development/Gentoo/portage"
DISTDIR="${PORTROOT}/distfiles"
PORTAGE_TMPDIR="${PORTROOT}/tmp"
PORT_LOGDIR="${PORTROOT}/logs"
PKGDIR="${PORTROOT}/packages"
RPMDIR="${PORTROOT}/rpms"

CCACHE_DIR="${PORTAGE_TMPDIR}/ccache"
CCACHE_SIZE="2G"

http_proxy="http://192.168.0.17:8888"
GENTOO_MIRRORS="http://ftp.heanet.ie/pub/gentoo"
SYNC="rsync://192.168.0.17/gentoo-portage"

ACCEPT_KEYWORDS="x86"

MAKEOPTS="-j3 -s"

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -mfpmath=sse -ggdb"
CXXFLAGS="${CFLAGS}"
I tend to keep stuff that I frequently augment up at the top, thus why C{HOST,FLAGS,XXFLAGS} is right down at the bottom.
Oh, and I hate having the portage tree in /usr, thus the heap of *DIR overrides, it just makes no sense at all to keep it there.
Top
think4urs11
Bodhisattva
Bodhisattva
User avatar
Posts: 6659
Joined: Wed Jun 25, 2003 9:51 pm
Location: above the cloud

  • Quote

Post by think4urs11 » Wed Feb 21, 2007 6:51 pm

(new) Core 2 Duo notebook

Code: Select all

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
http_proxy="http://replicator.here.local:8080/"
LANG="de_DE@euro" 
LANGUAGE="49"
LINGUAS="de"
FEATURES="parallel-fetch"
SYNC=rsync://rsync.here.local/gentoo-portage
GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
USE="acpi bash-completion bzip2 dri glitz gnome iproute2 mmx pdf png svg sse sse2 xprint X -arts -eds -esd -ipv6 -oss"
VIDEO_CARDS="i810"
Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself
Top
aidanjt
Veteran
Veteran
User avatar
Posts: 1118
Joined: Sun Feb 20, 2005 2:44 pm
Location: Rep. of Ireland

  • Quote

Post by aidanjt » Wed Feb 21, 2007 6:53 pm

It's funny how many Core2Duo users still use x86, if I had one I'd be on amd64 in no time, it just seems to be less broke than x86 (other than a handful of slight x86 binary compat issues).
Top
chrismcdirty
Apprentice
Apprentice
User avatar
Posts: 160
Joined: Fri Jul 18, 2003 6:35 pm
Location: Newark, DE
Contact:
Contact chrismcdirty
Website

  • Quote

Post by chrismcdirty » Wed Feb 21, 2007 7:27 pm

Think4UrS11 wrote: CFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer"
Fixed it for you ;)
Top
think4urs11
Bodhisattva
Bodhisattva
User avatar
Posts: 6659
Joined: Wed Jun 25, 2003 9:51 pm
Location: above the cloud

  • Quote

Post by think4urs11 » Wed Feb 21, 2007 7:41 pm

chrismcdirty wrote:
Think4UrS11 wrote:CFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer"
Fixed it for you ;)
Hmm, just took the recommended settings (32bit) from the wiki without further thinking about it. Whats the benefit of 64 bit when talking about a machine with 1GB? What about the compat issues AidanJT mentioned?
Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself
Top
aidanjt
Veteran
Veteran
User avatar
Posts: 1118
Joined: Sun Feb 20, 2005 2:44 pm
Location: Rep. of Ireland

  • Quote

Post by aidanjt » Wed Feb 21, 2007 7:48 pm

No issues or performance impact with 1GB ram, there is the added advantage of having loads of extra registers available. And the compatibility issue I mentioned was mainly regarding 32bit binaries like java and flash, but there are work arounds (nsplugin-wrapper works remarkably well).
Top
think4urs11
Bodhisattva
Bodhisattva
User avatar
Posts: 6659
Joined: Wed Jun 25, 2003 9:51 pm
Location: above the cloud

  • Quote

Post by think4urs11 » Wed Feb 21, 2007 7:54 pm

so switching to chost=x86_64 and cflags=nocona doesn't give big headaches afterwards? (besides an emerge -e world)
Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself
Top
Post Reply
  • Print view

558 posts
  • Page 1 of 23
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 23
  • Next

Return to “Gentoo Chat”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic