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:
f23ae58
)
perl.inc: use ${TARGET_SYS}, otherwise people with TARGET_VENDOR set can't build...
author
Koen Kooi
<koen@openembedded.org>
Sat, 7 Apr 2007 18:29:52 +0000
(18:29 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 7 Apr 2007 18:29:52 +0000
(18:29 +0000)
packages/perl/perl.inc
patch
|
blob
|
history
diff --git
a/packages/perl/perl.inc
b/packages/perl/perl.inc
index
cda260e
..
9e20ae6
100644
(file)
--- a/
packages/perl/perl.inc
+++ b/
packages/perl/perl.inc
@@
-19,11
+19,11
@@
do_compile() {
# You must use gcc to link on sh
OPTIONS=""
if test ${TARGET_ARCH} = "sh3" -o ${TARGET_ARCH} = "sh4"; then
- OPTIONS="LD=${TARGET_
ARCH}-${TARGET_O
S}-gcc"
+ OPTIONS="LD=${TARGET_
SY
S}-gcc"
fi
# You must use gcc to link on powerpc also
if test ${TARGET_ARCH} = "powerpc" ; then
- OPTIONS="LD=${TARGET_
ARCH}-${TARGET_O
S}-gcc"
+ OPTIONS="LD=${TARGET_
SY
S}-gcc"
fi
oe_runmake perl $OPTIONS