Skip to content
Browse files

Add ar, gcc, objdump for i386 windows

  • Loading branch information...
1 parent 0bacfa1 commit b281e2671c3b24e3df6e1a2ca05d4329e7c9dd91 @jackpot51 jackpot51 committed
View
4 Makefile
@@ -47,6 +47,8 @@ VBM_CLEANUP=\
ifeq ($(OS),Windows_NT)
SHELL=windows\sh
LD=windows/$(ARCH)-elf-ld
+ CARGOFLAGS += -C ar=windows/$(ARCH)-elf-ar -C linker=windows/$(ARCH)-elf-gcc
+ RUSTCFLAGS += -C ar=windows/$(ARCH)-elf-ar -C linker=windows/$(ARCH)-elf-gcc
AS=windows/nasm
AWK=windows/awk
BASENAME=windows/basename
@@ -54,7 +56,7 @@ ifeq ($(OS),Windows_NT)
FIND=windows/find
MAKE=windows/make
MKDIR=windows/mkdir
- OBJDUMP=windows/objdump
+ OBJDUMP=windows/i386-elf-objdump
RM=windows/rm
SED=windows/sed
SORT=windows/sort
View
BIN windows/i386-elf-ar.exe
Binary file not shown.
View
BIN windows/i386-elf-gcc.exe
Binary file not shown.
View
BIN windows/i386-elf-ld.exe
Binary file not shown.
View
BIN windows/i386-elf-objdump.exe
Binary file not shown.
View
BIN windows/liblto_plugin-0.dll
Binary file not shown.

0 comments on commit b281e26

Please sign in to comment.
Something went wrong with that request. Please try again.