Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtsanders committed Nov 11, 2019
1 parent d0856f9 commit 1669066
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 1669066

Please sign in to comment.