summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-07-18 19:35:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-07-18 19:35:09 +0000
commitde1db33b07f1e26aa5f17cf788c8fdd408011e57 (patch)
treeab5237a6bc8442fc27f0a6bc61e1a26a66bea84d
parent2007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadnetwork-demos-de1db33b07f1e26aa5f17cf788c8fdd408011e57.tar.bz2
2007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Do not restrict size of heap.
-rw-r--r--netdemo/ChangeLog4
-rw-r--r--netdemo/Makefile3
2 files changed, 6 insertions, 1 deletions
diff --git a/netdemo/ChangeLog b/netdemo/ChangeLog
index cf89728..b26e978 100644
--- a/netdemo/ChangeLog
+++ b/netdemo/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile: Do not restrict size of heap.
+
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Include all managers.
diff --git a/netdemo/Makefile b/netdemo/Makefile
index 4302f09..2df5ac7 100644
--- a/netdemo/Makefile
+++ b/netdemo/Makefile
@@ -35,7 +35,8 @@ include $(PROJECT_ROOT)/make/leaf.cfg
DEFINES +=
CPPFLAGS +=
CFLAGS +=
-CFLAGS_LD += -Wl,--defsym -Wl,HeapSize=0xC0000
+CFLAGS_LD +=
+# CFLAGS_LD += -Wl,--defsym -Wl,HeapSize=0xC0000
CFLAGS_OPTIMIZE_V +=
CFLAGS_DEBUG_V += -v -qrtems_debug