From 07c1fd632b5a9aabb34864d5b5916de3da2ae5fc Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 12 Jun 2003 18:46:01 +0000 Subject: [PATCH] Change ia64 to compile with -g instead of -gstabs now that we are using crash. --- lnet/archdep.m4 | 2 +- lustre/portals/archdep.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lnet/archdep.m4 b/lnet/archdep.m4 index 7cb00cf..7a4e05c 100644 --- a/lnet/archdep.m4 +++ b/lnet/archdep.m4 @@ -106,7 +106,7 @@ case ${host_cpu} in ia64 ) AC_MSG_RESULT($host_cpu) - KCFLAGS='-gstabs -O2 -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -ffixed-r13 -mfixed-range=f10-f15,f32-f127 -falign-functions=32 -mb-step' + KCFLAGS='-g -O2 -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -ffixed-r13 -mfixed-range=f10-f15,f32-f127 -falign-functions=32 -mb-step' KCPPFLAGS='-D__KERNEL__ -DMODULE' MOD_LINK=elf64_ia64 ;; diff --git a/lustre/portals/archdep.m4 b/lustre/portals/archdep.m4 index 7cb00cf..7a4e05c 100644 --- a/lustre/portals/archdep.m4 +++ b/lustre/portals/archdep.m4 @@ -106,7 +106,7 @@ case ${host_cpu} in ia64 ) AC_MSG_RESULT($host_cpu) - KCFLAGS='-gstabs -O2 -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -ffixed-r13 -mfixed-range=f10-f15,f32-f127 -falign-functions=32 -mb-step' + KCFLAGS='-g -O2 -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -ffixed-r13 -mfixed-range=f10-f15,f32-f127 -falign-functions=32 -mb-step' KCPPFLAGS='-D__KERNEL__ -DMODULE' MOD_LINK=elf64_ia64 ;; -- 1.8.3.1