RE: 2.1.x compilation problems

Philip Blundell (pjb27@cam.ac.uk)
Sat, 31 May 1997 00:30:00 +0100 (BST)


On Fri, 30 May 1997, Bernhard Rosenkraenzer wrote:

> Sure - I commented out SMP = 1, and I even tried adding a line SMP = 0, no
> changes whatsoever. (The main Makefile _is_ /usr/src/linux/Makefile, isn't

Adding `SMP=0' is bad - there is code that does #ifdef SMP. You need to
comment out the line.