On Mon, Jul 6, 2009 at 2:34 PM, Henry Yei<[email protected]> wrote: > I am submitting patches for the Makefiles of the following tests: > cpuset_memory_pressure_test, cpuset_memory_spread_test , and > cpuset_memory_test. Instead of using cc (host compiler), use $(CC) for > provide for cross compiling.
Just delete: + $(CC) cpuset_memory_test.o $(LIBOBJECTS) -o cpuset_memory_test -lpthread implicit rules will take care of the rest. -Garrett ------------------------------------------------------------------------------ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
