rust/mk/cfg
bors 710dcdc2eb Auto merge of #21065 - ColonelJ:master, r=brson
Removed use of unused LDPATH variable on Windows as is done for other platforms, and added GCC flag to ensure MINGW's ANSI compatible STDIO functions are used wherever available (required by jemalloc).

Without these changes it ends up setting the PATH twice, and the second time the PATH begins with `:` which is invalid.  Also the regular msvcrt printf-like functions would be used which don't understand stuff like %hhd and %z which jemalloc uses.

This change ought not to make any difference to the output but it fixes the build process for me since at least my build environment couldn't handle that broken path caused by LDPATH being empty.
2015-01-21 03:54:21 +00:00
..
aarch64-apple-ios.mk iOS: fixed install phase 2015-01-12 10:09:47 +02:00
aarch64-unknown-linux-gnu.mk Initial version of AArch64 support. 2015-01-03 15:16:10 +00:00
arm-linux-androideabi.mk mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~) are in the directory 2014-11-19 16:00:51 -05:00
arm-unknown-linux-gnueabi.mk mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~) are in the directory 2014-11-19 16:00:51 -05:00
arm-unknown-linux-gnueabihf.mk mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~) are in the directory 2014-11-19 16:00:51 -05:00
armv7-apple-ios.mk iOS: fixed install phase 2015-01-12 10:09:47 +02:00
armv7s-apple-ios.mk iOS: fixed install phase 2015-01-12 10:09:47 +02:00
i386-apple-ios.mk iOS: fixed install phase 2015-01-12 10:09:47 +02:00
i686-apple-darwin.mk mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~) are in the directory 2014-11-19 16:00:51 -05:00
i686-pc-windows-gnu.mk Fixes to cfg .mk files for Windows: removed use of unused LDPATH variable on Windows as is done for other platforms, and added GCC flag to ensure MINGW's ANSI compatible STDIO functions are used wherever available (required by jemalloc). 2015-01-12 23:26:22 +00:00
i686-unknown-linux-gnu.mk mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~) are in the directory 2014-11-19 16:00:51 -05:00
mips-unknown-linux-gnu.mk mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~) are in the directory 2014-11-19 16:00:51 -05:00
mipsel-unknown-linux-gnu.mk mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~) are in the directory 2014-11-19 16:00:51 -05:00
powerpc-unknown-linux-gnu.mk powerpc: Add platform configuration 2015-01-11 21:14:30 -08:00
x86_64-apple-darwin.mk mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~) are in the directory 2014-11-19 16:00:51 -05:00
x86_64-apple-ios.mk iOS: fixed install phase 2015-01-12 10:09:47 +02:00
x86_64-pc-windows-gnu.mk Fixes to cfg .mk files for Windows: removed use of unused LDPATH variable on Windows as is done for other platforms, and added GCC flag to ensure MINGW's ANSI compatible STDIO functions are used wherever available (required by jemalloc). 2015-01-12 23:26:22 +00:00
x86_64-unknown-dragonfly.mk Several fixes for DragonFly (rebase) 2014-12-19 13:05:06 +01:00
x86_64-unknown-freebsd.mk mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~) are in the directory 2014-11-19 16:00:51 -05:00
x86_64-unknown-linux-gnu.mk mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~) are in the directory 2014-11-19 16:00:51 -05:00