File tree Expand file tree Collapse file tree 4 files changed +8
-16
lines changed Expand file tree Collapse file tree 4 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 48debac9440103d171f4c9dacc0488172ecff9e5
2
+ refs/heads/master: 6860dcc958437d8b8aec1134c657311ef617ec9e
Original file line number Diff line number Diff line change @@ -280,21 +280,12 @@ define SREQ
280
280
# Destinations of artifacts for the host compiler
281
281
HROOT$(1 ) _H_$(3 ) = $(3 ) /stage$(1 )
282
282
HBIN$(1 ) _H_$(3 ) = $$(HROOT$(1 ) _H_$(3 ) ) /bin
283
- # FIXME: Temporary hack for moving win32 libs to the bin directory
284
- ifeq ($(1 ) ,0)
285
- HLIB$(1)_H_$(3) = $$(HROOT$(1 ) _H_$(3 ) ) /lib
286
- else
287
283
HLIB$(1 ) _H_$(3 ) = $$(HROOT$(1 ) _H_$(3 ) ) /$$(CFG_LIBDIR )
288
- endif
289
284
290
285
# Destinations of artifacts for target architectures
291
286
TROOT$(1 ) _T_$(2 ) _H_$(3 ) = $$(HLIB$(1 ) _H_$(3 ) ) /rustc/$(2 )
292
287
TBIN$(1 ) _T_$(2 ) _H_$(3 ) = $$(TROOT$(1 ) _T_$(2 ) _H_$(3 ) ) /bin
293
- ifeq ($(1 ) ,0)
294
- TLIB$(1)_T_$(2)_H_$(3) = $$(TROOT$(1 ) _T_$(2 ) _H_$(3 ) ) /lib
295
- else
296
288
TLIB$(1 ) _T_$(2 ) _H_$(3 ) = $$(TROOT$(1 ) _T_$(2 ) _H_$(3 ) ) /$$(CFG_LIBDIR )
297
- endif
298
289
299
290
# The name of the core and standard libraries used by rustc
300
291
ifdef CFG_DISABLE_SHAREDSTD
Original file line number Diff line number Diff line change 416
416
417
417
# host lib dir
418
418
make_dir $h /stage$i /$CFG_LIBDIR
419
- # FIXME: Transitional. remove
420
- make_dir $h /stage$i /lib
421
419
422
420
# target bin dir
423
421
make_dir $h /stage$i /$CFG_LIBDIR /rustc/$t /bin
424
- # FIXME: Transitional. remove
425
- make_dir $h /stage$i /lib/rustc/$t /bin
426
422
427
423
# target lib dir
428
424
make_dir $h /stage$i /$CFG_LIBDIR /rustc/$t /$CFG_LIBDIR
429
- # FIXME: Transitional. remove
430
- make_dir $h /stage$i /lib/rustc/$t /lib
431
425
done
432
426
done
433
427
Original file line number Diff line number Diff line change
1
+ S 2012-01-14 c6f62b6
2
+ winnt-i386 f5242fd9064c3ae744b2395c9613b61dd3e157b1
3
+ linux-i386 614cb4931f5ab8c2ccb7a541bbe4ab1880fa0740
4
+ macos-i386 3a360fc8618a70e919c44628c4f6f67cea90f6b6
5
+ linux-x86_64 aa6a0bed5f66879b8427b6836c1b2dc4bfb45517
6
+ macos-x86_64 c6598b2c0ec504b9594bb8fa8bdac31bc0d3286d
7
+
1
8
S 2012-01-13 da6674b
2
9
winnt-i386 94591d200400ac0db7e6bfa2397edf3e868dc320
3
10
linux-i386 83615901ad69b4f5914e24ef38b797c6980f186f
You can’t perform that action at this time.
0 commit comments