Skip to content

Commit

Permalink
Build rustc with /LARGEADDRESSAWARE on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmana committed Jul 3, 2014
1 parent df88646 commit 77f72d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/platform.mk
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ CFG_PATH_MUNGE_i686-pc-mingw32 :=
CFG_LDPATH_i686-pc-mingw32 :=$(CFG_LDPATH_i686-pc-mingw32):$(PATH)
CFG_RUN_i686-pc-mingw32=PATH="$(CFG_LDPATH_i686-pc-mingw32):$(1)" $(2)
CFG_RUN_TARG_i686-pc-mingw32=$(call CFG_RUN_i686-pc-mingw32,$(HLIB$(1)_H_$(CFG_BUILD)),$(2))
RUSTC_FLAGS_i686-pc-mingw32=-C link-args="-Wl,--large-address-aware"

# i586-mingw32msvc configuration
CC_i586-mingw32msvc=$(CFG_MINGW32_CROSS_PATH)/bin/i586-mingw32msvc-gcc
Expand Down

0 comments on commit 77f72d3

Please sign in to comment.