[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] [PATCH] Remove DEBUG_INFO for ColdFire
Hello.
The mintv4e.prg kernel is as stable as other ones, there is no need to
specifically define DEBUG_INFO for it.
The attached patch removes DEBUG_INFO for mintv4e.prg.
Please commit.
debuginfo.patch
Do not define DEBUG_INFO for mintv4e.prg. Contributed by Vincent Riviere.
--
Vincent Rivière
diff -aurN -x CVS freemint.orig/sys/KERNELDEFS freemint/sys/KERNELDEFS
--- freemint.orig/sys/KERNELDEFS 2012-03-09 21:21:27.218750000 +0100
+++ freemint/sys/KERNELDEFS 2012-03-09 21:25:58.500000000 +0100
@@ -99,7 +99,7 @@
ifeq ($(kernel),col)
MINT = mintv4e.prg
CPU = v4e
-KERNELDEFS = -DDEBUG_INFO -DM68040 -DNO_FAKE_SUPER -DCOLDFIRE -DC_ONLY
+KERNELDEFS = -DM68040 -DNO_FAKE_SUPER -DCOLDFIRE -DC_ONLY
kernel_nocflags = -DWITH_MMU_SUPPORT
endif