patch-2.4.0-test2 linux/arch/sh/Makefile
Next file: linux/arch/sh/boot/Makefile
Previous file: linux/arch/s390/kernel/traps.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Mon Jun 19 17:59:37 2000
- Orig file:
v2.4.0-test1/linux/arch/sh/Makefile
- Orig date:
Tue Apr 11 15:09:14 2000
diff -u --recursive --new-file v2.4.0-test1/linux/arch/sh/Makefile linux/arch/sh/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 2000/03/08 15:14:14 gniibe Exp $
+# $Id: Makefile,v 1.6 2000/06/10 03:03:52 gniibe Exp $
#
# This file is subject to the terms and conditions of the GNU General Public
# License. See the file "COPYING" in the main directory of this archive
@@ -22,6 +22,11 @@
AFLAGS += -ml
# LINKFLAGS += -EL
LDFLAGS := -EL
+else
+CFLAGS += -mb
+AFLAGS += -mb
+# LINKFLAGS += -EB
+LDFLAGS := -EB
endif
# ifdef CONFIG_CROSSCOMPILE
@@ -29,7 +34,7 @@
# endif
LD =$(CROSS_COMPILE)ld $(LDFLAGS)
-OBJCOPY=$(CROSS_COMPILE)objcopy -O binary -R .note -R .comment -S
+OBJCOPY=$(CROSS_COMPILE)objcopy -O binary -R .note -R .comment -R .stab -R .stabstr -S
MODFLAGS +=
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)