Store the targetdir, targethost from Configure in config.sh for later.
authorJess Robinson <castaway@desert-island.me.uk>
Thu, 31 Jan 2013 14:12:31 +0000 (14:12 +0000)
committerBrian Fraser <fraserbn@gmail.com>
Fri, 17 Jan 2014 14:35:47 +0000 (11:35 -0300)
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'