Skip to content

Commit

Permalink
minicargo.mk - 1.74 rustc is being built, only 20% complete
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Feb 27, 2024
1 parent df69b74 commit a8b3ee5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-1.74.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ make -f minicargo.mk LIBS $@
make test $@
make local_tests $@
## Build just rustc-driver BEFORE building llvm
#RUSTC_INSTALL_BINDIR=bin make -f minicargo.mk output-1.74.0/rustc-build/librustc_driver.rlib
RUSTC_INSTALL_BINDIR=bin make -f minicargo.mk output-1.74.0/rustc-build/librustc_driver.rlib
#RUSTC_INSTALL_BINDIR=bin make -f minicargo.mk output-1.74.0/rustc $@
#./output-1.74.0/rustc --version

Expand Down
4 changes: 4 additions & 0 deletions minicargo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ ifeq ($(RUSTC_VERSION),1.54.0)
SRCDIR_RUSTC := compiler/rustc
SRCDIR_RUSTC_DRIVER := compiler/rustc_driver
endif
ifeq ($(RUSTC_VERSION),1.74.0)
SRCDIR_RUSTC := compiler/rustc
SRCDIR_RUSTC_DRIVER := compiler/rustc_driver
endif

SRCDIR_RUST_TESTS := $(RUSTCSRC)src/test/
ifeq ($(RUSTC_VERSION),1.74.0)
Expand Down

0 comments on commit a8b3ee5

Please sign in to comment.