summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-03 11:34:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-03 11:34:46 +0000
commit7187942f4ad13e03bcc76710a05107da639cb126 (patch)
tree4e7377410fb0ac8d31eebc497887d09061a6222f /c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc
parent2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7187942f4ad13e03bcc76710a05107da639cb126.tar.bz2
2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add RTEMS_BSP_LINKCMDS. * make/custom/lpc24xx.inc: Remove LDFLAGS. * make/custom/lpc24xx_ea.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_ram.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_rom_ext.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_rom_int.cfg: Remove LPC24XX_LINKCMDS. * startup/linkcmds: Remove. * Makefile.am: Rework linkcmds handling.
Diffstat (limited to 'c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc')
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc
index d5146a3c8b..e2018939a9 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc
@@ -11,5 +11,3 @@ RTEMS_CPU = arm
CPU_CFLAGS = -mcpu=arm7tdmi-s -mstructure-size-boundary=8 -mthumb
CFLAGS_OPTIMIZE_V = -Os -g
-
-LDFLAGS += -qnolinkcmds -T $(LPC24XX_LINKCMDS)