make.conf CPUTYPE Xeon Conroe?

2008-03-05 Thread Nerius Landys
 I'm running FreeBSD 7.0 on a server with an Intel Xeon Dual-Core 3060
Conroe (2.4GHz) CPU.
I'm wondering what I should set CPUTYPE to in my /etc/make.conf.
The file /usr/share/examples/etc/make.conf has this information:

#   (Intel CPUs)core2 core nocona pentium4m pentium4 prescott
#   pentium3m pentium3 pentium-m pentium2
#   pentiumpro pentium-mmx pentium i486 i386

I guess those are the possibilities.  Which one should I choose for my
processor?

Also, by accident, I had CPUTYPE=p4 in my make.conf when I compiled world,
kernel, and ports.  p4 is a flag from older FreeBSD distributions I
think.  Will this (this meaning both that p4 may be unrecognized and/or
it's not my processor type) cause any problems, or should I recompile
everything with the correct CPUTYPE flag?  Installing world is a hassle
because it's not easy for me to do it from single user mode.

Thanks.

- Nerius
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make.conf CPUTYPE Xeon Conroe?

2008-03-05 Thread Josh Paetzel
On Wednesday 05 March 2008 11:55:48 am Nerius Landys wrote:
  I'm running FreeBSD 7.0 on a server with an Intel Xeon Dual-Core 3060
 Conroe (2.4GHz) CPU.
 I'm wondering what I should set CPUTYPE to in my /etc/make.conf.
 The file /usr/share/examples/etc/make.conf has this information:

 #   (Intel CPUs)core2 core nocona pentium4m pentium4 prescott
 #   pentium3m pentium3 pentium-m pentium2
 #   pentiumpro pentium-mmx pentium i486 i386

 I guess those are the possibilities.  Which one should I choose for my
 processor?

 Also, by accident, I had CPUTYPE=p4 in my make.conf when I compiled world,
 kernel, and ports.  p4 is a flag from older FreeBSD distributions I
 think.  Will this (this meaning both that p4 may be unrecognized and/or
 it's not my processor type) cause any problems, or should I recompile
 everything with the correct CPUTYPE flag?  Installing world is a hassle
 because it's not easy for me to do it from single user mode.

 Thanks.

 - Nerius

As a general rule, setting a CPUTYPE is something you should try to 
avoid...there's all sorts of breakage it can cause for very little gain.  If 
you're heart is set on it though, your CPU is a core2.

-- 
Thanks,

Josh Paetzel

PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB


signature.asc
Description: This is a digitally signed message part.


Re: make.conf CPUTYPE Xeon Conroe?

2008-03-05 Thread Robert Huff

Josh Paetzel writes:

  As a general rule, setting a CPUTYPE is something you should try
  to avoid...there's all sorts of breakage it can cause for very
  little gain.

Do you have examples?  I ask because I've had CPUTYPE? = p4
on this machine for five years - dozens of buildworlds and possibly
thousands of port builds - and never had anything attributable to
that go wrong.


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make.conf CPUTYPE Xeon Conroe?

2008-03-05 Thread Jonathan Chen
On Wed, Mar 05, 2008 at 09:55:48AM -0800, Nerius Landys wrote:
  I'm running FreeBSD 7.0 on a server with an Intel Xeon Dual-Core 3060
 Conroe (2.4GHz) CPU.
 I'm wondering what I should set CPUTYPE to in my /etc/make.conf.
 The file /usr/share/examples/etc/make.conf has this information:
 
 #   (Intel CPUs)core2 core nocona pentium4m pentium4 prescott
 #   pentium3m pentium3 pentium-m pentium2
 #   pentiumpro pentium-mmx pentium i486 i386
 
 I guess those are the possibilities.  Which one should I choose for my
 processor?

I would suggest that you *NOT* set the CPUTYPE. The gains are are
minimal compared to the pain you will have if you also use the ports
system.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
The Internet: an empirical test of the idea that a million monkeys
banging on a million keyboards can produce Shakespeare
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make.conf CPUTYPE Xeon Conroe?

2008-03-05 Thread David Alanis
Alike other users how can you compare the benefits pros/cons of  
setting the CPU type?


Documentation reads otherwise and it only mentions possible cons in  
one section?


# CFLAGS controls the compiler settings used when compiling C code.
# Note that optimization settings other than -O and -O2 are not recommended
# or supported for compiling the world or the kernel - please revert any
# nonstandard optimization settings to -O or -O2 -fno-strict-aliasing
# before submitting bug reports without patches to the developers.

I needs  proof :)

David-

Quoting Jonathan Chen [EMAIL PROTECTED]:


On Wed, Mar 05, 2008 at 09:55:48AM -0800, Nerius Landys wrote:

 I'm running FreeBSD 7.0 on a server with an Intel Xeon Dual-Core 3060
Conroe (2.4GHz) CPU.
I'm wondering what I should set CPUTYPE to in my /etc/make.conf.
The file /usr/share/examples/etc/make.conf has this information:

#   (Intel CPUs)core2 core nocona pentium4m pentium4 prescott
#   pentium3m pentium3 pentium-m pentium2
#   pentiumpro pentium-mmx pentium i486 i386

I guess those are the possibilities.  Which one should I choose for my
processor?


I would suggest that you *NOT* set the CPUTYPE. The gains are are
minimal compared to the pain you will have if you also use the ports
system.
--
Jonathan Chen [EMAIL PROTECTED]
--
The Internet: an empirical test of the idea that a million monkeys
banging on a million keyboards can produce Shakespeare
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]






This message was sent using IMP, the Internet Messaging Program.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]