summaryrefslogtreecommitdiffstats
path: root/recipes-ti/c6accel/ti-c6accel
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-08-08 12:19:59 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-16 09:46:07 +0200
commit804ce1b655d99f9fe4a4a1c3258129917220c7e0 (patch)
treebb90c5e5c621a0d0e53863c8738990ded4f26720 /recipes-ti/c6accel/ti-c6accel
parent230c6df8b0863807b8a5467a216432bb88b1f394 (diff)
downloadmeta-ti-804ce1b655d99f9fe4a4a1c3258129917220c7e0.tar.gz
c6accel: update to 1.0.1.00.06
Patches from .03 will be rebased and applied later Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/c6accel/ti-c6accel')
-rw-r--r--recipes-ti/c6accel/ti-c6accel/0001-soc-app-fix-makefile-to-pass-Wl-T-before-the-linkers.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-ti/c6accel/ti-c6accel/0001-soc-app-fix-makefile-to-pass-Wl-T-before-the-linkers.patch b/recipes-ti/c6accel/ti-c6accel/0001-soc-app-fix-makefile-to-pass-Wl-T-before-the-linkers.patch
deleted file mode 100644
index 8e47ae21..00000000
--- a/recipes-ti/c6accel/ti-c6accel/0001-soc-app-fix-makefile-to-pass-Wl-T-before-the-linkers.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1From 58c50064afdc2fd7093613e0ae3a9192ea189460 Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Wed, 5 Jan 2011 10:10:33 +0100
4Subject: [PATCH] soc/app: fix makefile to pass -Wl,-T, before the linkerscript
5
6Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7---
8 soc/app/Makefile | 2 +-
9 1 files changed, 1 insertions(+), 1 deletions(-)
10
11diff --git a/soc/app/Makefile b/soc/app/Makefile
12index 0bb7bdc..342e43a 100755
13--- a/soc/app/Makefile
14+++ b/soc/app/Makefile
15@@ -33,7 +33,7 @@ XDC_CFG = $(TARGET)_config
16 XDC_CFLAGS = $(XDC_CFG)/compiler.opt
17
18 # Output linker file
19-XDC_LFILE = $(XDC_CFG)/linker.cmd
20+XDC_LFILE = -Wl,-T,$(XDC_CFG)/linker.cmd
21
22 # Input configuration file
23 XDC_CFGFILE = $(PLATFORM)/$(TARGET).cfg
24--
251.6.6.1
26