git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6375bce
)
chicken.inc: fixed vars passed to the build system (LIBRARIAN, TARGET_C_COMPILER)
author
Mario Domenech Goulart
<mario@ossystems.com.br>
Wed, 28 Oct 2009 16:12:50 +0000
(14:12 -0200)
committer
Otavio Salvador
<otavio@ossystems.com.br>
Thu, 29 Oct 2009 22:43:50 +0000
(20:43 -0200)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes/chicken/chicken.inc
patch
|
blob
|
history
diff --git
a/recipes/chicken/chicken.inc
b/recipes/chicken/chicken.inc
index
1622d37
..
f0126a9
100644
(file)
--- a/
recipes/chicken/chicken.inc
+++ b/
recipes/chicken/chicken.inc
@@
-13,8
+13,7
@@
PARALLEL_MAKE = ""
# Required environment values
export PLATFORM="linux"
export PREFIX="${prefix}"
-export C_COMPILER="${TARGET_PREFIX}gcc ${LDFLAGS} "
-export LIBRARIAN="${TARGET_PREFIX}ar "
+export LIBRARIAN="${TARGET_PREFIX}"
export TARGETSYSTEM="${TARGET_SYS}"
do_compile() {
@@
-28,7
+27,7
@@
do_compile() {
;;
esac
- make ARCH=${ARCH}
+ make ARCH=${ARCH}
TARGET_C_COMPILER=gcc
}
do_install() {