Skip to content

Commit adf19db

Browse files
committed
---
yaml --- r: 63119 b: refs/heads/snap-stage3 c: e2ec8e7 h: refs/heads/master i: 63117: 43218ab 63115: ca91601 63111: f19590d 63103: cd6fe44 v: v3
1 parent f2b6e83 commit adf19db

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 8b87debbc28d947220614f315cbcee5dfe17436a
4+
refs/heads/snap-stage3: e2ec8e71cec0373616953f8188cf7c4953269af0
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/configure

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ validate_opt () {
138138
done
139139
if [ "$arg" = "--help" ]
140140
then
141-
echo
141+
echo ""
142142
echo "No more help available for Configure options,"
143143
echo "check the Uncyclo or join our IRC channel"
144144
break
@@ -349,11 +349,11 @@ if [ "$1" = "--help" ]
349349
then
350350
HELP=1
351351
shift
352-
echo
352+
echo ""
353353
echo "Usage: $CFG_SELF [options]"
354-
echo
354+
echo ""
355355
echo "Options:"
356-
echo
356+
echo ""
357357
else
358358
msg "recreating config.tmp"
359359
echo '' >config.tmp
@@ -394,7 +394,7 @@ validate_opt
394394

395395
if [ $HELP -eq 1 ]
396396
then
397-
echo
397+
echo ""
398398
exit 0
399399
fi
400400

branches/snap-stage3/mk/rt.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ $$(LIBUV_LIB_$(1)_$(2)): $$(LIBUV_DEPS)
211211
endif
212212

213213
$$(JEMALLOC_LIB_$(1)_$(2)):
214-
cd $$(CFG_BUILD_DIR)/rt/$(1)/stage$(2)/jemalloc; $(S)src/rt/jemalloc/configure --disable-experimental
214+
cd $$(CFG_BUILD_DIR)/rt/$(1)/stage$(2)/jemalloc; $(S)src/rt/jemalloc/configure \
215+
--disable-experimental --build=$(CFG_BUILD_TRIPLE) --host=$(1)
215216
$$(Q)$$(MAKE) -C $$(CFG_BUILD_DIR)/rt/$(1)/stage$(2)/jemalloc
216217

217218
# These could go in rt.mk or rustllvm.mk, they're needed for both.

branches/snap-stage3/src/libstd/prelude.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ pub use old_iter::{CopyableIter, CopyableOrderedIter, CopyableNonstrictIter};
5151
pub use old_iter::{ExtendedMutableIter};
5252
pub use iter::{Times, FromIter};
5353
// FIXME: #5898 pub use iterator::{Iterator, IteratorUtil};
54+
pub use iterator::Iterator;
5455
pub use num::{Num, NumCast};
5556
pub use num::{Orderable, Signed, Unsigned, Round};
5657
pub use num::{Algebraic, Trigonometric, Exponential, Hyperbolic};

0 commit comments

Comments
 (0)