From: Dave A. <ai...@us...> - 2003-02-12 02:38:05
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax In directory sc8-pr-cvs1:/tmp/cvs-serv5736/arch/vax Modified Files: Makefile config.in Log Message: DA: update for new toolchain build... add percentage signs to all assembly routines Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Makefile 2 May 2002 14:33:26 -0000 1.12 +++ Makefile 12 Feb 2003 02:37:31 -0000 1.13 @@ -13,7 +13,7 @@ # Copyright (C) 1994 by Linus Torvalds # -LD=$(CROSS_COMPILE)ld -m elf_vax +LD=$(CROSS_COMPILE)ld -m elf32vax CPP=$(CC) -E OBJCOPY=$(CROSS_COMPILE)objcopy -O binary -R .note -R .comment -S Index: config.in =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/config.in,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- config.in 1 Feb 2003 05:23:05 -0000 1.15 +++ config.in 12 Feb 2003 02:37:32 -0000 1.16 @@ -181,9 +181,9 @@ bool 'Kernel debugging' CONFIG_DEBUG_KERNEL if [ "$CONFIG_DEBUG_KERNEL" != "n" ]; then - bool ' Debug high memory support' CONFIG_DEBUG_HIGHMEM +# bool ' Debug high memory support' CONFIG_DEBUG_HIGHMEM bool ' Debug memory allocations' CONFIG_DEBUG_SLAB - bool ' Memory mapped I/O debugging' CONFIG_DEBUG_IOVIRT +# bool ' Memory mapped I/O debugging' CONFIG_DEBUG_IOVIRT bool ' Magic SysRq key' CONFIG_MAGIC_SYSRQ bool ' Spinlock debugging' CONFIG_DEBUG_SPINLOCK bool ' Verbose BUG() reporting (adds 70K)' CONFIG_DEBUG_BUGVERBOSE |