Lines Matching refs:Configure
57 This creates a working sysroot that we can feed to Configure later.
91 and later pass that to Configure through C<-Dtargethost=$DEVICE>.
93 However, before calling Configure, you need to check if using adb is a
96 the device for Configure to put some files in, as well as for the tests
128 connect, which can throw off Configure. You may need to monkeypatch
129 the part of Configure that creates C<run-ssh> to have it discard stderr.
132 Configure:
136 =head2 Configure and beyond
138 With all of the previous done, you're now ready to call Configure.
140 If using adb, a "basic" Configure line will look like this:
142 $ ./Configure -des -Dusedevel -Dusecrosscompile -Dtargetrun=adb \
151 $ ./Configure -des -Dusedevel -Dusecrosscompile -Dtargetrun=ssh \
203 sh Configure -des -Dsysroot=$SYSROOT -Alibpth="/system/lib /vendor/lib"
212 sh Configure -des -Alibpth="/system/lib /vendor/lib"