arch/i386/Makefile

Pascal A. Dupuis (dupuis@lei.ucl.ac.be)
Tue, 21 Dec 1999 09:42:07 +0100 (CET)


Hello,

to save a bit of disk space, I deleted all my old versions of gcc, found
under /usr/bin and /usr/local/bin (I had 2.7.2.3 and 2.8.1).

Now gcc is under /usr/local/gcc-2.95.2/bin/gcc, and a kernel build failed
(2.2.14pre16) because of arch/i386/Makefile, rule found at line 68 :

arch/i386/vmlinux.lds: arch/i386/vmlinux.lds.S FORCE
gcc -E -C -P -I$(HPATH) -imacros $(HPATH)/asm-i386/page_offset.h
-Ui386 arch/i386/vmlinux.lds.S >arch/i386/vmlinux.lds

At the beginning of the file, there is a variable CPP constructed with the
current version of $(CC) and -E, so this should read
$(CPP) -C -P ...

Greetings

Pascal Dupuis

-- 
3rd Law of Computing:
        Anything that can go wr
fortune: Segmentation violation -- Core dumped

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/