[oe-commits] pieterg : unionfs should not drag BUILD_OPTIMIZATION into CFLAGS, BUILD_OPTIMIZATION contains host flags, not target flags

GIT User account git at amethyst.openembedded.net
Wed Nov 26 11:38:14 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: 807d682da0f473e2f93b4d2fac7cbece5fffa3d4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=807d682da0f473e2f93b4d2fac7cbece5fffa3d4

Author: pieterg <pieterg at gmx.com>
Date:   Sat Nov 15 00:48:47 2008 +0100

unionfs should not drag BUILD_OPTIMIZATION into CFLAGS, BUILD_OPTIMIZATION contains host flags, not target flags

---

 packages/unionfs/unionfs.inc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/packages/unionfs/unionfs.inc b/packages/unionfs/unionfs.inc
index dbf2ad8..52c72fb 100644
--- a/packages/unionfs/unionfs.inc
+++ b/packages/unionfs/unionfs.inc
@@ -12,4 +12,3 @@ S = "${WORKDIR}/unionfs-${PV}"
 FILESPATH = "${FILE_DIRNAME}/unionfs-${PV}:${FILE_DIRNAME}/unionfs:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
 
 export UCFLAGS = '${CFLAGS} -DNODEBUG -DUNIONFS_VERSION=\\"${PV}\\"'
-CFLAGS = "${BUILD_OPTIMIZATION}"





More information about the Openembedded-commits mailing list