From 1669066c3181db81205ff83174e77533b1eddb87 Mon Sep 17 00:00:00 2001 From: Brecht Sanders Date: Mon, 11 Nov 2019 16:17:23 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea6c379..5f17a64 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@ Additional tools are added to this build including: - GNU Binutils - GNU Make -The i686 download is the 32-bit version, which runs natively on and compiles for Windows 32-bit (of course it also runs on 64-bit). +Binary downloads are available for Windows only: +- The i686 download is the 32-bit version, which runs natively on and compiles for Windows 32-bit (of course it also runs on 64-bit). +- The x86_64 download is the 64-bit version, which runs natively on and compiles for Windows 64-bit. -The x86_64 download is the 64-bit version, which runs natively on and compiles for Windows 64-bit. +Each build is built with itself, so optimizations included in newer GCC versions are also compiled into the compiler itself. The ultimate goal of winlibs is to also provide libraries built with this compiler, in order to provide a comprehensive C/C++ development environment, with the following goals in mind: - provide both static and shared libraries where possible