Update of /cvsroot/linux-vax/kernel-2.5/arch/vax
In directory sc8-pr-cvs1:/tmp/cvs-serv21755/arch/vax
Modified Files:
Makefile
Log Message:
Define LDFLAGS_BLOB which is used in usr/Makefile to wrap up the ramdisk
image into an object file
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Makefile 15 Jun 2003 22:33:55 -0000 1.21
+++ Makefile 18 Jun 2003 22:58:01 -0000 1.22
@@ -12,8 +12,9 @@
# Copyright (C) 1994 by Linus Torvalds
#
-#LDFLAGS=-m elf_vax
-OBJCOPYFLAGS=-O binary -R .note -R .comment -S
+OBJCOPYFLAGS := -O binary -R .note -R .comment -S
+
+LDFLAGS_BLOB := --format binary --oformat elf32-vax
# Note that this CFLAGS definition will override the definition
|