Skip to content

Commit

Permalink
Remove some clang32 references
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 13, 2025
1 parent bfe3834 commit a09974f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions web/docs/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ code was compiled with MSVC.

## Changelog

**2024-12-18:** Removed CLANG32 environment.

**2023-12-13:** Start of phase out for 32-bit environments, MINGW32 and CLANG32. See [NEWS](../news.md#2023-12-13-starting-to-drop-some-32-bit-packages) for more information.

**2022-12-30:** Added CLANGARM64 environment.
Expand Down
2 changes: 1 addition & 1 deletion web/docs/package-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The MSYS2 software distribution uses a port of `pacman` (known from Arch Linux)

Packages in MSYS2 work like packages in popular Linux distributions. A package is an archive containing a piece of software. This normally means executable files, runtime libraries, data, shared and static link libraries, header files, config files, and manual pages. Packages also contain metadata, such as the software's name, description of its purpose, version number, vendor, checksum, and a list of dependencies necessary for the software to run properly. Upon installation, the files contained are extracted into your MSYS2 installation directory and the metadata are stored in a local database.

There are 6 package repositories, the "classical" ones **msys2**, **mingw32**, and **mingw64** and the newer **ucrt64**, **clang32**, and **clang64**.
There are 5 package repositories, the "classical" ones **msys2**, **mingw32**, and **mingw64** and the newer **ucrt64**, and **clang64**.
The packages in **msys2** are named just like on a Linux distribution, the packages in the others are prefixed by either `mingw-w64-i686-` for 32-bit packages, or `mingw-w64-x86_64-` for 64-bit packages with a secondary prefix `clang` or `ucrt` where applicable.
For more details about those see ['Environments'](environments.md) and '[Package Naming'](package-naming.md).

Expand Down
3 changes: 0 additions & 3 deletions web/docs/repos-mirrors.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ Include = /etc/pacman.d/mirrorlist.mingw
[clang64]
Include = /etc/pacman.d/mirrorlist.mingw
[clang32]
Include = /etc/pacman.d/mirrorlist.mingw
[clangarm64]
Include = /etc/pacman.d/mirrorlist.mingw
```
Expand Down
1 change: 0 additions & 1 deletion web/docs/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ $ pacman -Suy
mingw32 is up to date
mingw64 is up to date
ucrt64 is up to date
clang32 is up to date
clang64 is up to date
msys is up to date
:: Starting core system upgrade...
Expand Down

0 comments on commit a09974f

Please sign in to comment.