diff options
author | Jess Robinson <castaway@desert-island.me.uk> | 2013-01-31 14:12:31 +0000 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-17 11:35:47 -0300 |
commit | 82a085a56736628fb39f6e43d8ac16cd12fb3bf1 (patch) | |
tree | f6e7ee71b22ddef96ead508989c1fa178b53c2b4 /Configure | |
parent | 83745af3f11dd57189b6d1da9f0dc6e8018e791d (diff) | |
download | perl-82a085a56736628fb39f6e43d8ac16cd12fb3bf1.tar.gz |
Store the targetdir, targethost from Configure in config.sh for later.
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |