patch-2.1.110 linux/arch/i386/boot/Makefile

Next file: linux/arch/i386/boot/compressed/Makefile
Previous file: linux/arch/i386/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.109/linux/arch/i386/boot/Makefile linux/arch/i386/boot/Makefile
@@ -8,9 +8,8 @@
 # Copyright (C) 1994 by Linus Torvalds
 #
 
-ifdef SMP
-HOSTCFLAGS := $(HOSTCFLAGS) -D__SMP__
-endif
+AS86	=$(CROSS_COMPILE)as86 -0 -a
+LD86	=$(CROSS_COMPILE)ld86 -0
 
 BOOT_INCL =	$(TOPDIR)/include/linux/config.h \
 		$(TOPDIR)/include/linux/autoconf.h \

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov