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:
c8c30f3
)
gcc-package-cross: fix assignment of currdir so do_install succeeds
author
Koen Kooi
<koen@openembedded.org>
Thu, 11 Dec 2008 10:32:00 +0000
(11:32 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 11 Dec 2008 10:32:00 +0000
(11:32 +0100)
packages/gcc/gcc-package-cross.inc
patch
|
blob
|
history
diff --git
a/packages/gcc/gcc-package-cross.inc
b/packages/gcc/gcc-package-cross.inc
index
a16f21a
..
77da3fe
100644
(file)
--- a/
packages/gcc/gcc-package-cross.inc
+++ b/
packages/gcc/gcc-package-cross.inc
@@
-65,7
+65,7
@@
do_install () {
# Link gfortran to g77 to satisfy not-so-smart configure or hard coded g77
# gfortran is fully backwards compatible. This is a safe and practical solution.
if [ -f ${CROSS_DIR}/bin/${TARGET_PREFIX}gfortran ]; then
- currdir
= $PWD
+ currdir
="$PWD"
cd ${CROSS_DIR}/bin/
ln -sf ${TARGET_PREFIX}gfortran ${TARGET_PREFIX}g77 || true
cd ${CROSS_DIR}/${TARGET_SYS}/bin/