Date: Thu, 22 Feb 2001 11:55:42 -0800 From: Brooks Davis <brooks@one-eyed-alien.net> To: Kris Kennaway <kris@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk Makefile Message-ID: <20010222115542.A22711@Odin.AC.HMC.Edu> In-Reply-To: <200102221122.f1MBMlk67663@freefall.freebsd.org>; from kris@FreeBSD.ORG on Thu, Feb 22, 2001 at 03:22:47AM -0800 References: <200102221122.f1MBMlk67663@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 22, 2001 at 03:22:47AM -0800, Kris Kennaway wrote: > * bsd.cpu.mk does the expansion of CPUTYPE into MACHINE_CPU using the > (hopefully) correct unordered list of CPU types which should be used = on > that CPU. For example, an AMD k6 CPU wants any of the following: > k6 k5 i586 i486 i386 > This is still an unordered list so the client makefile logic is simpl= e - > client makefiles need to test for the various elements of the set in > decreasing order of priority using ${MACHINE_CPU:M<foo>}, as before. > The various MACHINE_CPU lists are believed to be correct, but should = be > checked. This all looks good. It's exactly what I was wishing for on the previous thread. One minor issue though. Since there are MMX and non-MMX Pentiums, there probably needs to be and MMX entry for MACHINE_CPU and some sort of CPUTYPE for non-MMX Pentiums. I suspect a vast number of old pentium systems turned routers are non-MMX. I think the same holds true for SSE and i686 as well. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6lW69XY6L6fI4GtQRAlpjAJ0fZ8YuoUAIjsuvreTtnndato62CgCfYnUX 45owMiL/T1ZzVc59gMleqJY= =MifY -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010222115542.A22711>