aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-c6accel_1.01.00.03.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-12-31 15:42:04 +0100
committerKoen Kooi <koen@openembedded.org>2010-12-31 15:46:50 +0100
commit688c4bfa7a8f2115fc38527c207c6889aceb9909 (patch)
treeebf61804fbd5cb01c6dff6c505cca433a7027209 /recipes/ti/ti-c6accel_1.01.00.03.bb
parentfccc6dd2cbaa6ab6669f3cadeaf3b2738073fa1a (diff)
downloadopenembedded-688c4bfa7a8f2115fc38527c207c6889aceb9909.tar.gz
ti-c6accel: add patch to use buildsystem C/LDFLAGS instead of the bogus ones in the makefile and XDC compiler.opt
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/ti/ti-c6accel_1.01.00.03.bb')
-rw-r--r--recipes/ti/ti-c6accel_1.01.00.03.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/ti/ti-c6accel_1.01.00.03.bb b/recipes/ti/ti-c6accel_1.01.00.03.bb
index 8b2bf4ad6f..bf5f1cf35b 100644
--- a/recipes/ti/ti-c6accel_1.01.00.03.bb
+++ b/recipes/ti/ti-c6accel_1.01.00.03.bb
@@ -3,7 +3,12 @@ require ti-c6accel.inc
SRC_URI[c6accelbin.md5sum] = "0ddf37fd9dad91fa3a914e549da933b9"
SRC_URI[c6accelbin.sha256sum] = "453399a84bf117bd7a91393242c7c005e2829692db5ede18e4be166c61e4354c"
-SRC_URI_append = "file://fix-loadmodule.patch"
+SRC_URI_append = "file://fix-loadmodule.patch \
+ file://0001-soc-honour-buildsystem-CFLAGS-and-LDFLAGS-when-set.patch \
+ "
PV = "1_01_00_03"
+
+CFLAGS += "-fPIC"
+