summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 11:27:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 11:27:17 +0000
commit280e1863ffef3277e266896d7f7d87bab6992368 (patch)
tree3c03e876dca0be1fdfc560114c3589fccd5a9a17 /make
parentAdd -g to CFLAGS_OPTIMIZE_V. (diff)
downloadrtems-280e1863ffef3277e266896d7f7d87bab6992368.tar.bz2
2007-01-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg, custom/HPUX9-posix.cfg, custom/Linux-posix.cfg, custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg, custom/bare.cfg, custom/csb336.cfg, custom/csb360.cfg, custom/dmv152.cfg, custom/edb7312.cfg, custom/ep1a.cfg, custom/erc32.cfg, custom/erc32nfp.cfg, custom/gba.cfg, custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg, custom/gen68360.cfg, custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg, custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg, custom/i386ex.cfg, custom/idp.cfg, custom/jmr3904.cfg, custom/leon2.cfg, custom/leon3.cfg, custom/mbx821_002b.cfg, custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg, custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg, custom/rbtx4925.cfg, custom/score603e.cfg, custom/sim68000.cfg, custom/simcpu32.cfg, custom/simsh4.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg, custom/ss555.cfg, custom/ts_386ex.cfg: Add -g to CFLAGS_OPTIMIZE_V.
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index a9fc1fcc6d..3bbdcb22e7 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,5 +1,30 @@
2007-01-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
+ custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
+ custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
+ custom/bare.cfg, custom/csb336.cfg, custom/csb360.cfg,
+ custom/dmv152.cfg, custom/edb7312.cfg, custom/ep1a.cfg,
+ custom/erc32.cfg, custom/erc32nfp.cfg, custom/gba.cfg,
+ custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
+ custom/gen68340.cfg, custom/gen68360.cfg, custom/gensh1.cfg,
+ custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
+ custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
+ custom/i386ex.cfg, custom/idp.cfg, custom/jmr3904.cfg,
+ custom/leon2.cfg, custom/leon3.cfg, custom/mbx821_002b.cfg,
+ custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
+ custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
+ custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
+ custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
+ custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
+ custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg,
+ custom/rbtx4925.cfg, custom/score603e.cfg, custom/sim68000.cfg,
+ custom/simcpu32.cfg, custom/simsh4.cfg, custom/simsh7032.cfg,
+ custom/simsh7045.cfg, custom/ss555.cfg, custom/ts_386ex.cfg: Add -g
+ to CFLAGS_OPTIMIZE_V.
+
+2007-01-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg,
custom/hurricane.cfg, custom/rbtx4925.cfg, custom/simsh4.cfg:
Use $(NM) -g -n instead of $(NM) -n.