Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
post your make.conf
View unanswered posts
View posts from last 24 hours

Goto page 1, 2, 3 ... 20, 21, 22  Next  
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
cokey
Advocate
Advocate


Joined: 23 Apr 2004
Posts: 3355

PostPosted: Wed Feb 21, 2007 5:25 pm    Post subject: post your make.conf Reply with quote

I just want to see what options some people have
Code:
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"

_________________
https://otw20.com/ OTW20 The new place for off the wall chat


Last edited by cokey on Sun Oct 07, 2007 10:39 pm; edited 1 time in total
Back to top
View user's profile Send private message
vibrokatana
Guru
Guru


Joined: 09 Feb 2006
Posts: 328
Location: o0o0oo

PostPosted: Wed Feb 21, 2007 5:33 pm    Post subject: Reply with quote

Code:
$ 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."
Back to top
View user's profile Send private message
adekoba
Tux's lil' helper
Tux's lil' helper


Joined: 06 Oct 2006
Posts: 129

PostPosted: Wed Feb 21, 2007 5:36 pm    Post subject: Reply with quote

Code:
/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
Back to top
View user's profile Send private message
Brainfart
Tux's lil' helper
Tux's lil' helper


Joined: 14 Mar 2006
Posts: 123
Location: Redmond, WA, USA

PostPosted: Wed Feb 21, 2007 5:40 pm    Post subject: Reply with quote

Little verbose on the USE flags but otherwise pretty boring...
Code:
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"
Back to top
View user's profile Send private message
vibrokatana
Guru
Guru


Joined: 09 Feb 2006
Posts: 328
Location: o0o0oo

PostPosted: Wed Feb 21, 2007 5:40 pm    Post subject: Reply with quote

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."
Back to top
View user's profile Send private message
cokey
Advocate
Advocate


Joined: 23 Apr 2004
Posts: 3355

PostPosted: Wed Feb 21, 2007 5:47 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
vibrokatana
Guru
Guru


Joined: 09 Feb 2006
Posts: 328
Location: o0o0oo

PostPosted: Wed Feb 21, 2007 5:50 pm    Post subject: Reply with quote

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."
Back to top
View user's profile Send private message
adekoba
Tux's lil' helper
Tux's lil' helper


Joined: 06 Oct 2006
Posts: 129

PostPosted: Wed Feb 21, 2007 5:50 pm    Post subject: Reply with quote

Code:
# 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
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5933

PostPosted: Wed Feb 21, 2007 5:56 pm    Post subject: Reply with quote

Code:
# 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
Back to top
View user's profile Send private message
vibrokatana
Guru
Guru


Joined: 09 Feb 2006
Posts: 328
Location: o0o0oo

PostPosted: Wed Feb 21, 2007 5:57 pm    Post subject: Reply with quote

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."
Back to top
View user's profile Send private message
bilbravo
Guru
Guru


Joined: 30 May 2003
Posts: 319
Location: Baltimore, MD

PostPosted: Wed Feb 21, 2007 5:59 pm    Post subject: Reply with quote

Who has a core2duo? I want to copy your make.conf
_________________
me
Back to top
View user's profile Send private message
vibrokatana
Guru
Guru


Joined: 09 Feb 2006
Posts: 328
Location: o0o0oo

PostPosted: Wed Feb 21, 2007 6:03 pm    Post subject: Reply with quote

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."
Back to top
View user's profile Send private message
tarpman
Veteran
Veteran


Joined: 04 Nov 2004
Posts: 1083
Location: Victoria, BC, Canada

PostPosted: Wed Feb 21, 2007 6:06 pm    Post subject: Reply with quote

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

Code:
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:
# 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
Back to top
View user's profile Send private message
vibrokatana
Guru
Guru


Joined: 09 Feb 2006
Posts: 328
Location: o0o0oo

PostPosted: Wed Feb 21, 2007 6:09 pm    Post subject: Reply with quote

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."
Back to top
View user's profile Send private message
adekoba
Tux's lil' helper
Tux's lil' helper


Joined: 06 Oct 2006
Posts: 129

PostPosted: Wed Feb 21, 2007 6:10 pm    Post subject: Reply with quote

hm. has anyone had any problems with ~x86? i think i might use it soon.
_________________
website
Back to top
View user's profile Send private message
aidanjt
Veteran
Veteran


Joined: 20 Feb 2005
Posts: 1118
Location: Rep. of Ireland

PostPosted: Wed Feb 21, 2007 6:15 pm    Post subject: Reply with quote

tarpman wrote:

Code:
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.
Back to top
View user's profile Send private message
didumos
Guru
Guru


Joined: 19 Jan 2006
Posts: 322
Location: uk

PostPosted: Wed Feb 21, 2007 6:21 pm    Post subject: Reply with quote

/etc/make.conf
Code:
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:
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.
Back to top
View user's profile Send private message
wah
Guru
Guru


Joined: 25 Feb 2005
Posts: 453
Location: Raleigh, NC, USA

PostPosted: Wed Feb 21, 2007 6:23 pm    Post subject: Reply with quote

Code:

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:

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
Back to top
View user's profile Send private message
aidanjt
Veteran
Veteran


Joined: 20 Feb 2005
Posts: 1118
Location: Rep. of Ireland

PostPosted: Wed Feb 21, 2007 6:29 pm    Post subject: Reply with quote

Server x86/Hardened:
Code:

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:

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.
Back to top
View user's profile Send private message
think4urs11
Bodhisattva
Bodhisattva


Joined: 25 Jun 2003
Posts: 6659
Location: above the cloud

PostPosted: Wed Feb 21, 2007 6:51 pm    Post subject: Reply with quote

(new) Core 2 Duo notebook
Code:
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
Back to top
View user's profile Send private message
aidanjt
Veteran
Veteran


Joined: 20 Feb 2005
Posts: 1118
Location: Rep. of Ireland

PostPosted: Wed Feb 21, 2007 6:53 pm    Post subject: Reply with quote

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).
Back to top
View user's profile Send private message
chrismcdirty
Apprentice
Apprentice


Joined: 18 Jul 2003
Posts: 160
Location: Newark, DE

PostPosted: Wed Feb 21, 2007 7:27 pm    Post subject: Reply with quote

Think4UrS11 wrote:

CFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer"
Fixed it for you ;)
Back to top
View user's profile Send private message
think4urs11
Bodhisattva
Bodhisattva


Joined: 25 Jun 2003
Posts: 6659
Location: above the cloud

PostPosted: Wed Feb 21, 2007 7:41 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
aidanjt
Veteran
Veteran


Joined: 20 Feb 2005
Posts: 1118
Location: Rep. of Ireland

PostPosted: Wed Feb 21, 2007 7:48 pm    Post subject: Reply with quote

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).
Back to top
View user's profile Send private message
think4urs11
Bodhisattva
Bodhisattva


Joined: 25 Jun 2003
Posts: 6659
Location: above the cloud

PostPosted: Wed Feb 21, 2007 7:54 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Goto page 1, 2, 3 ... 20, 21, 22  Next
Page 1 of 22

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum