On Tue, Jan 13, 2009 at 04:02, <[email protected]> wrote: > [#2443] Add in cflag to support mlong-calls for kgdb_test. > > trunk/arch/blackfin/kernel/Makefile > @@ -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
the point to adding this was that you can then revert the custom CONFIG option you added. also, i dont think -O0 is needed. -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
