From 993437a36d4ca9a4ce44d5da6288a8759163f8e1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 22 Aug 2008 15:48:14 +0000 Subject: 2008-08-22 Joel Sherrill * Makefile: Update Makefiles. --- pingpong/ChangeLog | 4 ++++ pingpong/Makefile | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pingpong/ChangeLog b/pingpong/ChangeLog index f9bb837..da93c37 100644 --- a/pingpong/ChangeLog +++ b/pingpong/ChangeLog @@ -1,3 +1,7 @@ +2008-08-22 Joel Sherrill + + * Makefile: Update Makefiles. + 2007-10-17 Joel Sherrill * pingpong.adb: Adding new tests as improvements are made to the RTEMS diff --git a/pingpong/Makefile b/pingpong/Makefile index fa5c37c..30a4d33 100644 --- a/pingpong/Makefile +++ b/pingpong/Makefile @@ -11,10 +11,10 @@ include $(RTEMS_CUSTOM) include $(PROJECT_ROOT)/make/leaf.cfg # stack size for the first Ada thread -CFLAGS +=-DGNAT_MAIN_STACKSPACE=100 +DEFINES +=-DGNAT_MAIN_STACKSPACE=100 # initialize the network stack -- assumes existence of networkconfig.h -CFLAGS +=-DMAIN_USE_NETWORKING=1 +DEFINES +=-DMAIN_USE_NETWORKING=1 # Should we prompt for command line arguments? # DEFINES +=-DMAIN_USE_REQUIRES_COMMAND_LINE @@ -24,5 +24,6 @@ CFLAGS +=-DMAIN_USE_NETWORKING=1 # Some tests need to be able to do a gethostbyname NEED_ROOTFS_FOR_HOST_INFO=yes +NEED_NETWORK=yes include ../Makefile.shared -- cgit v1.2.3