projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83745af
)
Store the targetdir, targethost from Configure in config.sh for later.
author
Jess Robinson
<castaway@desert-island.me.uk>
Thu, 31 Jan 2013 14:12:31 +0000
(14:12 +0000)
committer
Brian Fraser
<fraserbn@gmail.com>
Fri, 17 Jan 2014 14:35:47 +0000
(11:35 -0300)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index
b9a886c
..
7e8ad6e
100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-208,6
+208,8
@@
cppsymbols=''
from=''
run=''
targetarch=''
+targetdir=''
+targethost=''
to=''
sysroot=''
usecrosscompile=''
@@
-23737,6
+23739,8
@@
sysroot='$sysroot'
tail='$tail'
tar='$tar'
targetarch='$targetarch'
+targetdir='$targetdir'
+targethost='$targethost'
tbl='$tbl'
tee='$tee'
test='$test'