patch-2.4.21 linux-2.4.21/arch/x86_64/Makefile

Next file: linux-2.4.21/arch/x86_64/boot/bootsect.S
Previous file: linux-2.4.21/arch/sparc64/solaris/ioctl.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/x86_64/Makefile linux-2.4.21/arch/x86_64/Makefile
@@ -19,7 +19,7 @@
 # 20010105  Andi Kleen, add IA32 compiler.
 #           ....and later removed it again....
 #
-# $Id: Makefile,v 1.31 2002/03/22 15:56:07 ak Exp $
+# $Id: Makefile,v 1.32 2003/03/03 16:06:43 ak Exp $
 
 #
 # early bootup linking needs 32bit. You can either use real 32bit tools
@@ -47,6 +47,9 @@
 # needed for earlier gcc 3.1
 CFLAGS += -fno-strength-reduce
 #CFLAGS += -g
+ifneq ($(CONFIG_X86_REMOTE_DEBUG),y)
+CFLAGS += -fno-asynchronous-unwind-tables
+endif
 
 # prevent gcc from keeping the stack 16 byte aligned (FIXME)
 #CFLAGS += -mpreferred-stack-boundary=2

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)