CVSROOT: /home/cvs
Module name: linux-2.0
Changes by: ralf@ftp.linux-mips.org 02/11/19 04:17:59
Modified files:
arch/mips : Makefile
arch/mips/cobalt: Makefile
arch/mips/kernel: Makefile
arch/mips/lib : Makefile
include/asm-mips: bootinfo.h cobalt.h irq.h mipsregs.h page.h
pgtable.h processor.h string.h system.h
Added files:
arch/mips : ld.script
Removed files:
arch/mips : ld.script.big ld.script.little
Log message:
For the fun of it I tried what it takes to build this ancient tree.
Aside of newer gcc throwing many more warnings only one big problem
popped up, older gcc was following the MIPS tradition and defining
__LANGUAGE_ASSEMBLY__ when building .S files, the gcc I'm using only
define __ASSEMBLY__ ... One on the list of things to doublecheck in
a recent gcc.
|