2013/4/16 Jim Michaels <[email protected]>

> x86_64-w64-mingw32-gcc-4.8-stdthread-win32_rubenvb
> x86_64-w64-mingw32-gcc-4.8-stdthread-win64_rubenvb
> i686-w64-mingw32-gcc-4.8-stdthread-win32_rubenvb
> i686-w64-mingw32-gcc-4.8-stdthread-win64_rubenvb
> what is i686/x86_64? target or host?
> what is win32/win64? target or host?
> could you put this info in the readme file in the files area please?
> thanks. it's not obvious.
>

Quoting from the readme visible on both
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/rubenvb/
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/rubenvb/
under the directory list
---
Packages are named as follows:
  [Target]-gcc-[Version]-release-[OS]-rubenvb.*
  [Target]-clang-[Version]-release-[OS]-rubenvb.*
Target: GCC triplet for the system this toolchain builds code for:
  x86_64-w64-mingw32: 64-bit Windows
  i686-w64-mingw32: 32-bit Windows
Version: GCC version
OS: OS the toolchain is built for:
  linux64: 64-bit linux
  win64: 64-bit Windows
  win32: 32-bit Windows (also work on 64-bit Windows)
  cygwin: Cygwin (www.cygwin.com)
---

In your concrete cases this means:
x86_64-w64-mingw32-gcc-4.8-stdthread-win32_rubenvb
  x86_64-w64-mingw32: Target: 64-bit Windows
  4.8: GCC version: 4.8 SVN stable branch
  stdthread: Release: this means support for <thread>, <mutex> and <future>
through winpthreads and posix-threads libgcc.
  win32: OS: the toolchain executables are 32-bit
x86_64-w64-mingw32-gcc-4.8-stdthread-win64_rubenvb
  x86_64-w64-mingw32: Target: 64-bit Windows
  4.8: GCC version: 4.8 SVN stable branch
  stdthread: Release: this means support for <thread>, <mutex> and <future>
through winpthreads and posix-threads libgcc.
  win64: OS: the toolchain executables are 64-bit
i686-w64-mingw32-gcc-4.8-stdthread-win32_rubenvb
  i686-w64-mingw32: Target: 32-bit Windows
  4.8: GCC version: 4.8 SVN stable branch
  stdthread: Release: this means support for <thread>, <mutex> and <future>
through winpthreads and posix-threads libgcc.
  win32: OS: the toolchain executables are 32-bit
i686-w64-mingw32-gcc-4.8-stdthread-win64_rubenvb
  i686-w64-mingw32: Target: 32-bit Windows
  4.8: GCC version: 4.8 SVN stable branch
  stdthread: Release: this means support for <thread>, <mutex> and <future>
through winpthreads and posix-threads libgcc.
  win64: OS: the toolchain executables are 64-bit

Cheers,

Ruben


> -------------
> Jim Michaels
> [email protected] <[email protected]>
> [email protected]
> http:// 
> <http://renewalcomputerservices.com/>RenewalComputerServices.com<http://renewalcomputerservices.com/>
> http://JesusnJim.com <http://jesusnjim.com/> (my personal site, has
> software)
> ---
> IEC Units: Computer RAM & SSD measurements, microsoft disk size
> measurements (note: they will say GB or MB or KB or TB when it is IEC
> Units!):
> [KiB] [MiB] [GiB] [TiB]
> [2^10B=1,024^1B=1KiB]
> [2^20B=1,024^2B=1,048,576B=1MiB]
> [2^30B=1,024^3B=1,073,741,824B=1GiB]
> [2^40B=1,024^4B=1,099,511,627,776B=1TiB]
> [2^50B=1,024^5B=1,125,899,906,842,624B=1PiB]
> SI Units: Hard disk industry disk size measurements:
> [KB] [MB] [GB] [TB]
> [10^3B=1,000B=1KB]
> [10^6B=1,000,000B=1MB]
> [10^9B=1,000,000,000B=1GB]
> [10^12B=1,000,000,000,000B=1TB]
> [10^15B=1,000,000,000,000,000B=1PB]
>
>
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> Mingw-w64-public mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
>
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to