forked from Lainports/freebsd-ports
Freshmeat blurb: Identifies several new CPUS. Additional MSR decoding on various CPUs. A few misidentification bugs have been fixed. Completely rewritten cachesize determination. Various new cache descriptors added. Numerous MHz estimation improvements. AMD K7 powernow register/BIOS decoding. Now decodes extended Intel feature flags, cpuid brand field, and sSpec on some models. AMD Opteron/Athlon64 support. VIA Powersaver/Longhaul support. A --bugs option to display CPU errata. No longer retries opening /dev/msr if the first open fails. Fixes a memory leak in --url. PR: 55937 Submitted by: Erik Greenwald <erik@smluc.org>
11 lines
220 B
Text
11 lines
220 B
Text
--- Makefile.orig Sun Aug 24 16:14:00 2003
|
|
+++ Makefile Sun Aug 24 16:15:05 2003
|
|
@@ -4,7 +4,7 @@
|
|
#CFLAGS += -mwin32 -DWIN32_LEAN_AND_MEAN
|
|
SHELL = /bin/sh
|
|
|
|
-all: x86info test
|
|
+all: x86info
|
|
|
|
OBJS =\
|
|
AMD/identify.o\
|