|
@@ -29,7 +29,7 @@ obj-$(CONFIG_SYSFS) += ksysfs.o
|
|
|
obj-$(CONFIG_GENERIC_HARDIRQS) += irq/
|
|
|
obj-$(CONFIG_SECCOMP) += seccomp.o
|
|
|
|
|
|
-ifneq ($(CONFIG_IA64),y)
|
|
|
+ifneq ($(CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER),y)
|
|
|
# According to Alan Modra <alan@linuxcare.com.au>, the -fno-omit-frame-pointer is
|
|
|
# needed for x86 only. Why this used to be enabled for all architectures is beyond
|
|
|
# me. I suspect most platforms don't need this, but until we know that for sure
|