From fbdcdd6c198149aebccb5cd7068ec5bf74c4012d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 10 Jan 2006 14:52:39 +0000 Subject: look for "NR_CPUS limit of 1 reached" instead of looking MP tables by hand, or using DMI info (often broken) --- perl-install/c/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/c/Makefile.PL') diff --git a/perl-install/c/Makefile.PL b/perl-install/c/Makefile.PL index 0b7b349a1..988c8ca2c 100644 --- a/perl-install/c/Makefile.PL +++ b/perl-install/c/Makefile.PL @@ -16,7 +16,7 @@ WriteMakefile( 'NAME' => 'stuff', 'OPTIMIZE' => '-Os', 'MAKEFILE' => 'Makefile_c', - 'OBJECT' => "stuff.o smp.o sbus.o silo.o smp-dmi.o" . ($pcmcia_dir && " probe.o"), + 'OBJECT' => "stuff.o sbus.o silo.o " . ($pcmcia_dir && " probe.o"), 'VERSION_FROM' => 'stuff.pm', # finds $VERSION 'LIBS' => [$libs], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' -- cgit v1.2.1