We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b4e66 commit 6aa86e5Copy full SHA for 6aa86e5
configure
@@ -1361,16 +1361,22 @@ for h in $CFG_HOST
1361
do
1362
for t in $CFG_TARGET
1363
1364
+ # host bin dir stage0
1365
+ make_dir $h/stage0/bin
1366
+
1367
# host lib dir stage0
1368
make_dir $h/stage0/lib
1369
1370
+ # host test dir stage0
1371
+ make_dir $h/stage0/test
1372
1373
# target bin dir stage0
1374
make_dir $h/stage0/lib/rustlib/$t/bin
1375
1376
# target lib dir stage0
1377
make_dir $h/stage0/lib/rustlib/$t/lib
1378
- for i in 0 1 2 3
1379
+ for i in 1 2 3
1380
1381
# host bin dir
1382
make_dir $h/stage$i/bin
0 commit comments