patch-2.4.11-dontuse linux/arch/cris/boot/rescue/Makefile
Next file: linux/arch/cris/boot/rescue/head.S
Previous file: linux/arch/cris/Makefile
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Oct 8 11:43:54 2001
- Orig file:
v2.4.10/linux/arch/cris/boot/rescue/Makefile
- Orig date:
Fri Apr 6 10:42:55 2001
diff -u --recursive --new-file v2.4.10/linux/arch/cris/boot/rescue/Makefile linux/arch/cris/boot/rescue/Makefile
@@ -4,9 +4,9 @@
ifndef TOPDIR
TOPDIR = ../../../..
endif
-CC = gcc-cris -I $(TOPDIR)/include
+CC = gcc-cris -mlinux -I $(TOPDIR)/include
CFLAGS = -O2
-LD = ld-cris
+LD = gcc-cris -mlinux -nostdlib
OBJCOPY = objcopy-cris
all: rescue.bin testrescue.bin kimagerescue.bin
@@ -48,3 +48,7 @@
rm -f *.o *.bin
fastdep:
+
+modules:
+
+modules-install:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)