diff options
author | midipix <writeonce@midipix.org> | 2018-12-14 07:12:25 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-18 20:38:37 -0500 |
commit | 5dc983925380bb06a4d6d0d660e2c8b80a71eac4 (patch) | |
tree | 9d911e9c7bbd9c827671c340fb030094036547b5 /sysinfo/host/x86_64-w64-mingw32.mk | |
parent | 44fb9401c79069da6944a85f22e063a116ec73ce (diff) | |
download | sbpython3-5dc983925380bb06a4d6d0d660e2c8b80a71eac4.tar.bz2 sbpython3-5dc983925380bb06a4d6d0d660e2c8b80a71eac4.tar.xz |
build system: created skeleton.
Diffstat (limited to 'sysinfo/host/x86_64-w64-mingw32.mk')
-rw-r--r-- | sysinfo/host/x86_64-w64-mingw32.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysinfo/host/x86_64-w64-mingw32.mk b/sysinfo/host/x86_64-w64-mingw32.mk new file mode 100644 index 0000000..a86f9b0 --- /dev/null +++ b/sysinfo/host/x86_64-w64-mingw32.mk @@ -0,0 +1,5 @@ +include $(PROJECT_DIR)/sysinfo/os/mingw.mk + +ARCH = w64 +HOST_BITS = 64 +HOST_UNDERSCORE = '' |