From cb8e3341b02f4e086c47f7923f3134f62f4e83a9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 8 Feb 2011 16:53:23 +0000 Subject: 2011-02-08 Joel Sherrill * Makefile.shared: Add -g. --- ChangeLog | 4 ++++ Makefile.shared | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aa5cf45..17a83d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-02-08 Joel Sherrill + + * Makefile.shared: Add -g. + 2010-03-10 Thomas Doerfler * 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 -- cgit v1.2.3