public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  new install
@ 2009-09-03 18:51 James
  2009-09-03 23:33 ` [gentoo-user] " James
  0 siblings, 1 reply; 3+ messages in thread
From: James @ 2009-09-03 18:51 UTC (permalink / raw
  To: gentoo-user

OK,

It's been a while, so I'm following the handbook to install a gentoo
server that will eventually become a firewall using a 4GB Compact
Flash to IDE drive  on this mobo(processor):



# cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 8
model name      : Pentium III (Coppermine)
stepping        : 6
cpu MHz         : 1002.398
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat
pse36 mmx fxsr sse up
bogomips        : 2007.10



So looking, via links Chapter 5, I have these choices:

install-x86-minimal-20090901
stage3-i486-20090901.tar.bz2
stage3-i686-20090901.tar.bz2

which of these should I download?


Here is my proposed make.conf file. Please suggest any enhancements,
I should make to this file:

CHOST="i486-pc-linux-gnu"
CFLAGS="-Os -march=i586 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
PORTAGE_NICENESS="1"
MAKEOPTS="-j2"
USE="-* -nls hardened  ncurses ssl crypt berkdb tcpd pam perl pcre \
python readline zlib bzip2 nptl nptlonly syslog"


PS I lost that url to the nifty file where the cpu/arch is matched with
CHOST and flag settings for various architectures.... This make.conf file
was for a minimal K6 system and the Pentium3 should be a little bit different?



All suggestions are most welcome.....



James





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-user]  Re: new install
  2009-09-03 18:51 [gentoo-user] new install James
@ 2009-09-03 23:33 ` James
  2009-09-05 16:17   ` Mick
  0 siblings, 1 reply; 3+ messages in thread
From: James @ 2009-09-03 23:33 UTC (permalink / raw
  To: gentoo-user

James <wireless <at> tampabay.rr.com> writes:


> stage3-i686-20090901.tar.bz2

Well I found the doc:
http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel

so here are my answers to my questions:


CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -Os -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"

Where -O2 is change to -Os to keep binaries small.

> USE="-* -nls hardened  ncurses ssl crypt berkdb tcpd pam perl pcre \
> python readline zlib bzip2 nptl nptlonly syslog"

Adding these entris to the USE flags:  mmx sse


Any other suggestions or comments are most welcome.


 James







^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user]  Re: new install
  2009-09-03 23:33 ` [gentoo-user] " James
@ 2009-09-05 16:17   ` Mick
  0 siblings, 0 replies; 3+ messages in thread
From: Mick @ 2009-09-05 16:17 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 749 bytes --]

On Friday 04 September 2009, James wrote:
> James <wireless <at> tampabay.rr.com> writes:
> > stage3-i686-20090901.tar.bz2
>
> Well I found the doc:
> http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel
>
> so here are my answers to my questions:
>
>
> CHOST="i686-pc-linux-gnu"
> CFLAGS="-march=pentium3 -Os -pipe -fomit-frame-pointer"

Also you may want to add:  -msse -mmmx although I believe that -march=pentium3 
will include these anyway.


> CXXFLAGS="${CFLAGS}"
>
> Where -O2 is change to -Os to keep binaries small.
>
> > USE="-* -nls hardened  ncurses ssl crypt berkdb tcpd pam perl pcre \
> > python readline zlib bzip2 nptl nptlonly syslog"
>
> Adding these entris to the USE flags:  mmx sse

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-05 16:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-03 18:51 [gentoo-user] new install James
2009-09-03 23:33 ` [gentoo-user] " James
2009-09-05 16:17   ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox