summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-08 16:53:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-08 16:53:23 +0000
commitcb8e3341b02f4e086c47f7923f3134f62f4e83a9 (patch)
tree5f1b13ff2680ee505153c6b778d5f274613dbc82
parentba922cb1f0d6f4451bb4fd318d5c2acf0f5e755c (diff)
2011-02-08 Joel Sherrill <joel.sherrill@oarcorp.com>HEADmaster
* Makefile.shared: Add -g.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.shared2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aa5cf45..17a83d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.shared: Add -g.
+
2010-03-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* Makefile.shared: Pass RTS info to linker, add specific options for
diff --git a/Makefile.shared b/Makefile.shared
index a0e943c..c49060b 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -79,7 +79,7 @@ ifeq ($(RTEMS_BSP),icecube)
endif
rtems_init.o: ../rtems_init.c $(FILESYSTEM_SRCS) $(NETWORK_HFILE)
- $(CC) $(CFLAGS) -I. $(CPU_CFLAGS) -c $<
+ $(CC) $(CFLAGS) -g -I. $(CPU_CFLAGS) -c $<
ifeq ($(NEED_ROOTFS_FOR_HOST_INFO),yes)
FilesystemImage: ../rootfs/etc/host.conf ../rootfs/etc/hosts