patch-1.3.29 linux/arch/alpha/boot/Makefile

Next file: linux/arch/alpha/config.in
Previous file: linux/arch/alpha/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.28/linux/arch/alpha/boot/Makefile linux/arch/alpha/boot/Makefile
@@ -9,9 +9,9 @@
 #
 
 # enable this for linking under OSF/1:
-LINKFLAGS = -non_shared -T 0x20000000 -N
+#LINKFLAGS = -non_shared -T 0x20000000 -N
 # enable this for linking under Linux:
-#LINKFLAGS = -static -T bootloader.lds -N 
+LINKFLAGS = -static -T bootloader.lds -N 
 
 .S.s:
 	$(CC) -D__ASSEMBLY__ -traditional -E -o $*.o $<
@@ -32,9 +32,9 @@
 	gzip -fv vmlinux
 
 vmlinux: tools/build $(TOPDIR)/vmlinux
-	tools/build -v $(TOPDIR)/vmlinux > vmlinux
-#	cp $(TOPDIR)/vmlinux vmlinux
-#	quickstrip vmlinux
+#	tools/build -v $(TOPDIR)/vmlinux > vmlinux
+	cp $(TOPDIR)/vmlinux vmlinux
+	quickstrip vmlinux
 
 tools/lxboot: tools/build
 	tools/build > tools/lxboot

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this