Title: [6004] trunk/arch/blackfin/kernel/Makefile: [#2443] Add in cflag to support mlong-calls
Revision
6004
Author
grace
Date
2009-01-13 03:02:58 -0600 (Tue, 13 Jan 2009)

Log Message

[#2443] Add in cflag to support mlong-calls
for kgdb_test.

Modified Paths

Diff

Modified: trunk/arch/blackfin/kernel/Makefile (6003 => 6004)


--- trunk/arch/blackfin/kernel/Makefile	2009-01-13 05:38:52 UTC (rev 6003)
+++ trunk/arch/blackfin/kernel/Makefile	2009-01-13 09:02:58 UTC (rev 6004)
@@ -15,6 +15,8 @@
     obj-y += time.o
 endif
 
+CFLAGS_kgdb_test.o := -mlong-calls -O0
+
 obj-$(CONFIG_IPIPE)                  += ipipe.o
 obj-$(CONFIG_IPIPE_TRACE_MCOUNT)     += mcount.o
 obj-$(CONFIG_BFIN_GPTIMERS)          += gptimers.o
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to