Skip to content

Commit cf1419e

Browse files
committed
---
yaml --- r: 138684 b: refs/heads/try2 c: c33b4d9 h: refs/heads/master v: v3
1 parent 5c8fb20 commit cf1419e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+316
-2315
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 40e733a1509044a5dacc0012426879a664c7a146
8+
refs/heads/try2: c33b4d98cca2eace9511b9ccfb072bc023b1697e
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ DRIVER_CRATE := $(S)src/driver/driver.rs
244244
######################################################################
245245

246246
# FIXME: x86-ism
247-
LLVM_COMPONENTS=x86 arm mips ipo bitreader bitwriter linker asmparser jit mcjit \
247+
LLVM_COMPONENTS=x86 arm ipo bitreader bitwriter linker asmparser jit mcjit \
248248
interpreter
249249

250250
define DEF_LLVM_VARS

branches/try2/configure

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -577,9 +577,9 @@ make_dir rt
577577
for t in $CFG_TARGET_TRIPLES
578578
do
579579
make_dir rt/$t
580-
for i in \
581-
isaac linenoise sync test libuv \
582-
arch/i386 arch/x86_64 arch/arm arch/mips
580+
for i in \
581+
isaac linenoise sync test arch/i386 arch/x86_64 \
582+
libuv
583583
do
584584
make_dir rt/$t/$i
585585
done
@@ -718,7 +718,7 @@ do
718718
then
719719
msg "configuring LLVM for $t"
720720

721-
LLVM_TARGETS="--enable-targets=x86,x86_64,arm,mips"
721+
LLVM_TARGETS="--enable-targets=x86,x86_64,arm"
722722
LLVM_BUILD="--build=$t"
723723
LLVM_HOST="--host=$t"
724724
LLVM_TARGET="--target=$t"

branches/try2/mk/libuv/mips/unix/linux/Makefile

Lines changed: 0 additions & 354 deletions
This file was deleted.

0 commit comments

Comments
 (0)