diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-08 12:19:59 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-16 09:46:07 +0200 |
commit | 804ce1b655d99f9fe4a4a1c3258129917220c7e0 (patch) | |
tree | bb90c5e5c621a0d0e53863c8738990ded4f26720 /recipes-ti/c6accel/ti-c6accel | |
parent | 230c6df8b0863807b8a5467a216432bb88b1f394 (diff) | |
download | meta-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.patch | 26 |
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 @@ | |||
1 | From 58c50064afdc2fd7093613e0ae3a9192ea189460 Mon Sep 17 00:00:00 2001 | ||
2 | From: Koen Kooi <koen@dominion.thruhere.net> | ||
3 | Date: Wed, 5 Jan 2011 10:10:33 +0100 | ||
4 | Subject: [PATCH] soc/app: fix makefile to pass -Wl,-T, before the linkerscript | ||
5 | |||
6 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||
7 | --- | ||
8 | soc/app/Makefile | 2 +- | ||
9 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
10 | |||
11 | diff --git a/soc/app/Makefile b/soc/app/Makefile | ||
12 | index 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 | -- | ||
25 | 1.6.6.1 | ||
26 | |||