]> git.lizzy.rs Git - rust.git/commit
split platform definitions out of mk/platform.mk
authorCody P Schafer <dev@codyps.com>
Mon, 20 Oct 2014 16:05:32 +0000 (12:05 -0400)
committerCody P Schafer <dev@codyps.com>
Sun, 26 Oct 2014 01:01:18 +0000 (21:01 -0400)
commitf3fd79d6aa49ea6d474147e00ee181b61b2a4994
tree4fbb691059ed3e8ad00a7eff27e00828ddda41b9
parent80e5fe1a56bb95e8e89d5f8f0ff5122583bb5336
split platform definitions out of mk/platform.mk

The goal here is to make it easier to add new platform definitions,
especially when the additions are programmatic (ie: in build scripts).
18 files changed:
configure
mk/cfg/arm-apple-ios [new file with mode: 0644]
mk/cfg/arm-linux-androideabi [new file with mode: 0644]
mk/cfg/arm-unknown-linux-gnueabi [new file with mode: 0644]
mk/cfg/arm-unknown-linux-gnueabihf [new file with mode: 0644]
mk/cfg/i386-apple-ios [new file with mode: 0644]
mk/cfg/i586-mingw32msvc [new file with mode: 0644]
mk/cfg/i686-apple-darwin [new file with mode: 0644]
mk/cfg/i686-unknown-linux-gnu [new file with mode: 0644]
mk/cfg/i686-w64-mingw32 [new file with mode: 0644]
mk/cfg/mips-unknown-linux-gnu [new file with mode: 0644]
mk/cfg/mipsel-linux [new file with mode: 0644]
mk/cfg/x86_64-apple-darwin [new file with mode: 0644]
mk/cfg/x86_64-unknown-dragonfly [new file with mode: 0644]
mk/cfg/x86_64-unknown-freebsd [new file with mode: 0644]
mk/cfg/x86_64-unknown-linux-gnu [new file with mode: 0644]
mk/cfg/x86_64-w64-mingw32 [new file with mode: 0644]
mk/platform.mk