diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-23 12:14:59 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-23 12:14:59 +0200 |
commit | 7d23705c0629c3ef9c87b536900904663798e26a (patch) | |
tree | e2458348beff61385ee364bcadeae61e95ee87a6 /packages/dsplink/codec-engine_2.21.bb | |
parent | a1fe56a1aa249ee94df6d67f58df6c87a1d0b2d9 (diff) |
dsplink, codec-engine: improve davinci support
Diffstat (limited to 'packages/dsplink/codec-engine_2.21.bb')
-rw-r--r-- | packages/dsplink/codec-engine_2.21.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/dsplink/codec-engine_2.21.bb b/packages/dsplink/codec-engine_2.21.bb index 21a90b3a85..3da1e13082 100644 --- a/packages/dsplink/codec-engine_2.21.bb +++ b/packages/dsplink/codec-engine_2.21.bb @@ -91,8 +91,8 @@ do_compile() { -e s:/db/toolsrc/library/tools/vendors/ti/c6x/6.0.16/Linux:${TITOOLSDIR}/${TICGTOOLSDIR}:g \ -e s:/db/toolsrc/library/tools/vendors/opensource/gcc/4.1.0/Linux/gcc-4.1.0-glibc-2.3.6/i686-unknown-linux-gnu:/usr:g \ -e s:arm-none-linux-gnueabi-:${TARGET_PREFIX}:g \ - -e 's:true, // build for uC Linux:false,:g' \ - -e 's:true, // build for PC Linux:false,:g' \ + -e 's:true, // build for uC:false,:g' \ + -e 's:true, // build for PC:false,:g' \ ${S}/examples/user.bld # Fix path to c6x codegen |